Browse Source

another probe attempt

Thomas Buck 3 years ago
parent
commit
63f424aa26
1 changed files with 6 additions and 5 deletions
  1. 6
    5
      Marlin/Configuration.h

+ 6
- 5
Marlin/Configuration.h View File

@@ -626,7 +626,7 @@
626 626
 #define USE_ZMIN_PLUG
627 627
 //#define USE_XMAX_PLUG
628 628
 //#define USE_YMAX_PLUG
629
-#define USE_ZMAX_PLUG
629
+//#define USE_ZMAX_PLUG
630 630
 
631 631
 // Enable pullup for all endstops to prevent a floating state
632 632
 #define ENDSTOPPULLUPS
@@ -987,7 +987,8 @@
987 987
  *     |    [-]    |
988 988
  *     O-- FRONT --+
989 989
  */
990
-#define NOZZLE_TO_PROBE_OFFSET { -37, 2, -3.04 }
990
+//define NOZZLE_TO_PROBE_OFFSET { -37, 2, -3.04 }
991
+#define NOZZLE_TO_PROBE_OFFSET { -37, 2, -3 }
991 992
 
992 993
 // Most probes should stay away from the edges of the bed, but
993 994
 // with NOZZLE_AS_PROBE this can be negative for a wider probing area.
@@ -1243,7 +1244,7 @@
1243 1244
  * Normally G28 leaves leveling disabled on completion. Enable
1244 1245
  * this option to have G28 restore the prior leveling state.
1245 1246
  */
1246
-#define RESTORE_LEVELING_AFTER_G28
1247
+//#define RESTORE_LEVELING_AFTER_G28
1247 1248
 
1248 1249
 /**
1249 1250
  * Enable detailed logging of G28, G29, M48, etc.
@@ -1256,7 +1257,7 @@
1256 1257
   // Gradually reduce leveling correction until a set height is reached,
1257 1258
   // at which point movement will be level to the machine's XY plane.
1258 1259
   // The height can be set with M420 Z<height>
1259
-  #define ENABLE_LEVELING_FADE_HEIGHT
1260
+  //#define ENABLE_LEVELING_FADE_HEIGHT
1260 1261
 
1261 1262
   // For Cartesian machines, instead of dividing moves on mesh boundaries,
1262 1263
   // split up moves into short segments like a Delta. This follows the
@@ -1386,7 +1387,7 @@
1386 1387
 // - Move the Z probe (or nozzle) to a defined XY point before Z Homing.
1387 1388
 // - Prevent Z homing when the Z probe is outside bed area.
1388 1389
 //
1389
-#define Z_SAFE_HOMING
1390
+//#define Z_SAFE_HOMING
1390 1391
 
1391 1392
 #if ENABLED(Z_SAFE_HOMING)
1392 1393
   #define Z_SAFE_HOMING_X_POINT X_CENTER  // X point for Z homing

Loading…
Cancel
Save