Why is the data in sheet2 – B3 (1), B4 (2) of the code result not being extracted?
enter image description here
Custom command-line tool EZDXF
We just come across this online tool but we cannot use it because we don’t know anything about Python.
We have a strange problem exporting R12 DXFs from the latest version of Siemens NX CAD, which have errors being imported in iMill, an ancient CAM software but unfortunately our only gateway to drive our CNC mill.
iMill only seems to accept R12 DXFs from Draftsight, for some strange reason we are almost sure someone here of the developers of EZDXF could discover by comparing both DXFs
How to improve the response time of FastAPI endpoint, which accepts DXF files and returns the PDF made using the Matplotlib backend,
i am using matplotlib backend (ezdxf drawing addons) to convert dxf to pdf using the matplotlib.qsave method. It converts perfectly. But it takes 15 seconds for this conversion. Is there any way alternative to get conversion faster?