Browse Source

Added PRINTJOB_TIMER_AUTOSTART section to example config files

João Brázio 8 years ago
parent
commit
f9a62f6a8e

+ 5
- 5
Marlin/Configuration.h View File

@@ -758,16 +758,16 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
758 758
 //
759 759
 // Print job timer
760 760
 //
761
-// This options allows you configure if the print job timer should automatically
762
-// start and stop counting when a M104 or M109 is received.
761
+// Enable this option to automatically start and stop the
762
+// print job timer when M104 and M109 commands are received.
763 763
 //
764
-// If disabled you can control the print timer start and stop using the
765
-// following G-Code list:
764
+// In all cases the timer can be started and stopped using
765
+// the following commands:
766 766
 //
767 767
 // - M75  - Start the print job timer
768 768
 // - M76  - Pause the print job timer
769 769
 // - M77  - Stop the print job timer
770
-#defined PRINTJOB_TIMER_AUTOSTART
770
+#define PRINTJOB_TIMER_AUTOSTART
771 771
 
772 772
 //
773 773
 // Print Counter

+ 13
- 0
Marlin/example_configurations/Felix/Configuration.h View File

@@ -738,6 +738,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
738 738
 #define ABS_PREHEAT_HPB_TEMP 100
739 739
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
740 740
 
741
+//
742
+// Print job timer
743
+//
744
+// Enable this option to automatically start and stop the
745
+// print job timer when M104 and M109 commands are received.
746
+//
747
+// In all cases the timer can be started and stopped using
748
+// the following commands:
749
+//
750
+// - M75  - Start the print job timer
751
+// - M76  - Pause the print job timer
752
+// - M77  - Stop the print job timer
753
+#define PRINTJOB_TIMER_AUTOSTART
741 754
 
742 755
 //
743 756
 // Print Counter

+ 13
- 0
Marlin/example_configurations/Hephestos/Configuration.h View File

@@ -747,6 +747,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
747 747
 #define ABS_PREHEAT_HPB_TEMP 100
748 748
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
749 749
 
750
+//
751
+// Print job timer
752
+//
753
+// Enable this option to automatically start and stop the
754
+// print job timer when M104 and M109 commands are received.
755
+//
756
+// In all cases the timer can be started and stopped using
757
+// the following commands:
758
+//
759
+// - M75  - Start the print job timer
760
+// - M76  - Pause the print job timer
761
+// - M77  - Stop the print job timer
762
+#define PRINTJOB_TIMER_AUTOSTART
750 763
 
751 764
 //
752 765
 // Print Counter

+ 13
- 0
Marlin/example_configurations/Hephestos_2/Configuration.h View File

@@ -749,6 +749,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
749 749
 #define ABS_PREHEAT_HPB_TEMP    110
750 750
 #define ABS_PREHEAT_FAN_SPEED   0   // Insert Value between 0 and 255
751 751
 
752
+//
753
+// Print job timer
754
+//
755
+// Enable this option to automatically start and stop the
756
+// print job timer when M104 and M109 commands are received.
757
+//
758
+// In all cases the timer can be started and stopped using
759
+// the following commands:
760
+//
761
+// - M75  - Start the print job timer
762
+// - M76  - Pause the print job timer
763
+// - M77  - Stop the print job timer
764
+#define PRINTJOB_TIMER_AUTOSTART
752 765
 
753 766
 //
754 767
 // Print Counter

+ 13
- 0
Marlin/example_configurations/K8200/Configuration.h View File

@@ -772,6 +772,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
772 772
 #define ABS_PREHEAT_HPB_TEMP 60 // K8200: set back to 110 if you have an upgraded heatbed power supply
773 773
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
774 774
 
775
+//
776
+// Print job timer
777
+//
778
+// Enable this option to automatically start and stop the
779
+// print job timer when M104 and M109 commands are received.
780
+//
781
+// In all cases the timer can be started and stopped using
782
+// the following commands:
783
+//
784
+// - M75  - Start the print job timer
785
+// - M76  - Pause the print job timer
786
+// - M77  - Stop the print job timer
787
+#define PRINTJOB_TIMER_AUTOSTART
775 788
 
776 789
 //
777 790
 // Print Counter

+ 13
- 0
Marlin/example_configurations/RepRapWorld/Megatronics/Configuration.h View File

@@ -755,6 +755,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
755 755
 #define ABS_PREHEAT_HPB_TEMP 110
756 756
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
757 757
 
758
+//
759
+// Print job timer
760
+//
761
+// Enable this option to automatically start and stop the
762
+// print job timer when M104 and M109 commands are received.
763
+//
764
+// In all cases the timer can be started and stopped using
765
+// the following commands:
766
+//
767
+// - M75  - Start the print job timer
768
+// - M76  - Pause the print job timer
769
+// - M77  - Stop the print job timer
770
+#define PRINTJOB_TIMER_AUTOSTART
758 771
 
759 772
 //
760 773
 // Print Counter

+ 13
- 0
Marlin/example_configurations/RigidBot/Configuration.h View File

@@ -750,6 +750,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
750 750
 #define ABS_PREHEAT_HPB_TEMP 110
751 751
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
752 752
 
753
+//
754
+// Print job timer
755
+//
756
+// Enable this option to automatically start and stop the
757
+// print job timer when M104 and M109 commands are received.
758
+//
759
+// In all cases the timer can be started and stopped using
760
+// the following commands:
761
+//
762
+// - M75  - Start the print job timer
763
+// - M76  - Pause the print job timer
764
+// - M77  - Stop the print job timer
765
+#define PRINTJOB_TIMER_AUTOSTART
753 766
 
754 767
 //
755 768
 // Print Counter

+ 13
- 0
Marlin/example_configurations/SCARA/Configuration.h View File

@@ -763,6 +763,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
763 763
 #define ABS_PREHEAT_HPB_TEMP 100
764 764
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
765 765
 
766
+//
767
+// Print job timer
768
+//
769
+// Enable this option to automatically start and stop the
770
+// print job timer when M104 and M109 commands are received.
771
+//
772
+// In all cases the timer can be started and stopped using
773
+// the following commands:
774
+//
775
+// - M75  - Start the print job timer
776
+// - M76  - Pause the print job timer
777
+// - M77  - Stop the print job timer
778
+#define PRINTJOB_TIMER_AUTOSTART
766 779
 
767 780
 //
768 781
 // Print Counter

+ 13
- 0
Marlin/example_configurations/TAZ4/Configuration.h View File

@@ -776,6 +776,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
776 776
 #define ABS_PREHEAT_HPB_TEMP 110
777 777
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
778 778
 
779
+//
780
+// Print job timer
781
+//
782
+// Enable this option to automatically start and stop the
783
+// print job timer when M104 and M109 commands are received.
784
+//
785
+// In all cases the timer can be started and stopped using
786
+// the following commands:
787
+//
788
+// - M75  - Start the print job timer
789
+// - M76  - Pause the print job timer
790
+// - M77  - Stop the print job timer
791
+#define PRINTJOB_TIMER_AUTOSTART
779 792
 
780 793
 //
781 794
 // Print Counter

+ 13
- 0
Marlin/example_configurations/WITBOX/Configuration.h View File

@@ -747,6 +747,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
747 747
 #define ABS_PREHEAT_HPB_TEMP 100
748 748
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
749 749
 
750
+//
751
+// Print job timer
752
+//
753
+// Enable this option to automatically start and stop the
754
+// print job timer when M104 and M109 commands are received.
755
+//
756
+// In all cases the timer can be started and stopped using
757
+// the following commands:
758
+//
759
+// - M75  - Start the print job timer
760
+// - M76  - Pause the print job timer
761
+// - M77  - Stop the print job timer
762
+#define PRINTJOB_TIMER_AUTOSTART
750 763
 
751 764
 //
752 765
 // Print Counter

+ 13
- 0
Marlin/example_configurations/adafruit/ST7565/Configuration.h View File

@@ -755,6 +755,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
755 755
 #define ABS_PREHEAT_HPB_TEMP 110
756 756
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
757 757
 
758
+//
759
+// Print job timer
760
+//
761
+// Enable this option to automatically start and stop the
762
+// print job timer when M104 and M109 commands are received.
763
+//
764
+// In all cases the timer can be started and stopped using
765
+// the following commands:
766
+//
767
+// - M75  - Start the print job timer
768
+// - M76  - Pause the print job timer
769
+// - M77  - Stop the print job timer
770
+#define PRINTJOB_TIMER_AUTOSTART
758 771
 
759 772
 //
760 773
 // Print Counter

+ 13
- 0
Marlin/example_configurations/delta/biv2.5/Configuration.h View File

@@ -884,6 +884,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
884 884
 #define ABS_PREHEAT_HPB_TEMP 100
885 885
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
886 886
 
887
+//
888
+// Print job timer
889
+//
890
+// Enable this option to automatically start and stop the
891
+// print job timer when M104 and M109 commands are received.
892
+//
893
+// In all cases the timer can be started and stopped using
894
+// the following commands:
895
+//
896
+// - M75  - Start the print job timer
897
+// - M76  - Pause the print job timer
898
+// - M77  - Stop the print job timer
899
+#define PRINTJOB_TIMER_AUTOSTART
887 900
 
888 901
 //
889 902
 // Print Counter

+ 13
- 0
Marlin/example_configurations/delta/generic/Configuration.h View File

@@ -884,6 +884,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
884 884
 #define ABS_PREHEAT_HPB_TEMP 100
885 885
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
886 886
 
887
+//
888
+// Print job timer
889
+//
890
+// Enable this option to automatically start and stop the
891
+// print job timer when M104 and M109 commands are received.
892
+//
893
+// In all cases the timer can be started and stopped using
894
+// the following commands:
895
+//
896
+// - M75  - Start the print job timer
897
+// - M76  - Pause the print job timer
898
+// - M77  - Stop the print job timer
899
+#define PRINTJOB_TIMER_AUTOSTART
887 900
 
888 901
 //
889 902
 // Print Counter

+ 13
- 0
Marlin/example_configurations/delta/kossel_mini/Configuration.h View File

@@ -888,6 +888,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
888 888
 #define ABS_PREHEAT_HPB_TEMP 100
889 889
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
890 890
 
891
+//
892
+// Print job timer
893
+//
894
+// Enable this option to automatically start and stop the
895
+// print job timer when M104 and M109 commands are received.
896
+//
897
+// In all cases the timer can be started and stopped using
898
+// the following commands:
899
+//
900
+// - M75  - Start the print job timer
901
+// - M76  - Pause the print job timer
902
+// - M77  - Stop the print job timer
903
+#define PRINTJOB_TIMER_AUTOSTART
891 904
 
892 905
 //
893 906
 // Print Counter

+ 13
- 0
Marlin/example_configurations/delta/kossel_pro/Configuration.h View File

@@ -881,6 +881,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
881 881
 #define ABS_PREHEAT_HPB_TEMP 100
882 882
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
883 883
 
884
+//
885
+// Print job timer
886
+//
887
+// Enable this option to automatically start and stop the
888
+// print job timer when M104 and M109 commands are received.
889
+//
890
+// In all cases the timer can be started and stopped using
891
+// the following commands:
892
+//
893
+// - M75  - Start the print job timer
894
+// - M76  - Pause the print job timer
895
+// - M77  - Stop the print job timer
896
+#define PRINTJOB_TIMER_AUTOSTART
884 897
 
885 898
 //
886 899
 // Print Counter

+ 13
- 0
Marlin/example_configurations/delta/kossel_xl/Configuration.h View File

@@ -889,6 +889,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
889 889
 #define ABS_PREHEAT_HPB_TEMP 100
890 890
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
891 891
 
892
+//
893
+// Print job timer
894
+//
895
+// Enable this option to automatically start and stop the
896
+// print job timer when M104 and M109 commands are received.
897
+//
898
+// In all cases the timer can be started and stopped using
899
+// the following commands:
900
+//
901
+// - M75  - Start the print job timer
902
+// - M76  - Pause the print job timer
903
+// - M77  - Stop the print job timer
904
+#define PRINTJOB_TIMER_AUTOSTART
892 905
 
893 906
 //
894 907
 // Print Counter

+ 13
- 0
Marlin/example_configurations/makibox/Configuration.h View File

@@ -758,6 +758,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
758 758
 #define ABS_PREHEAT_HPB_TEMP 100
759 759
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
760 760
 
761
+//
762
+// Print job timer
763
+//
764
+// Enable this option to automatically start and stop the
765
+// print job timer when M104 and M109 commands are received.
766
+//
767
+// In all cases the timer can be started and stopped using
768
+// the following commands:
769
+//
770
+// - M75  - Start the print job timer
771
+// - M76  - Pause the print job timer
772
+// - M77  - Stop the print job timer
773
+#define PRINTJOB_TIMER_AUTOSTART
761 774
 
762 775
 //
763 776
 // Print Counter

+ 13
- 0
Marlin/example_configurations/tvrrug/Round2/Configuration.h View File

@@ -749,6 +749,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
749 749
 #define ABS_PREHEAT_HPB_TEMP 100
750 750
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
751 751
 
752
+//
753
+// Print job timer
754
+//
755
+// Enable this option to automatically start and stop the
756
+// print job timer when M104 and M109 commands are received.
757
+//
758
+// In all cases the timer can be started and stopped using
759
+// the following commands:
760
+//
761
+// - M75  - Start the print job timer
762
+// - M76  - Pause the print job timer
763
+// - M77  - Stop the print job timer
764
+#define PRINTJOB_TIMER_AUTOSTART
752 765
 
753 766
 //
754 767
 // Print Counter

Loading…
Cancel
Save