Browse Source

Print job timer comment changed

Petr Zahradnik 8 years ago
parent
commit
e282d69f63

+ 4
- 1
Marlin/Configuration.h View File

@@ -790,7 +790,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
790 790
 // Print job timer
791 791
 //
792 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 798
 // In all cases the timer can be started and stopped using
796 799
 // the following commands:

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

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

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

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

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

@@ -782,7 +782,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
782 782
 // Print job timer
783 783
 //
784 784
 // Enable this option to automatically start and stop the
785
-// print job timer when M104 and M109 commands are received.
785
+// print job timer when M104/M109/M190 commands are received.
786
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
787
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
788
+// M190 (bed with wait) - high temp = start timer, low temp = none
786 789
 //
787 790
 // In all cases the timer can be started and stopped using
788 791
 // the following commands:

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

@@ -784,7 +784,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
784 784
 // Print job timer
785 785
 //
786 786
 // Enable this option to automatically start and stop the
787
-// print job timer when M104 and M109 commands are received.
787
+// print job timer when M104/M109/M190 commands are received.
788
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
789
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
790
+// M190 (bed with wait) - high temp = start timer, low temp = none
788 791
 //
789 792
 // In all cases the timer can be started and stopped using
790 793
 // the following commands:

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

@@ -807,7 +807,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
807 807
 // Print job timer
808 808
 //
809 809
 // Enable this option to automatically start and stop the
810
-// print job timer when M104 and M109 commands are received.
810
+// print job timer when M104/M109/M190 commands are received.
811
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
812
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
813
+// M190 (bed with wait) - high temp = start timer, low temp = none
811 814
 //
812 815
 // In all cases the timer can be started and stopped using
813 816
 // the following commands:

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

@@ -790,7 +790,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
790 790
 // Print job timer
791 791
 //
792 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 798
 // In all cases the timer can be started and stopped using
796 799
 // the following commands:

+ 4
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -790,7 +790,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
790 790
 // Print job timer
791 791
 //
792 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 798
 // In all cases the timer can be started and stopped using
796 799
 // the following commands:

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

@@ -788,7 +788,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
788 788
 // Print job timer
789 789
 //
790 790
 // Enable this option to automatically start and stop the
791
-// print job timer when M104 and M109 commands are received.
791
+// print job timer when M104/M109/M190 commands are received.
792
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
793
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
794
+// M190 (bed with wait) - high temp = start timer, low temp = none
792 795
 //
793 796
 // In all cases the timer can be started and stopped using
794 797
 // the following commands:

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

@@ -798,7 +798,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
798 798
 // Print job timer
799 799
 //
800 800
 // Enable this option to automatically start and stop the
801
-// print job timer when M104 and M109 commands are received.
801
+// print job timer when M104/M109/M190 commands are received.
802
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
803
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
804
+// M190 (bed with wait) - high temp = start timer, low temp = none
802 805
 //
803 806
 // In all cases the timer can be started and stopped using
804 807
 // the following commands:

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

@@ -811,7 +811,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
811 811
 // Print job timer
812 812
 //
813 813
 // Enable this option to automatically start and stop the
814
-// print job timer when M104 and M109 commands are received.
814
+// print job timer when M104/M109/M190 commands are received.
815
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
816
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
817
+// M190 (bed with wait) - high temp = start timer, low temp = none
815 818
 //
816 819
 // In all cases the timer can be started and stopped using
817 820
 // the following commands:

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

@@ -782,7 +782,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
782 782
 // Print job timer
783 783
 //
784 784
 // Enable this option to automatically start and stop the
785
-// print job timer when M104 and M109 commands are received.
785
+// print job timer when M104/M109/M190 commands are received.
786
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
787
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
788
+// M190 (bed with wait) - high temp = start timer, low temp = none
786 789
 //
787 790
 // In all cases the timer can be started and stopped using
788 791
 // the following commands:

+ 4
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -790,7 +790,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
790 790
 // Print job timer
791 791
 //
792 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 798
 // In all cases the timer can be started and stopped using
796 799
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -885,7 +885,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
885 885
 // Print job timer
886 886
 //
887 887
 // Enable this option to automatically start and stop the
888
-// print job timer when M104 and M109 commands are received.
888
+// print job timer when M104/M109/M190 commands are received.
889
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
890
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
891
+// M190 (bed with wait) - high temp = start timer, low temp = none
889 892
 //
890 893
 // In all cases the timer can be started and stopped using
891 894
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -879,7 +879,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
879 879
 // Print job timer
880 880
 //
881 881
 // Enable this option to automatically start and stop the
882
-// print job timer when M104 and M109 commands are received.
882
+// print job timer when M104/M109/M190 commands are received.
883
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
884
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
885
+// M190 (bed with wait) - high temp = start timer, low temp = none
883 886
 //
884 887
 // In all cases the timer can be started and stopped using
885 888
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -882,7 +882,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
882 882
 // Print job timer
883 883
 //
884 884
 // Enable this option to automatically start and stop the
885
-// print job timer when M104 and M109 commands are received.
885
+// print job timer when M104/M109/M190 commands are received.
886
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
887
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
888
+// M190 (bed with wait) - high temp = start timer, low temp = none
886 889
 //
887 890
 // In all cases the timer can be started and stopped using
888 891
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -882,7 +882,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
882 882
 // Print job timer
883 883
 //
884 884
 // Enable this option to automatically start and stop the
885
-// print job timer when M104 and M109 commands are received.
885
+// print job timer when M104/M109/M190 commands are received.
886
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
887
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
888
+// M190 (bed with wait) - high temp = start timer, low temp = none
886 889
 //
887 890
 // In all cases the timer can be started and stopped using
888 891
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -884,7 +884,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
884 884
 // Print job timer
885 885
 //
886 886
 // Enable this option to automatically start and stop the
887
-// print job timer when M104 and M109 commands are received.
887
+// print job timer when M104/M109/M190 commands are received.
888
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
889
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
890
+// M190 (bed with wait) - high temp = start timer, low temp = none
888 891
 //
889 892
 // In all cases the timer can be started and stopped using
890 893
 // the following commands:

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

@@ -793,7 +793,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
793 793
 // Print job timer
794 794
 //
795 795
 // Enable this option to automatically start and stop the
796
-// print job timer when M104 and M109 commands are received.
796
+// print job timer when M104/M109/M190 commands are received.
797
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
798
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
799
+// M190 (bed with wait) - high temp = start timer, low temp = none
797 800
 //
798 801
 // In all cases the timer can be started and stopped using
799 802
 // the following commands:

+ 4
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -784,7 +784,10 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
784 784
 // Print job timer
785 785
 //
786 786
 // Enable this option to automatically start and stop the
787
-// print job timer when M104 and M109 commands are received.
787
+// print job timer when M104/M109/M190 commands are received.
788
+// M104 (extruder without wait) - high temp = none, low temp = stop timer
789
+// M109 (extruder with wait) - high temp = start timer, low temp = stop timer
790
+// M190 (bed with wait) - high temp = start timer, low temp = none
788 791
 //
789 792
 // In all cases the timer can be started and stopped using
790 793
 // the following commands:

Loading…
Cancel
Save