kantlivelong / OctoPrint-GCodeSystemCommands

Define G-Code commands that execute local system commands.
GNU Affero General Public License v3.0
37 stars 20 forks source link

Excuse the ignorance but.... #6

Closed bolsoncerrado closed 6 years ago

bolsoncerrado commented 6 years ago

...would the flow be:

1) Install this plugin 2) define "Gcodes" (OCTO 10, OCTO 20,...) 3) edit (for example) END GCODE on the slicer program and add OCTO 20?

I ask because the gcode will be sent to the firmware instead, right?

Or this plugin will intercept, execute and VOID the firmware call?

kantlivelong commented 6 years ago

Correct. The plugin will intercept the psuedo-gcode and not send it to the printer.

This is not compatible with SD print.

bolsoncerrado commented 6 years ago

Cool!!! How could I launch my already created PRINTER OFF command (which triggers a WeMo switch ON/OFF) only after cooldown (aka Tool temp < 50ºC) ?

Any ideas?

kantlivelong commented 6 years ago

Sounds like this would be better handled by my PSUControl plugin as it has that functionality already. :smile:

bolsoncerrado commented 6 years ago

That sounds nice, so can your plugin choose to launch a .sh instead? :)

kantlivelong commented 6 years ago

Yep. Check the docs.

bolsoncerrado commented 6 years ago

Awesome thanks!