FormerLurker / ArcWelderPlugin

A plugin for OctoPrint used to convert G0/G1 commands to G2/G3 commands. Reduce the size of your gcode files, and reduce number of gcodes per second sent to your printer.
Other
445 stars 26 forks source link

Upload + Print from Prusaslicer prints uploaded, not arcwelded file #225

Open McClean0815 opened 2 years ago

McClean0815 commented 2 years ago

When using print and upload from Prusaslicer the uploaded file is printed - not the arcwelded file

Is it possible to fix this issue?

TheoKriszt commented 2 years ago

At this point it's a normal behavior: Octoprint directly prints the uploaded file while ArcWelder processes the uploaded file separately, which you then have to launch manually. This feature was already requested. According to what I've learned, you can either add ArcWelder as a gcode post-processor in PrusaSlicer or install the beta release to use that feature.