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

GCODE Scripts and GCODE System Commands #5

Closed franzbischoff closed 6 years ago

franzbischoff commented 6 years ago

Hello!

There is any way to use GCODE Scripts tab (e.g.: before disconnect, send OCTO 10) and this trigger a System Command?

Thanks.

kantlivelong commented 6 years ago

It should work. Please note that there should not be a space in between OCTO and the number.

Example: OCTO10

franzbischoff commented 6 years ago

yes, it works... the mistake was the space between the OCTO and the number.

Thank you.

-- Francisco Bischoff

"O mate está para o gaúcho como o chá para os ingleses, a coca para os bolivianos, o uísque para os escoceses e o café... para os brasileiros"-- Eduardo Bueno

On Sun, Oct 15, 2017 at 4:33 PM, Shawn Bruce notifications@github.com wrote:

It should work. Please note that there should not be a space in between OCTO and the number.

Example: OCTO10

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kantlivelong/OctoPrint-GCodeSystemCommands/issues/5#issuecomment-336719637, or mute the thread https://github.com/notifications/unsubscribe-auth/AA8GEOr7beAow-Yex9bbQQt7HdoOCg4Mks5ssiXQgaJpZM4P5sgu .

kantlivelong commented 6 years ago

No prob.