Browse Source

Follow-up the PR #4253 (Runout Sensor without SD Card, Print Timer support in M104)

・Update forgotten example configuration files
esenapaj 9 years ago
parent
commit
5832f4b848

+ 4
- 1
Marlin/example_configurations/Felix/DUAL/Configuration.h View File

771
 // Print job timer
771
 // Print job timer
772
 //
772
 //
773
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
779
 // In all cases the timer can be started and stopped using
777
 // the following commands:
780
 // the following commands:

+ 4
- 1
Marlin/example_configurations/K8400/Dual Heads/Configuration.h View File

790
 // Print job timer
790
 // Print job timer
791
 //
791
 //
792
 // Enable this option to automatically start and stop the
792
 // Enable this option to automatically start and stop the
793
-// print job timer when M104 and M109 commands are received.
793
+// print job timer when M104/M109/M190 commands are received.
794
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
795
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
796
+// M190 (bed with wait) - high temp = start timer, low temp = none
794
 //
797
 //
795
 // In all cases the timer can be started and stopped using
798
 // In all cases the timer can be started and stopped using
796
 // the following commands:
799
 // the following commands:

Loading…
Cancel
Save