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
 #define ABS_PREHEAT_HPB_TEMP 100
739
 #define ABS_PREHEAT_HPB_TEMP 100
740
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
756
 //============================= LCD and SD support ============================
744
 //=============================================================================
757
 //=============================================================================

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

748
 #define ABS_PREHEAT_HPB_TEMP 100
748
 #define ABS_PREHEAT_HPB_TEMP 100
749
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
765
 //============================= LCD and SD support ============================
753
 //=============================================================================
766
 //=============================================================================

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

750
 #define ABS_PREHEAT_HPB_TEMP    110
750
 #define ABS_PREHEAT_HPB_TEMP    110
751
 #define ABS_PREHEAT_FAN_SPEED   0   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
767
 //============================= LCD and SD support ============================
755
 //=============================================================================
768
 //=============================================================================

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

773
 #define ABS_PREHEAT_HPB_TEMP 60 // K8200: set back to 110 if you have an upgraded heatbed power supply
773
 #define ABS_PREHEAT_HPB_TEMP 60 // K8200: set back to 110 if you have an upgraded heatbed power supply
774
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
790
 //============================= LCD and SD support ============================
778
 //=============================================================================
791
 //=============================================================================

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

756
 #define ABS_PREHEAT_HPB_TEMP 110
756
 #define ABS_PREHEAT_HPB_TEMP 110
757
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
773
 //============================= LCD and SD support ============================
761
 //=============================================================================
774
 //=============================================================================

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

1
-/**
1
+f/**
2
  * Marlin 3D Printer Firmware
2
  * Marlin 3D Printer Firmware
3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
  *
4
  *
751
 #define ABS_PREHEAT_HPB_TEMP 110
751
 #define ABS_PREHEAT_HPB_TEMP 110
752
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
768
 //============================= LCD and SD support ============================
756
 //=============================================================================
769
 //=============================================================================

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

764
 #define ABS_PREHEAT_HPB_TEMP 100
764
 #define ABS_PREHEAT_HPB_TEMP 100
765
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
781
 //============================= LCD and SD support ============================
769
 //=============================================================================
782
 //=============================================================================

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

777
 #define ABS_PREHEAT_HPB_TEMP 110
777
 #define ABS_PREHEAT_HPB_TEMP 110
778
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
794
 //============================= LCD and SD support ============================
782
 //=============================================================================
795
 //=============================================================================

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

748
 #define ABS_PREHEAT_HPB_TEMP 100
748
 #define ABS_PREHEAT_HPB_TEMP 100
749
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
765
 //============================= LCD and SD support ============================
753
 //=============================================================================
766
 //=============================================================================

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

756
 #define ABS_PREHEAT_HPB_TEMP 110
756
 #define ABS_PREHEAT_HPB_TEMP 110
757
 #define ABS_PREHEAT_FAN_SPEED 0   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
773
 //============================= LCD and SD support ============================
761
 //=============================================================================
774
 //=============================================================================

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

885
 #define ABS_PREHEAT_HPB_TEMP 100
885
 #define ABS_PREHEAT_HPB_TEMP 100
886
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
902
 //============================= LCD and SD support ============================
890
 //=============================================================================
903
 //=============================================================================

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

885
 #define ABS_PREHEAT_HPB_TEMP 100
885
 #define ABS_PREHEAT_HPB_TEMP 100
886
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
902
 //============================= LCD and SD support ============================
890
 //=============================================================================
903
 //=============================================================================

+ 13
- 0
Marlin/example_configurations/delta/kossel_mini/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
+//
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
 //============================= LCD and SD support ============================
906
 //============================= LCD and SD support ============================
894
 //=============================================================================
907
 //=============================================================================

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

882
 #define ABS_PREHEAT_HPB_TEMP 100
882
 #define ABS_PREHEAT_HPB_TEMP 100
883
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
899
 //============================= LCD and SD support ============================
887
 //=============================================================================
900
 //=============================================================================

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

890
 #define ABS_PREHEAT_HPB_TEMP 100
890
 #define ABS_PREHEAT_HPB_TEMP 100
891
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
907
 //============================= LCD and SD support ============================
895
 //=============================================================================
908
 //=============================================================================

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

759
 #define ABS_PREHEAT_HPB_TEMP 100
759
 #define ABS_PREHEAT_HPB_TEMP 100
760
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
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
 //============================= LCD and SD support ============================
776
 //============================= LCD and SD support ============================
764
 //=============================================================================
777
 //=============================================================================

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

750
 #define ABS_PREHEAT_HPB_TEMP 100
750
 #define ABS_PREHEAT_HPB_TEMP 100
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
+//
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
 //============================= LCD and SD support ============================
767
 //============================= LCD and SD support ============================
755
 //=============================================================================
768
 //=============================================================================

Loading…
Cancel
Save