mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-07 23:17:38 -06:00
parent
21d2ff20c1
commit
fc3ee8d563
270 changed files with 3510 additions and 1080 deletions
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1856,11 +1856,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1835,11 +1835,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1894,11 +1894,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1896,11 +1896,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1912,11 +1912,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1827,11 +1827,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1826,11 +1826,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1826,11 +1826,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1826,11 +1826,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1836,11 +1836,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1836,11 +1836,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1836,11 +1836,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1836,11 +1836,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1831,11 +1831,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1831,11 +1831,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1831,11 +1831,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1827,11 +1827,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1826,11 +1826,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1826,11 +1826,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1846,11 +1846,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1840,11 +1840,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1778,11 +1778,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1830,11 +1830,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1830,11 +1830,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1838,11 +1838,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1840,11 +1840,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1833,11 +1833,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1833,11 +1833,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1839,11 +1839,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1827,11 +1827,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1852,11 +1852,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1855,11 +1855,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1835,11 +1835,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1836,11 +1836,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1837,11 +1837,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1827,11 +1827,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1827,11 +1827,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1847,11 +1847,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1828,11 +1828,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1770,11 +1770,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1831,11 +1831,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1830,11 +1830,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1823,11 +1823,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1824,11 +1824,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1833,11 +1833,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1825,11 +1825,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
|
@ -1795,11 +1795,20 @@
|
||||||
/**
|
/**
|
||||||
* Print Job Timer
|
* Print Job Timer
|
||||||
*
|
*
|
||||||
* Automatically start and stop the print job timer on M104/M109/M190.
|
* Automatically start and stop the print job timer on M104/M109/M140/M190/M141/M191.
|
||||||
|
* The print job timer will only be stopped if the bed/chamber target temp is
|
||||||
|
* below BED_MINTEMP/CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
* M104 (hotend, no wait) - high temp = none, low temp = stop timer
|
||||||
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
* M109 (hotend, wait) - high temp = start timer, low temp = stop timer
|
||||||
|
* M140 (bed, no wait) - high temp = none, low temp = stop timer
|
||||||
* M190 (bed, wait) - high temp = start timer, low temp = none
|
* M190 (bed, wait) - high temp = start timer, low temp = none
|
||||||
|
* M141 (chamber, no wait) - high temp = none, low temp = stop timer
|
||||||
|
* M191 (chamber, wait) - high temp = start timer, low temp = none
|
||||||
|
*
|
||||||
|
* For M104/M109, high temp is anything over EXTRUDE_MINTEMP / 2.
|
||||||
|
* For M140/M190, high temp is anything over BED_MINTEMP.
|
||||||
|
* For M141/M191, high temp is anything over CHAMBER_MINTEMP.
|
||||||
*
|
*
|
||||||
* The timer can also be controlled with the following commands:
|
* The timer can also be controlled with the following commands:
|
||||||
*
|
*
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue