CAD Data Migration to Cloud — Step-by-Step for SolidWorks, Inventor, and AutoCAD Teams

Moving CAD data to cloud is not the same as moving documents to cloud. A SolidWorks assembly references its component parts by absolute path. A drawing references a model. A PDM revision history records who checked what out on which date. Generic cloud storage (SharePoint, OneDrive, Dropbox) treats every file as an independent entity and breaks all of this silently — the files land in the bucket, the directory looks right, and then the first engineer to open a top-level assembly watches it rebuild with hundreds of “file not found” dialogs. ...

4 August 2026 · 10 min · CadShift

DWG Batch Conversion — TrueView Batch Plot, ODA Converter, and Command-Line Scripts

You have 200 DWG files. Your fabricator wants DXF. Your documentation portal wants PDF. Your web team wants SVG. And nobody has an AutoCAD seat on the machine doing the conversion. This is the actual situation most engineering teams end up in. This guide covers every viable path to batch DWG conversion for all three output formats — what each tool actually supports, where each one breaks down, and how to script it so the conversion runs unattended. ...

22 May 2026 · 11 min · CadShift

AutoCAD DXF Export for Laser Cutting — The Workflow Engineers Actually Use

AutoCAD is the closest tool to the DXF format itself — AutoDesk invented DXF, and the format tracks AutoCAD versions. That proximity creates a false sense of safety. AutoCAD drawings destined for laser cutting fail for reasons that have nothing to do with version support: phantom geometry, Z-elevation surprises, splines the controller can’t handle, and blocks that CAM software silently ignores. The problems are consistent and avoidable, but only if you run a specific command sequence before every export. ...

6 May 2026 · 11 min · CadShift

Why DWG Files Arrive in QGIS at the Wrong Scale — And the Right Fix When You Control the Pipeline

A surveyor sends you a DWG with what looks like UTM coordinates. You open it in QGIS, the layer appears 100 kilometers from where you expected, and when you zoom to it the geometry is microscopic — a thirty-meter parcel that displays as a 30-millimeter sliver. You set the project CRS to the right UTM zone. Nothing changes. You build a custom CRS in metric units. Nothing changes. You ask the surveyor and they swear the file is correct in AutoCAD. ...

4 May 2026 · 11 min · CadShift

DXF R12 vs R2000 vs R2010 in SolidWorks — Which Version for Laser Cutting, CNC, and AutoCAD

A user posted on r/SolidWorks asking why exporting a multi-view drawing to DXF produced a file with only one view. The replies suggested sheet templates, view scaling, and the usual draft-quality toggles. None worked. The actual cause was buried two dialogs deep: the DXF version dropdown in Tools → Options → File Locations → Export → DXF/DWG was set to R12. R12 cannot store layouts. SolidWorks wrote the model space and silently dropped everything else. ...

29 April 2026 · 11 min · CadShift

Batch Convert DWG Files to PDF — Process Hundreds at Once Without AutoCAD

Converting dozens of DWG files to PDF one at a time wastes hours you don’t have. Whether you’re delivering drawings to clients, creating documentation packages, or archiving completed projects, bulk conversion saves time and eliminates repetitive work. This guide covers manual methods and automated solutions for converting DWG files to PDF at scale. You’ll learn when each approach makes sense and how to choose the right workflow for your needs. ...

7 April 2026 · 8 min · CadShift