Industry leading and award-winning nesting software for all CNC punch, laser, plasma, oxyfuel, waterjet and routing machines.
Ultra performance nesting for CNC roll-based knife cutting machines, often paying for itself in weeks due to high material savings.
Tracking / scheduling
Sheet metal or composite scheduling of nests, and tracking of location, consumption and (composite) material life, with tight ERP integration.
For full 'lights out' automation, ERP integration, also covering material loading, unloading and sorting of parts.
Quickly either manually or fully automatically unfold all popular 3D files, ready for CAD import into JETCAM Expert.
Browser-based quoting software, dedicated to the unique needs of the sheet metal industry. From initial quote through to job card creation.
SEE HOW WE COMPARE
Send us your best nest from your existing CADCAM software along with DXFs of the items nested and we'll provide you with a comparison with our nesting software. How much would just a 1% saving per year make to your business?
REQUEST FREE NEST BENCHMARKNEW CASE STUDY: FETCO®

System paid for itself as well as the MES that it integrated with in under 6 months.
After purchasing JETCAM Expert with Ultra Performance Nesting as part of a larger investment alongside Aquila DMM, the entire project was paid for through a 20% reduction in material costs due to more efficient nesting. FETCO®'s material supplier was so concerned that they arranged an emergency meeting to find out why they were buying less material!
JOC Lite v4 now available
JOC Lite allows users to quickly populate JETCAM Expert's orders list with orders remotely.
Now free, you can either drag and drop components or complex assemblies onto unlimited worksheets for sending to JETCAM for nesting. CSV import allows for fast integration with MRP/ERP systems.
New in v4: Several new features, including order nested components to worksheet - just right click over a nest to send all its components to a specified worksheet.
FEATURED PRODUCT - CROSSTRACK
CrossTrack for Composites
Track location, life and consumption of composite material (to ply level), from delivery, in/out of the freezer and through cutting, layup and the autoclave. Full automation for CAD import, perform static or Just-In-Time dynamic nesting, and generate traceability reports in seconds. With cut scheduling, tracking of layup tools, and more. IoT-ready, with tight integration with ERP systems.
NEW
JETCAM Unfolder supports all major 3D file formats, and allows you to either manually or automatically unfold a 3D file, exporting a flat pattern as a DXF that is ready for CAD import.
Estimate how much nesting software can save
JETCAM Expert delivers a demonstrable return on investment in three key areas. Use our free online calculator to estimate how much you could save. Request a free nesting benchmark comparison to get your percentage saving.
Reduce material waste
High performance nesting often pays for itself in months or even weeks. Options for rectangular and true-shape nesting.
Increase CNC throughput
Optimized NC code for hundred of different CNC brands, covering, punch, laser, combi, knife, waterjet, plasma, oxyfuel and more.
De-skilled processes
Through capabilities such as line automation and simplification of processes staff are freed up for other tasks. Errors are also significantly reduced.
Support
A global network of resellers, support for hundreds of CNC machines, backed up by online video tutorials in the award-winning JETCAM University (free for all customers.
Industry 4.0
Complete the IoT automation feedback loop within your manufacturing facility and benefit from ERP/MES integration and better reporting data.
On-premise/remote access
As many of our customers serve the defence industry we ensure your data remains on-site, with the option for wide area access if required. Cloud hosting also available.
CNC technologies supported
Latest Releases
For existing customers with a maintenance contract.
Latest releases:Case Studies:
Which punching, laser, plasma, waterjet or knife cutting machine do you have? Read case studies of existing users here.
With the combination of the massive reduction in programming time, material savings and additional throughput on the machine, we calculated our ROI on the upgrade of under four months.
I-Cherng Refrigeration Industrial Co.
Ultimately, the lesson of the DFU-USB driver dilemma is one of ecosystem vulnerability. Apple has optimized its recovery tools for macOS, where the USB stack is monolithic and tightly controlled. On Windows, the same process becomes a fragile ballet of driver signatures, INF files, and registry keys. Until Apple adopts a web-based recovery mechanism (akin to ChromeOS’s Recovery Utility) or Microsoft standardizes DFU class drivers, the act of saving a dead iPhone will remain as much a battle against the host operating system as against the device’s own firmware failure. In the end, the recovery does not happen on the iPhone—it happens in the silent negotiation between a black screen and a Windows USB driver that finally, mercifully, says "Found."
This is the USB driver purgatory. Because the DFU device does not enumerate using the same interface descriptors as a standard iPhone, Windows’ default drivers (usbccgp.sys, WinUSB) do not recognize it. Consequently, iTunes (or the modern "Apple Devices" app) cannot see the device. The user is trapped: the phone is in DFU, but the computer is blind. Compounding this issue is Microsoft’s security evolution. Starting with Windows 8 and aggressively enforced in Windows 10 and 11, Driver Signature Enforcement (DSE) prevents the installation of unsigned or improperly signed drivers. While Apple’s drivers are signed, the version bundled with older iTunes installations (pre-12.10) often lacks the correct hashes for DFU mode on modern Windows builds. apple recovery -dfu- usb driver
The conflict arises during the transition. A user follows the precise ritual: Plug in the device, press Volume Up, Volume Down, hold the Power button for 3 seconds, then continue holding Power while pressing Volume Down for 10 seconds, then release Power while holding Volume Down for 5 more seconds. The screen remains black—success, theoretically. On a Mac, Finder or Apple Configurator immediately detects a device in need of restoration. On Windows, however, Device Manager often registers an exclamation mark under "Universal Serial Bus devices" labeled or, more ominously, Unknown Device . Ultimately, the lesson of the DFU-USB driver dilemma
When a user attempts to manually update the driver—right-clicking the "Unknown Device" and pointing to C:\Program Files\Common Files\Apple\Mobile Device Support\Drivers —Windows may reject the installation, citing a hash mismatch or a missing digital signature. Even disabling driver signature enforcement via the Advanced Boot Menu is a temporary, security-compromising hack that often fails after the next Windows Update. Until Apple adopts a web-based recovery mechanism (akin
This is radical surgery. Because the operating system is not running, the standard USB communication protocols (like the Apple Mobile Device Service’s higher-level commands) are irrelevant. Instead, the device presents itself to the host computer as a —specifically, a DFU device with a specific Vendor ID (VID: 05AC for Apple) and Product ID (PID: 1227 for older devices or 1222 for newer ARM64 chips). In this state, the iPhone is no longer a "phone"; it is a blank slate awaiting a bootloader and firmware via Apple Restore (iBEC, iBSS). For a Mac, this transition is native. For Windows, it is a disaster waiting to happen. The Windows Crucible: Why USB Drivers Fail Windows is an open architecture designed to accommodate millions of peripherals from thousands of vendors. This versatility is its curse in DFU scenarios. Apple’s Boot Camp and iTunes for Windows install a proprietary driver stack— Apple Mobile Device USB Driver —to handle normal sync operations. However, the DFU state requires the Apple Recovery (DFU) USB Driver , a distinct driver that Windows’ Plug and Play (PnP) subsystem often fails to load automatically.