Ver código fonte

Remove duplicated Z_PROBE_OFFSET_RANGE_MIN, Z_PROBE_OFFSET_RANGE_MAX

esenapaj 9 anos atrás
pai
commit
f77f3ffa70

+ 2
- 7
Marlin/example_configurations/Hephestos_2/Configuration.h Ver arquivo

@@ -512,8 +512,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
512 512
 //
513 513
 // For M851 give a range for adjusting the Z probe offset
514 514
 //
515
-#define Z_PROBE_OFFSET_RANGE_MIN -20
516
-#define Z_PROBE_OFFSET_RANGE_MAX 20
515
+#define Z_PROBE_OFFSET_RANGE_MIN -5
516
+#define Z_PROBE_OFFSET_RANGE_MAX  0
517 517
 
518 518
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
519 519
 // :{0:'Low',1:'High'}
@@ -733,11 +733,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
733 733
 //============================= Additional Features ===========================
734 734
 //=============================================================================
735 735
 
736
-// @section probes
737
-
738
-#define Z_PROBE_OFFSET_RANGE_MIN -5
739
-#define Z_PROBE_OFFSET_RANGE_MAX  0
740
-
741 736
 // @section extras
742 737
 
743 738
 //

+ 2
- 7
Marlin/example_configurations/delta/kossel_pro/Configuration.h Ver arquivo

@@ -588,8 +588,8 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
588 588
 //
589 589
 // For M851 give a range for adjusting the Z probe offset
590 590
 //
591
-#define Z_PROBE_OFFSET_RANGE_MIN -20
592
-#define Z_PROBE_OFFSET_RANGE_MAX 20
591
+#define Z_PROBE_OFFSET_RANGE_MIN -15
592
+#define Z_PROBE_OFFSET_RANGE_MAX   5
593 593
 
594 594
 // For Inverting Stepper Enable Pins (Active Low) use 0, Non Inverting (Active High) use 1
595 595
 // :{0:'Low',1:'High'}
@@ -821,11 +821,6 @@ const bool Z_MIN_PROBE_ENDSTOP_INVERTING = false; // set to true to invert the l
821 821
 //============================= Additional Features ===========================
822 822
 //=============================================================================
823 823
 
824
-// @section probes
825
-
826
-#define Z_PROBE_OFFSET_RANGE_MIN -15
827
-#define Z_PROBE_OFFSET_RANGE_MAX   5
828
-
829 824
 // @section extras
830 825
 
831 826
 //

Carregando…
Cancelar
Salvar