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

Arcwelder script gets run on files when moved (not just at upload) #259

Open numericOverflow opened 1 year ago

numericOverflow commented 1 year ago

I'm using Arc-Welder (1.0.0+u.bb71e8f) and it's being run on files whenever I move them in addition to being executed at upload. This results in multiple *.aw.gcode files that I have to manually cleanup.

Is there a way to stop executing AW on movement of files so it only runs at upload? Is this a bug or intended behavior?

Server software versions:

Here is a quick snapshot of my plugin settings. arcwelder_settings_2023-09-04_141951

evilDave commented 1 month ago

I'll add here that processing also occurs on edited files (if you edit them in the ocroprint ui). It would be nice to maybe be able to ignore by the same suffix that you add after processing? (Incidentally, it does not see to cause any problems, only that you have to wait again after moving or editing a file... and they can end up being called foo.aw.aw.aw.aw.gcode)