|
@@ -771,7 +771,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
|
771
|
771
|
// Print job timer
|
772
|
772
|
//
|
773
|
773
|
// Enable this option to automatically start and stop the
|
774
|
|
-// print job timer when M104 and M109 commands are received.
|
|
774
|
+// print job timer when M104/M109/M190 commands are received.
|
|
775
|
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
|
|
776
|
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
|
|
777
|
+// M190 (bed with wait) - high temp = start timer, low temp = none
|
775
|
778
|
//
|
776
|
779
|
// In all cases the timer can be started and stopped using
|
777
|
780
|
// the following commands:
|