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
444 stars 25 forks source link

Shortcut exit when multiple plugins in toolchain #209

Open Eibwen opened 3 years ago

Eibwen commented 3 years ago

I have ArcWelder on my Octoprint, but also have the plugin in Cura. I'd like to have files only processed once, would there be a no-op gcode you could insert as a sign that ArcWelder already processed the file, then your plugins would detect that and exit instantly

It would be nice to have ArcWelder on Octoprint so that if I ever use a different slicer or different computer, I still get the benefit, but when I'm using my main toolchain it doesn't process on Octoprint (as that processor is kind of slow to process it)

Double processing doesn't cause any issue other than slowing down the print a number of seconds

FormerLurker commented 3 years ago

You could try the beta version in the devel branch. It detects previously welded files and won't re-encode.