浏览代码

Print job timer comment changed

Petr Zahradnik 9 年前
父节点
当前提交
e282d69f63

+ 4
- 1
Marlin/Configuration.h 查看文件

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:

+ 4
- 1
Marlin/example_configurations/Cartesio/Configuration.h 查看文件

789
 // Print job timer
789
 // Print job timer
790
 //
790
 //
791
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
797
 // In all cases the timer can be started and stopped using
795
 // the following commands:
798
 // the following commands:

+ 4
- 1
Marlin/example_configurations/Felix/Configuration.h 查看文件

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

+ 4
- 1
Marlin/example_configurations/Hephestos/Configuration.h 查看文件

782
 // Print job timer
782
 // Print job timer
783
 //
783
 //
784
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
790
 // In all cases the timer can be started and stopped using
788
 // the following commands:
791
 // the following commands:

+ 4
- 1
Marlin/example_configurations/Hephestos_2/Configuration.h 查看文件

784
 // Print job timer
784
 // Print job timer
785
 //
785
 //
786
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
792
 // In all cases the timer can be started and stopped using
790
 // the following commands:
793
 // the following commands:

+ 4
- 1
Marlin/example_configurations/K8200/Configuration.h 查看文件

807
 // Print job timer
807
 // Print job timer
808
 //
808
 //
809
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
815
 // In all cases the timer can be started and stopped using
813
 // the following commands:
816
 // the following commands:

+ 4
- 1
Marlin/example_configurations/K8400/Configuration.h 查看文件

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:

+ 4
- 1
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h 查看文件

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:

+ 4
- 1
Marlin/example_configurations/RigidBot/Configuration.h 查看文件

788
 // Print job timer
788
 // Print job timer
789
 //
789
 //
790
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
796
 // In all cases the timer can be started and stopped using
794
 // the following commands:
797
 // the following commands:

+ 4
- 1
Marlin/example_configurations/SCARA/Configuration.h 查看文件

798
 // Print job timer
798
 // Print job timer
799
 //
799
 //
800
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
806
 // In all cases the timer can be started and stopped using
804
 // the following commands:
807
 // the following commands:

+ 4
- 1
Marlin/example_configurations/TAZ4/Configuration.h 查看文件

811
 // Print job timer
811
 // Print job timer
812
 //
812
 //
813
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
819
 // In all cases the timer can be started and stopped using
817
 // the following commands:
820
 // the following commands:

+ 4
- 1
Marlin/example_configurations/WITBOX/Configuration.h 查看文件

782
 // Print job timer
782
 // Print job timer
783
 //
783
 //
784
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
790
 // In all cases the timer can be started and stopped using
788
 // the following commands:
791
 // the following commands:

+ 4
- 1
Marlin/example_configurations/adafruit/ST7565/Configuration.h 查看文件

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:

+ 4
- 1
Marlin/example_configurations/delta/biv2.5/Configuration.h 查看文件

885
 // Print job timer
885
 // Print job timer
886
 //
886
 //
887
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
893
 // In all cases the timer can be started and stopped using
891
 // the following commands:
894
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/generic/Configuration.h 查看文件

879
 // Print job timer
879
 // Print job timer
880
 //
880
 //
881
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
887
 // In all cases the timer can be started and stopped using
885
 // the following commands:
888
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/kossel_mini/Configuration.h 查看文件

882
 // Print job timer
882
 // Print job timer
883
 //
883
 //
884
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
890
 // In all cases the timer can be started and stopped using
888
 // the following commands:
891
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/kossel_pro/Configuration.h 查看文件

882
 // Print job timer
882
 // Print job timer
883
 //
883
 //
884
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
890
 // In all cases the timer can be started and stopped using
888
 // the following commands:
891
 // the following commands:

+ 4
- 1
Marlin/example_configurations/delta/kossel_xl/Configuration.h 查看文件

884
 // Print job timer
884
 // Print job timer
885
 //
885
 //
886
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
892
 // In all cases the timer can be started and stopped using
890
 // the following commands:
893
 // the following commands:

+ 4
- 1
Marlin/example_configurations/makibox/Configuration.h 查看文件

793
 // Print job timer
793
 // Print job timer
794
 //
794
 //
795
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
801
 // In all cases the timer can be started and stopped using
799
 // the following commands:
802
 // the following commands:

+ 4
- 1
Marlin/example_configurations/tvrrug/Round2/Configuration.h 查看文件

784
 // Print job timer
784
 // Print job timer
785
 //
785
 //
786
 // Enable this option to automatically start and stop the
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
 // In all cases the timer can be started and stopped using
792
 // In all cases the timer can be started and stopped using
790
 // the following commands:
793
 // the following commands:

正在加载...
取消
保存