Closed yagizzha closed 3 years ago
Can you upload your dxf here? Probably you used strange import options? You may increase the marked property
I found your example right now, yes there is a problem with splines.... I use LibreCad and had never such a problem.
Very strange dxf file:
I think I can't fix it - you should try to avoid splines in your Illustrator CC 2018
Hi, Sven! Also a dxf connected question. Does it support import of Z values or is it some problem with my file? Whenever I try with different ways dxf imports without Z values. Example with simple poliline. testpanckake_dxf.txt
No, I don't read Z information from DXF file. In LibreCad I just see one line with our example...
Hello, I wanted to jump on this issue instead of creating a new one because I encountered a problem that seems similar. Someone sent me a dxf file that should look like this : B+v3 27g inter.pdf
but in grbl-plotter it looks like this :
As you can see the oval are not oval and they are not closed. Do you know what might cause this issue ? Do you think that changing the way the dxf was created could solve the problem ?
I tried tinkering with the aforementioned settings but it didn't improve anything.
Here is the dxf : b_v3_27g_inter_5_12_1_25_4_13_9.zip
When I open it with LibreCAD the ovals are not really oval either but still much better than in GRBL-Plotter. When my colleague opens it with Creo it appears just like the pdf.
Thank you in advance for your help Sven !
It is a problem with the import of splines. I took the algorythm from Inkscape, which also has a problem importing this dxf. Need to look for another algorythm...
Ok thank you, do you know if there is a way to work around that when creating the DXF ? Like transforming the spline into segments ?
Perhaps you can export to SVG? Perhaps your CAD will do a conversion of the splines.
Perhaps you can save the DXF in an older DXF format?
No, I don't read Z information from DXF file. In LibreCad I just see one line with our example...
Yes its just one polyline but with Z values so its looking like this for me I managed to create straight gcode from the curves and this works sure with Z also, but then I loose all the grbl-plotter functionality unfortunately ( so I have to manually create some additional paths and its getting a bit too complicated, I liked using subrouting and all that auto things. Is there other options to get Z value on import? Tried csv but it seems to be very specific with it... or shall I try more on it, it supports Z values? Other ways to export from rhino is -
I tried to implement the readout of the Z value (at least for the polyline you used). Unfortunatly LibreCAD can't show the Z axis... Which CAD software do you use?
Try https://github.com/svenhb/GRBL-Plotter/releases/tag/v1.6.0.2
Ok I'll try those, thank you.
Note: your example testpanckake_dxf.txt uses positive Z values, which will be takeover to GCode.
Bug fix: I updated the setup in the 1.6.0.2 release
I tried to implement the readout of the Z value (at least for the polyline you used). Unfortunatly LibreCAD can't show the Z axis... Which CAD software do you use?
Try https://github.com/svenhb/GRBL-Plotter/releases/tag/v1.6.0.2
Wow nice. Seems to be working just fine at first tries! Thanks. I use Rhinoceros 3D for dxf export.
Note: your example testpanckake_dxf.txt uses positive Z values, which will be takeover to GCode.
What do you mean? Seems its fine for me, Its a piece of brush way curve, so it stays above paint surface most time.
When using a dxf file to convert into GRBL plotter coordinate system circles have a weird shape , program used to create dxf file is "Illustrator CC 2018"
example04.zip