SonarSonic / DrawingBotV3

DrawingBotV3 is a software for converting images into vector art
https://docs.drawingbotv3.com
GNU General Public License v3.0
326 stars 42 forks source link

Open line in gcode after export #113

Closed cojarbi closed 7 months ago

cojarbi commented 7 months ago

Im not sure this is a bug but i could note find any setting to adjust this.

As seen on the attachment, after exporting gcode, you can see the beginning/end of path that results in the segment not overlapping. creating a gap.

SCR-20231128-gija

SonarSonic commented 7 months ago

That does look like a bug dealing with closed paths, could you send me the SVG?

cojarbi commented 7 months ago

Sure, here you go

3Youtube_logo_plotted_1_pens1_to_1

SonarSonic commented 7 months ago

Have you tried plotting with the file as is? I've looked at GCode from DBV3 and there is no issue, the paths are exported as I'd expect. It actually looks like it could be a rendering issue in the other software, or a parsing issue, as it will does the moves needed but is showing them in yellow instead of red.

cojarbi commented 7 months ago

Yes, please see attached

IMG_3526

SonarSonic commented 7 months ago

I looks like the plotter needs calibration, most of the lines don't look accurate to me. Some lines seem to bend away before reaching the end, maybe the plotter is running too fast and is slipping.

cojarbi commented 7 months ago

Noted, after checking, there was a slight difference on squareness.

Thanks

I will close this one