SonarSonic / DrawingBotV3

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

G5 command fix bug #36

Closed Triod-project closed 2 years ago

Triod-project commented 2 years ago

Hi, When I try to use gcode generate with the path finding "Curves PFM", on a CNC on Marlin Firmware, the result is not the same as SVG. After several tests, this modification solve the problem. With Marlin, the P and Q parameter are "Offset from the end" point, that to say the point of the current G5 command. https://marlinfw.org/docs/gcode/G005.html

SonarSonic commented 2 years ago

Thanks for your work!