etiennesky / profiletool

14 stars 36 forks source link

unable to open .DXF files in AutoCAD 2024 #75

Open PAGuardado opened 1 year ago

PAGuardado commented 1 year ago

this happens either using PyQtGraph or Matplotlib as Plot library in settings.

sinjp commented 1 year ago

Can you provide the error message from the command line in AutoCAD? For example, I have found that the DXF export does not open if my layer name(s) has spaces.

Improper table entry name DESIGN xxx on line 532. Invalid or incomplete DXF input -- drawing discarded.

If I find and replace all layer names to remove spaces with underscores then the DXF opens correctly.