Closed Atlan4 closed 1 year ago
You may can upload the original DXF? I assume the "bad" object consists of not connected lines wich have different directions. You may try to connect the single lines via GRBL-Plotter by increasing this value in setup and sorting the lines:
Yes, your solution worked, even though the lines connected in the eagle field probably had different directions. after redrawing, it already displays normally even without changing the settings. (but it's good that it can be adjusted with the settings, I don't want to redraw it every time)
BUT, as you can see in the picture, the creature cuts from the inside and my special shape from the outside. Is there a solution to this? well thank you Panel cnc zadny v1.dxf.txt
the creature cuts from the inside and my special shape from the outside
So the path direction of one is clockwise, from the other counter clockwise. If you enable the "Pen-up" path view (press space bar) you see the start direction. When object is selected, you can reverse the direction - before applying the path offset:
Thank you, it seems that it will work. I will definitely follow the rules when drawing, if I don't want to fix it later. Thank you again
Good to hear, that it works now.
I have a dxf file. after opening the GRBL plotter, I need to generate g code so that the dimensions change when using a 2mm milling cutter (or another size)
using Gcode transform-radius compensation does not work correctly.
As possible, achieve that the generated code has the dimensions of the holes reduced by 1 mm. well thank you