mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Send M104 to set the temperature to 0
This makes it possible to continue communication after cancelling a print. Contributes to #82
This commit is contained in:
parent
3e27c8b791
commit
6859481fd4
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ class PrinterConnection(SignalEmitter):
|
|||
|
||||
# Turn of temperatures
|
||||
self._sendCommand("M140 S0")
|
||||
self._sendCommand("M109 S0")
|
||||
self._sendCommand("M104 S0")
|
||||
self._is_printing = False
|
||||
|
||||
## Check if the process did not encounter an error yet.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue