Browse Source

Provide more clearance for BL-Touch probe

Roxy-3D 6 years ago
parent
commit
c9f88297b8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h

+ 1
- 1
Marlin/example_configurations/gCreate/gMax1.5+/Configuration.h View File

695
  */
695
  */
696
 #define X_PROBE_OFFSET_FROM_EXTRUDER -17    // X offset: -left  +right  [of the nozzle]
696
 #define X_PROBE_OFFSET_FROM_EXTRUDER -17    // X offset: -left  +right  [of the nozzle]
697
 #define Y_PROBE_OFFSET_FROM_EXTRUDER -10    // Y offset: -front +behind [the nozzle]
697
 #define Y_PROBE_OFFSET_FROM_EXTRUDER -10    // Y offset: -front +behind [the nozzle]
698
-#define Z_PROBE_OFFSET_FROM_EXTRUDER -0.87  // Z offset: -below +above  [the nozzle]
698
+#define Z_PROBE_OFFSET_FROM_EXTRUDER -0.25  // Z offset: -below +above  [the nozzle]
699
 
699
 
700
 // X and Y axis travel speed (mm/m) between probes
700
 // X and Y axis travel speed (mm/m) between probes
701
 #define XY_PROBE_SPEED 7500
701
 #define XY_PROBE_SPEED 7500

Loading…
Cancel
Save