Browse Source

Update bq Hephestos 2 probe offset

From #10234 by @thopiekar
Scott Lahteine 6 years ago
parent
commit
4d533b9baa
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h

+ 3
- 3
Marlin/src/config/examples/BQ/Hephestos_2/Configuration.h View File

@@ -722,7 +722,7 @@
722 722
  */
723 723
 #define X_PROBE_OFFSET_FROM_EXTRUDER 34  // X offset: -left  +right  [of the nozzle]
724 724
 #define Y_PROBE_OFFSET_FROM_EXTRUDER 15  // Y offset: -front +behind [the nozzle]
725
-#define Z_PROBE_OFFSET_FROM_EXTRUDER  0  // Z offset: -below +above  [the nozzle]
725
+#define Z_PROBE_OFFSET_FROM_EXTRUDER -4  // Z offset: -below +above  [the nozzle]
726 726
 
727 727
 // Certain types of probes need to stay away from edges
728 728
 #define MIN_PROBE_EDGE 10
@@ -760,8 +760,8 @@
760 760
 //#define Z_AFTER_PROBING          2 // Z position after probing is done
761 761
 
762 762
 // For M851 give a range for adjusting the Z probe offset
763
-#define Z_PROBE_OFFSET_RANGE_MIN -2
764
-#define Z_PROBE_OFFSET_RANGE_MAX  0
763
+#define Z_PROBE_OFFSET_RANGE_MIN -5.5
764
+#define Z_PROBE_OFFSET_RANGE_MAX -3
765 765
 
766 766
 // Enable the M48 repeatability test to test probe accuracy
767 767
 #define Z_MIN_PROBE_REPEATABILITY_TEST

Loading…
Cancel
Save