The QUATTRO is one of the most flexible, efficient and compact lasers on the market. Many metal working companies have a large number of components to manufacture but only need to produce one or two at a time. Ease of use, plus low operating costs make the QUATTRO the ideal solution for low volumes, without forgoing precision and quality.
This machine is no longer available.
Find the laser machine that suits your needs
Android's DownloadManager simplifies the process of fetching large files by delegating the heavy lifting to the system. Key advantages include:
To develop a basic download manager for APK files, follow these steps:
: The system handles the download progress and completion notifications in the status bar, providing a consistent user experience. Key Steps to Implement APK Downloading
: Downloads can persist across device restarts and will automatically resume if the network connection is lost and then restored.
In the Android ecosystem, is a built-in system service designed to handle long-running HTTP downloads in the background. For developers building an APK downloader, it provides a robust framework that handles connectivity changes, system reboots, and automatic retries without requiring manual thread management. Core Functionality of Android's DownloadManager
: It automatically performs HTTP interactions on a background thread, eliminating the need for AsyncTask or manual threading.

FULL ACCESS TO THE CUTTING AREA:
The three accessible sides of the QUATTRO laser facilitate sheet metal loading and unloading. Large-sized sheets which are bigger than the work area can also be processed, repositioning them manually.

COMPACT STRUCTURE:
With a footprint of just 6.4 m2, the QUATTRO is AMADA's smallest laser. The oscillator and numerical control are contained within the machine to maintain its extremely compact size. Download manager apk

DIVERSIFIED PROCESSING:
With the QUATTRO, not only sheet metal but rectangular and square tubes can be processed, providing even greater flexibility. (Option)

| QUATTRO | QUATTRO | |
|---|---|---|
| Laser power (W) | 1000 | 2500 |
| Machine type | CO₂ flying optic laser | CO₂ flying optic laser |
| Working range X x Y (mm) | 1250 x 1250 | 1250 x 1250 |
| Working range Z-axis (mm) | 100 | 100 |
| Table loading weight (kg) | 80 | 160 |
Material thickness (max.)*: | ||
| - Mild steel (mm) | 6 | 12 |
| - Stainless steel (mm) | 2 | 5 |
| - Aluminium (mm) | 1 | 4 |
Dimensions: | ||
| Length (mm) | 2900 | 2950 |
| Width (mm) | 2450 | 2450 |
| Height (mm) | 2160 | 2160 |
| Weight (kg) | 3750 | 4150 |
* Maximum thickness value depends on material quality and environmental conditions
Technical data can vary depending on configuration / options
Please contact us for more details and options or download our brochure

For your safe use.
Be sure to read the user manual carefully before use.
When using this product, appropriate personal protection equipment must be used.

Laser class 1 when operated in accordance to EN 60825-1
Android's DownloadManager simplifies the process of fetching large files by delegating the heavy lifting to the system. Key advantages include:
To develop a basic download manager for APK files, follow these steps:
: The system handles the download progress and completion notifications in the status bar, providing a consistent user experience. Key Steps to Implement APK Downloading
: Downloads can persist across device restarts and will automatically resume if the network connection is lost and then restored.
In the Android ecosystem, is a built-in system service designed to handle long-running HTTP downloads in the background. For developers building an APK downloader, it provides a robust framework that handles connectivity changes, system reboots, and automatic retries without requiring manual thread management. Core Functionality of Android's DownloadManager
: It automatically performs HTTP interactions on a background thread, eliminating the need for AsyncTask or manual threading.