Browse Source

Added PRINTJOB_TIMER_AUTOSTART section to example config files

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

+ 5
- 5
Marlin/Configuration.h View File

758
 //
758
 //
759
 // Print job timer
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
 // - M75  - Start the print job timer
767
 // - M75  - Start the print job timer
768
 // - M76  - Pause the print job timer
768
 // - M76  - Pause the print job timer
769
 // - M77  - Stop the print job timer
769
 // - M77  - Stop the print job timer
770
-#defined PRINTJOB_TIMER_AUTOSTART
770
+#define PRINTJOB_TIMER_AUTOSTART
771
 
771
 
772
 //
772
 //
773
 // Print Counter
773
 // Print Counter

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

738
 #define ABS_PREHEAT_HPB_TEMP 100
738
 #define ABS_PREHEAT_HPB_TEMP 100
739
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
756
 // Print Counter

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

747
 #define ABS_PREHEAT_HPB_TEMP 100
747
 #define ABS_PREHEAT_HPB_TEMP 100
748
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
765
 // Print Counter

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

749
 #define ABS_PREHEAT_HPB_TEMP    110
749
 #define ABS_PREHEAT_HPB_TEMP    110
750
 #define ABS_PREHEAT_FAN_SPEED   0   // Insert Value between 0 and 255
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
 // Print Counter
767
 // Print Counter

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

772
 #define ABS_PREHEAT_HPB_TEMP 60 // K8200: set back to 110 if you have an upgraded heatbed power supply
772
 #define ABS_PREHEAT_HPB_TEMP 60 // K8200: set back to 110 if you have an upgraded heatbed power supply
773
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 // Print Counter
790
 // Print Counter

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

755
 #define ABS_PREHEAT_HPB_TEMP 110
755
 #define ABS_PREHEAT_HPB_TEMP 110
756
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 // Print Counter
773
 // Print Counter

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

750
 #define ABS_PREHEAT_HPB_TEMP 110
750
 #define ABS_PREHEAT_HPB_TEMP 110
751
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
768
 // Print Counter

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

763
 #define ABS_PREHEAT_HPB_TEMP 100
763
 #define ABS_PREHEAT_HPB_TEMP 100
764
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
781
 // Print Counter

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

776
 #define ABS_PREHEAT_HPB_TEMP 110
776
 #define ABS_PREHEAT_HPB_TEMP 110
777
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 // Print Counter
794
 // Print Counter

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

747
 #define ABS_PREHEAT_HPB_TEMP 100
747
 #define ABS_PREHEAT_HPB_TEMP 100
748
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
765
 // Print Counter

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

755
 #define ABS_PREHEAT_HPB_TEMP 110
755
 #define ABS_PREHEAT_HPB_TEMP 110
756
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 // Print Counter
773
 // Print Counter

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

884
 #define ABS_PREHEAT_HPB_TEMP 100
884
 #define ABS_PREHEAT_HPB_TEMP 100
885
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
902
 // Print Counter

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

884
 #define ABS_PREHEAT_HPB_TEMP 100
884
 #define ABS_PREHEAT_HPB_TEMP 100
885
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
902
 // Print Counter

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

888
 #define ABS_PREHEAT_HPB_TEMP 100
888
 #define ABS_PREHEAT_HPB_TEMP 100
889
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
906
 // Print Counter

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

881
 #define ABS_PREHEAT_HPB_TEMP 100
881
 #define ABS_PREHEAT_HPB_TEMP 100
882
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
899
 // Print Counter

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

889
 #define ABS_PREHEAT_HPB_TEMP 100
889
 #define ABS_PREHEAT_HPB_TEMP 100
890
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
907
 // Print Counter

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

758
 #define ABS_PREHEAT_HPB_TEMP 100
758
 #define ABS_PREHEAT_HPB_TEMP 100
759
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
776
 // Print Counter

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

749
 #define ABS_PREHEAT_HPB_TEMP 100
749
 #define ABS_PREHEAT_HPB_TEMP 100
750
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 // Print Counter
767
 // Print Counter

Loading…
Cancel
Save