Browse Source

Some clean-up for example configuration files

Some clean-up for example configuration files

Follow-up and fix the PR #3253(Make the Autotune item(s) in the LCD menu optional):
・Update forgotten file(Felix/Configuration_DUAL.h)

Follow-up the PR #3526(Configuration.h LCD & SDCard section rewrite):
・Add section of RigidBot Panel to RepRapWorld/Megatronics/Configuration.h

Follow-up the PR #3576(Z Safe Homing for all):
・Adjust spacing

Follow-up and fix the PR #3625(Print job statistics):
・Update forgotten file(Felix/Configuration_DUAL.h)
・Remove ambiguous character "f" in top of RigidBot/Configuration.h
esenapaj 8 years ago
parent
commit
2fa4bc344c

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

@@ -654,6 +654,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
654 654
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
655 655
 #endif
656 656
 
657
+
657 658
 // @section movement
658 659
 
659 660
 /**

+ 17
- 2
Marlin/example_configurations/Felix/Configuration_DUAL.h View File

@@ -274,9 +274,10 @@
274 274
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
275 275
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
276 276
 
277
-//#define PID_BED_DEBUG // Sends debug data to the serial port.
278
-
279 277
 #if ENABLED(PIDTEMPBED)
278
+
279
+  //#define PID_BED_DEBUG // Sends debug data to the serial port.
280
+
280 281
   // Felix Foil Heater
281 282
   #define DEFAULT_bedKp 103.37
282 283
   #define DEFAULT_bedKi 2.79
@@ -651,6 +652,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
651 652
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
652 653
 #endif
653 654
 
655
+
654 656
 // @section movement
655 657
 
656 658
 /**
@@ -736,6 +738,19 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
736 738
 #define ABS_PREHEAT_HPB_TEMP 100
737 739
 #define ABS_PREHEAT_FAN_SPEED 255   // Insert Value between 0 and 255
738 740
 
741
+
742
+//
743
+// Print Counter
744
+//
745
+// When enabled Marlin will keep track of some print statistical data such as:
746
+//  - Total print jobs
747
+//  - Total successful print jobs
748
+//  - Total failed print jobs
749
+//  - Total time printing
750
+//
751
+// This information can be viewed by the M78 command.
752
+//#define PRINTCOUNTER
753
+
739 754
 //=============================================================================
740 755
 //============================= LCD and SD support ============================
741 756
 //=============================================================================

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

@@ -664,6 +664,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
664 664
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
665 665
 #endif
666 666
 
667
+
667 668
 // @section movement
668 669
 
669 670
 /**

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

@@ -666,6 +666,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
666 666
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
667 667
 #endif
668 668
 
669
+
669 670
 // @section movement
670 671
 
671 672
 /**

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

@@ -689,6 +689,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
689 689
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
690 690
 #endif
691 691
 
692
+
692 693
 // @section movement
693 694
 
694 695
 /**

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

@@ -672,6 +672,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
672 672
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
673 673
 #endif
674 674
 
675
+
675 676
 // @section movement
676 677
 
677 678
 /**
@@ -975,6 +976,12 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
975 976
 #define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
976 977
 
977 978
 //
979
+// RigidBot Panel V1.0
980
+// http://www.inventapart.com/
981
+//
982
+//#define RIGIDBOT_PANEL
983
+
984
+//
978 985
 // BQ LCD Smart Controller shipped by
979 986
 // default with the BQ Hephestos 2 and Witbox 2.
980 987
 //

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

@@ -1,4 +1,4 @@
1
-f/**
1
+/**
2 2
  * Marlin 3D Printer Firmware
3 3
  * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4 4
  *
@@ -666,6 +666,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
666 666
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
667 667
 #endif
668 668
 
669
+
669 670
 // @section movement
670 671
 
671 672
 /**

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

@@ -680,6 +680,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
680 680
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
681 681
 #endif
682 682
 
683
+
683 684
 // @section movement
684 685
 
685 686
 /**

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

@@ -693,6 +693,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
693 693
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
694 694
 #endif
695 695
 
696
+
696 697
 // @section movement
697 698
 
698 699
 /**

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

@@ -664,6 +664,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
664 664
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
665 665
 #endif
666 666
 
667
+
667 668
 // @section movement
668 669
 
669 670
 /**

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

@@ -672,6 +672,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
672 672
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
673 673
 #endif
674 674
 
675
+
675 676
 // @section movement
676 677
 
677 678
 /**

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

@@ -798,6 +798,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
798 798
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
799 799
 #endif
800 800
 
801
+
801 802
 // @section movement
802 803
 
803 804
 /**

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

@@ -798,6 +798,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
798 798
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
799 799
 #endif
800 800
 
801
+
801 802
 // @section movement
802 803
 
803 804
 /**

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

@@ -802,6 +802,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
802 802
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
803 803
 #endif
804 804
 
805
+
805 806
 // @section movement
806 807
 
807 808
 /**

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

@@ -789,6 +789,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
789 789
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
790 790
 #endif
791 791
 
792
+
792 793
 // @section movement
793 794
 
794 795
 /**

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

@@ -796,6 +796,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
796 796
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
797 797
 #endif
798 798
 
799
+
799 800
 // @section movement
800 801
 
801 802
 /**

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

@@ -675,6 +675,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
675 675
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
676 676
 #endif
677 677
 
678
+
678 679
 // @section movement
679 680
 
680 681
 /**

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

@@ -662,6 +662,7 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the lo
662 662
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
663 663
 #endif
664 664
 
665
+
665 666
 // @section movement
666 667
 
667 668
 /**

Loading…
Cancel
Save