Hoektronics/BotQueue

Bot is left if unknown state if a job is stopped

Opened this issue · 2 comments

Should there be a file that is run when the machine is stopped to do things like turn off the heater? Maybe only when the bot is put offline?

Yes, that would be nice.

This morning I noticed that the stepper motors are not put offline as well. Personally I would like to turn off both heaters (or set lower temperatures) and issue a motors off.

Some people issue a retract command as well before the hot end is shut down in order to be able to remove their filament after things have cooled down so something that could be edited would be nice.

Wether something like this should be bot based (every bot possibly different commands), print queue based (every print queue different commands) or server wide is difficult. I'm using marlin on all my printers and could get away with anything.

I'm thinking bot based, but I think that depending on the slicing settings,
that may change too. For now, I think having the ability to edit the start,
error, and end code will be good. I'll work on the error code part for now.
On Oct 21, 2014 7:26 AM, "W" notifications@github.com wrote:

Yes, that would be nice.

This morning I noticed that the stepper motors are not put offline as
well. Personally I would like to turn off both heaters (or set lower
temperatures) and issue a motors off.

Some people issue a retract command as well before the hot end is shut
down in order to be able to remove their filament after things have cooled
down so something that could be edited would be nice.

Wether something like this should be bot based (every bot possibly
different commands), print queue based (every print queue different
commands) or server wide is difficult. I'm using marlin on all my printers
and could get away with anything.


Reply to this email directly or view it on GitHub
#119 (comment)
.