Browse Source

Merge pull request #3659 from esenapaj/patch-1

Some clean-up for example configuration files
Scott Lahteine 8 years ago
parent
commit
ad27d3c523

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

654
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
655
 #endif
656
 
656
 
657
+
657
 // @section movement
658
 // @section movement
658
 
659
 
659
 /**
660
 /**

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

274
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
274
 // so you shouldn't use it unless you are OK with PWM on your bed.  (see the comment on enabling PIDTEMPBED)
275
 #define MAX_BED_POWER 255 // limits duty cycle to bed; 255=full current
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
 #if ENABLED(PIDTEMPBED)
277
 #if ENABLED(PIDTEMPBED)
278
+
279
+  //#define PID_BED_DEBUG // Sends debug data to the serial port.
280
+
280
   // Felix Foil Heater
281
   // Felix Foil Heater
281
   #define DEFAULT_bedKp 103.37
282
   #define DEFAULT_bedKp 103.37
282
   #define DEFAULT_bedKi 2.79
283
   #define DEFAULT_bedKi 2.79
651
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
653
 #endif
653
 
654
 
655
+
654
 // @section movement
656
 // @section movement
655
 
657
 
656
 /**
658
 /**
736
 #define ABS_PREHEAT_HPB_TEMP 100
738
 #define ABS_PREHEAT_HPB_TEMP 100
737
 #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
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
 //============================= LCD and SD support ============================
755
 //============================= LCD and SD support ============================
741
 //=============================================================================
756
 //=============================================================================

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

664
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
665
 #endif
666
 
666
 
667
+
667
 // @section movement
668
 // @section movement
668
 
669
 
669
 /**
670
 /**

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

666
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
667
 #endif
668
 
668
 
669
+
669
 // @section movement
670
 // @section movement
670
 
671
 
671
 /**
672
 /**

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

689
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
690
 #endif
691
 
691
 
692
+
692
 // @section movement
693
 // @section movement
693
 
694
 
694
 /**
695
 /**

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

672
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
673
 #endif
674
 
674
 
675
+
675
 // @section movement
676
 // @section movement
676
 
677
 
677
 /**
678
 /**
975
 #define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
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
 // BQ LCD Smart Controller shipped by
985
 // BQ LCD Smart Controller shipped by
979
 // default with the BQ Hephestos 2 and Witbox 2.
986
 // default with the BQ Hephestos 2 and Witbox 2.
980
 //
987
 //

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

1
-f/**
1
+/**
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
  *
666
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
667
 #endif
668
 
668
 
669
+
669
 // @section movement
670
 // @section movement
670
 
671
 
671
 /**
672
 /**

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

680
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
681
 #endif
682
 
682
 
683
+
683
 // @section movement
684
 // @section movement
684
 
685
 
685
 /**
686
 /**

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

693
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
694
 #endif
695
 
695
 
696
+
696
 // @section movement
697
 // @section movement
697
 
698
 
698
 /**
699
 /**

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

664
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
665
 #endif
666
 
666
 
667
+
667
 // @section movement
668
 // @section movement
668
 
669
 
669
 /**
670
 /**

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

672
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
673
 #endif
674
 
674
 
675
+
675
 // @section movement
676
 // @section movement
676
 
677
 
677
 /**
678
 /**

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

798
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
799
 #endif
800
 
800
 
801
+
801
 // @section movement
802
 // @section movement
802
 
803
 
803
 /**
804
 /**

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

798
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
799
 #endif
800
 
800
 
801
+
801
 // @section movement
802
 // @section movement
802
 
803
 
803
 /**
804
 /**

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

802
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
803
 #endif
804
 
804
 
805
+
805
 // @section movement
806
 // @section movement
806
 
807
 
807
 /**
808
 /**

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

789
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
790
 #endif
791
 
791
 
792
+
792
 // @section movement
793
 // @section movement
793
 
794
 
794
 /**
795
 /**

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

796
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
797
 #endif
798
 
798
 
799
+
799
 // @section movement
800
 // @section movement
800
 
801
 
801
 /**
802
 /**

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

675
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
676
 #endif
677
 
677
 
678
+
678
 // @section movement
679
 // @section movement
679
 
680
 
680
 /**
681
 /**

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

662
   #define Z_SAFE_HOMING_Y_POINT ((Y_MIN_POS + Y_MAX_POS) / 2)    // Y point for Z homing when homing all axis (G28).
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
 #endif
663
 #endif
664
 
664
 
665
+
665
 // @section movement
666
 // @section movement
666
 
667
 
667
 /**
668
 /**

Loading…
Cancel
Save