Browse Source

Updated example configuration files

João Brázio 9 years ago
parent
commit
27088e356f
No account linked to committer's email address

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

@@ -739,6 +739,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
739 739
 #define ABS_PREHEAT_HPB_TEMP 100
740 740
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
741 741
 
742
+
743
+//
744
+// Print Counter
745
+//
746
+// When enabled Marlin will keep track of some print statistical data such as:
747
+//  - Total print jobs
748
+//  - Total successfull print jobs
749
+//  - Total failed print jobs
750
+//  - Total time printing
751
+//
752
+// This information can be viewed by the M78 command.
753
+//#define PRINTCOUNTER
754
+
742 755
 //=============================================================================
743 756
 //============================= LCD and SD support ============================
744 757
 //=============================================================================

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

@@ -748,6 +748,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
748 748
 #define ABS_PREHEAT_HPB_TEMP 100
749 749
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
750 750
 
751
+
752
+//
753
+// Print Counter
754
+//
755
+// When enabled Marlin will keep track of some print statistical data such as:
756
+//  - Total print jobs
757
+//  - Total successfull print jobs
758
+//  - Total failed print jobs
759
+//  - Total time printing
760
+//
761
+// This information can be viewed by the M78 command.
762
+//#define PRINTCOUNTER
763
+
751 764
 //=============================================================================
752 765
 //============================= LCD and SD support ============================
753 766
 //=============================================================================

+ 13
- 0
Marlin/example_configurations/Hephestos_2/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   0   // Insert Value between 0 and 255
752 752
 
753
+
754
+//
755
+// Print Counter
756
+//
757
+// When enabled Marlin will keep track of some print statistical data such as:
758
+//  - Total print jobs
759
+//  - Total successfull print jobs
760
+//  - Total failed print jobs
761
+//  - Total time printing
762
+//
763
+// This information can be viewed by the M78 command.
764
+//#define PRINTCOUNTER
765
+
753 766
 //=============================================================================
754 767
 //============================= LCD and SD support ============================
755 768
 //=============================================================================

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

@@ -773,6 +773,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
773 773
 #define ABS_PREHEAT_HPB_TEMP 60 // K8200: set back to 110 if you have an upgraded heatbed power supply
774 774
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
775 775
 
776
+
777
+//
778
+// Print Counter
779
+//
780
+// When enabled Marlin will keep track of some print statistical data such as:
781
+//  - Total print jobs
782
+//  - Total successfull print jobs
783
+//  - Total failed print jobs
784
+//  - Total time printing
785
+//
786
+// This information can be viewed by the M78 command.
787
+//#define PRINTCOUNTER
788
+
776 789
 //=============================================================================
777 790
 //============================= LCD and SD support ============================
778 791
 //=============================================================================

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

@@ -756,6 +756,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
756 756
 #define ABS_PREHEAT_HPB_TEMP 110
757 757
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
758 758
 
759
+
760
+//
761
+// Print Counter
762
+//
763
+// When enabled Marlin will keep track of some print statistical data such as:
764
+//  - Total print jobs
765
+//  - Total successfull print jobs
766
+//  - Total failed print jobs
767
+//  - Total time printing
768
+//
769
+// This information can be viewed by the M78 command.
770
+//#define PRINTCOUNTER
771
+
759 772
 //=============================================================================
760 773
 //============================= LCD and SD support ============================
761 774
 //=============================================================================

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

@@ -1,4 +1,4 @@
1
-/**
1
+f/**
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
@@ -751,6 +751,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
751 751
 #define ABS_PREHEAT_HPB_TEMP 110
752 752
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
753 753
 
754
+
755
+//
756
+// Print Counter
757
+//
758
+// When enabled Marlin will keep track of some print statistical data such as:
759
+//  - Total print jobs
760
+//  - Total successfull print jobs
761
+//  - Total failed print jobs
762
+//  - Total time printing
763
+//
764
+// This information can be viewed by the M78 command.
765
+//#define PRINTCOUNTER
766
+
754 767
 //=============================================================================
755 768
 //============================= LCD and SD support ============================
756 769
 //=============================================================================

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

@@ -764,6 +764,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
764 764
 #define ABS_PREHEAT_HPB_TEMP 100
765 765
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
766 766
 
767
+
768
+//
769
+// Print Counter
770
+//
771
+// When enabled Marlin will keep track of some print statistical data such as:
772
+//  - Total print jobs
773
+//  - Total successfull print jobs
774
+//  - Total failed print jobs
775
+//  - Total time printing
776
+//
777
+// This information can be viewed by the M78 command.
778
+//#define PRINTCOUNTER
779
+
767 780
 //=============================================================================
768 781
 //============================= LCD and SD support ============================
769 782
 //=============================================================================

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

@@ -777,6 +777,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
777 777
 #define ABS_PREHEAT_HPB_TEMP 110
778 778
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
779 779
 
780
+
781
+//
782
+// Print Counter
783
+//
784
+// When enabled Marlin will keep track of some print statistical data such as:
785
+//  - Total print jobs
786
+//  - Total successfull print jobs
787
+//  - Total failed print jobs
788
+//  - Total time printing
789
+//
790
+// This information can be viewed by the M78 command.
791
+//#define PRINTCOUNTER
792
+
780 793
 //=============================================================================
781 794
 //============================= LCD and SD support ============================
782 795
 //=============================================================================

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

@@ -748,6 +748,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
748 748
 #define ABS_PREHEAT_HPB_TEMP 100
749 749
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
750 750
 
751
+
752
+//
753
+// Print Counter
754
+//
755
+// When enabled Marlin will keep track of some print statistical data such as:
756
+//  - Total print jobs
757
+//  - Total successfull print jobs
758
+//  - Total failed print jobs
759
+//  - Total time printing
760
+//
761
+// This information can be viewed by the M78 command.
762
+//#define PRINTCOUNTER
763
+
751 764
 //=============================================================================
752 765
 //============================= LCD and SD support ============================
753 766
 //=============================================================================

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

@@ -756,6 +756,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
756 756
 #define ABS_PREHEAT_HPB_TEMP 110
757 757
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
758 758
 
759
+
760
+//
761
+// Print Counter
762
+//
763
+// When enabled Marlin will keep track of some print statistical data such as:
764
+//  - Total print jobs
765
+//  - Total successfull print jobs
766
+//  - Total failed print jobs
767
+//  - Total time printing
768
+//
769
+// This information can be viewed by the M78 command.
770
+//#define PRINTCOUNTER
771
+
759 772
 //=============================================================================
760 773
 //============================= LCD and SD support ============================
761 774
 //=============================================================================

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

@@ -885,6 +885,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
885 885
 #define ABS_PREHEAT_HPB_TEMP 100
886 886
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
887 887
 
888
+
889
+//
890
+// Print Counter
891
+//
892
+// When enabled Marlin will keep track of some print statistical data such as:
893
+//  - Total print jobs
894
+//  - Total successfull print jobs
895
+//  - Total failed print jobs
896
+//  - Total time printing
897
+//
898
+// This information can be viewed by the M78 command.
899
+//#define PRINTCOUNTER
900
+
888 901
 //=============================================================================
889 902
 //============================= LCD and SD support ============================
890 903
 //=============================================================================

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

@@ -885,6 +885,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
885 885
 #define ABS_PREHEAT_HPB_TEMP 100
886 886
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
887 887
 
888
+
889
+//
890
+// Print Counter
891
+//
892
+// When enabled Marlin will keep track of some print statistical data such as:
893
+//  - Total print jobs
894
+//  - Total successfull print jobs
895
+//  - Total failed print jobs
896
+//  - Total time printing
897
+//
898
+// This information can be viewed by the M78 command.
899
+//#define PRINTCOUNTER
900
+
888 901
 //=============================================================================
889 902
 //============================= LCD and SD support ============================
890 903
 //=============================================================================

+ 13
- 0
Marlin/example_configurations/delta/kossel_mini/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
+//
894
+// Print Counter
895
+//
896
+// When enabled Marlin will keep track of some print statistical data such as:
897
+//  - Total print jobs
898
+//  - Total successfull print jobs
899
+//  - Total failed print jobs
900
+//  - Total time printing
901
+//
902
+// This information can be viewed by the M78 command.
903
+//#define PRINTCOUNTER
904
+
892 905
 //=============================================================================
893 906
 //============================= LCD and SD support ============================
894 907
 //=============================================================================

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

@@ -882,6 +882,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
882 882
 #define ABS_PREHEAT_HPB_TEMP 100
883 883
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
884 884
 
885
+
886
+//
887
+// Print Counter
888
+//
889
+// When enabled Marlin will keep track of some print statistical data such as:
890
+//  - Total print jobs
891
+//  - Total successfull print jobs
892
+//  - Total failed print jobs
893
+//  - Total time printing
894
+//
895
+// This information can be viewed by the M78 command.
896
+//#define PRINTCOUNTER
897
+
885 898
 //=============================================================================
886 899
 //============================= LCD and SD support ============================
887 900
 //=============================================================================

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

@@ -890,6 +890,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
890 890
 #define ABS_PREHEAT_HPB_TEMP 100
891 891
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
892 892
 
893
+
894
+//
895
+// Print Counter
896
+//
897
+// When enabled Marlin will keep track of some print statistical data such as:
898
+//  - Total print jobs
899
+//  - Total successfull print jobs
900
+//  - Total failed print jobs
901
+//  - Total time printing
902
+//
903
+// This information can be viewed by the M78 command.
904
+//#define PRINTCOUNTER
905
+
893 906
 //=============================================================================
894 907
 //============================= LCD and SD support ============================
895 908
 //=============================================================================

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

@@ -759,6 +759,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
759 759
 #define ABS_PREHEAT_HPB_TEMP 100
760 760
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
761 761
 
762
+
763
+//
764
+// Print Counter
765
+//
766
+// When enabled Marlin will keep track of some print statistical data such as:
767
+//  - Total print jobs
768
+//  - Total successfull print jobs
769
+//  - Total failed print jobs
770
+//  - Total time printing
771
+//
772
+// This information can be viewed by the M78 command.
773
+//#define PRINTCOUNTER
774
+
762 775
 //=============================================================================
763 776
 //============================= LCD and SD support ============================
764 777
 //=============================================================================

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

@@ -750,6 +750,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
750 750
 #define ABS_PREHEAT_HPB_TEMP 100
751 751
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
752 752
 
753
+
754
+//
755
+// Print Counter
756
+//
757
+// When enabled Marlin will keep track of some print statistical data such as:
758
+//  - Total print jobs
759
+//  - Total successfull print jobs
760
+//  - Total failed print jobs
761
+//  - Total time printing
762
+//
763
+// This information can be viewed by the M78 command.
764
+//#define PRINTCOUNTER
765
+
753 766
 //=============================================================================
754 767
 //============================= LCD and SD support ============================
755 768
 //=============================================================================

Loading…
Cancel
Save