Browse Source

Better i3-2020 Z_PROBE_OFFSET_FROM_EXTRUDER

Roxy-3D 7 years ago
parent
commit
a731a723e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h

+ 1
- 1
Marlin/src/config/examples/FolgerTech/i3-2020/Configuration.h View File

746
  */
746
  */
747
 #define X_PROBE_OFFSET_FROM_EXTRUDER 38     // X offset: -left  +right  [of the nozzle]
747
 #define X_PROBE_OFFSET_FROM_EXTRUDER 38     // X offset: -left  +right  [of the nozzle]
748
 #define Y_PROBE_OFFSET_FROM_EXTRUDER -7     // Y offset: -front +behind [the nozzle]
748
 #define Y_PROBE_OFFSET_FROM_EXTRUDER -7     // Y offset: -front +behind [the nozzle]
749
-#define Z_PROBE_OFFSET_FROM_EXTRUDER -10.30 // Z offset: -below +above  [the nozzle]
749
+#define Z_PROBE_OFFSET_FROM_EXTRUDER -10.75 // Z offset: -below +above  [the nozzle]
750
 
750
 
751
 // Certain types of probes need to stay away from edges
751
 // Certain types of probes need to stay away from edges
752
 #define MIN_PROBE_EDGE 0
752
 #define MIN_PROBE_EDGE 0

Loading…
Cancel
Save