svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
669 stars 176 forks source link

Problems with opening dxf files in plotter software V1.5.0.0 or later #146

Closed lianzaozi closed 3 years ago

lianzaozi commented 4 years ago

There is a problem with the plotter software V1.5.0.0 and later versions. There will be problems when opening the 1.dxf file, but it can be opened normally with the software version before V1.3.4.6

Test dxf file 1.zip

svenhb commented 4 years ago

LibreCad shows also errors when loading... I need to figure out how to handle this problem image

lianzaozi commented 4 years ago

Thank you for your reply. This is a screenshot of the "1.zip" file opened with the software version V1.3.4.6. image1

svenhb commented 4 years ago

Should be fixed. Reason: somwhere is anArc with r = 1.1e-13 too small for float, caused error when drawing an Arc.

lianzaozi commented 4 years ago

Thank you for fixing the problem in time, and I will conduct some tests.

svenhb commented 3 years ago

I hope your tests were succesful