Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save/Restore extruder temperature on pause/resume (#13)
* Save/Restore extruder temperature on pause/resume (#1) Possibility to cooldown the extruder on idle timeout or manually paused. On resume, the previous extruder temperature is set and wait for. If extruder temperature was not changed, nothing happens. Signed-off-by: Frank Roth [email protected]
- Loading branch information
ea19d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, this change is extremely annoying if you want to use different type of filament after resume. This should be an option to set in _CLIENT_VARIABLE and not a default.
ea19d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We did not think about it, I guess you change filament and set the new temp while in Pause. Is this assumption correct?
Would it be an option to hinder it while calling PAUSE, so that you can use it in your M600 e.g.
Or do you need that really as a general option?
ea19d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, it would work just fine if I could disable it while calling
PAUSE
. Basically any way to disable restoring original temperature that was set before the pause.ea19d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently we internally discuss 3 possible solution:
For 2) I would need to know from you if that would be an option for you, that would be in my opinion the cleanest solution
ea19d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like I said, anything would work that doesn't require me to use a different mainsail.cfg. So number 2 would work for me just fine.
ea19d72
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you do me an favor and check if https://github.com/mainsail-crew/mainsail-config/tree/feat_prohib_restore_temp is what you looking for?
It change 2 things
The second option is more for extra macros like M600