Browse Source

Manually synching back up with MarlinFirmware/Development.

Chris Roadfeldt 10 years ago
parent
commit
3175c70c79
2 changed files with 4 additions and 1 deletions
  1. 3
    0
      Marlin/Conditionals.h
  2. 1
    1
      Marlin/Configuration.h

+ 3
- 0
Marlin/Conditionals.h View File

@@ -185,6 +185,9 @@
185 185
       #define ENDSTOPPULLUP_YMIN
186 186
       #define ENDSTOPPULLUP_ZMIN
187 187
     #endif
188
+    #ifndef DISABLE_Z_PROBE_ENDSTOP
189
+      #define ENDSTOPPULL_ZPROBE
190
+    #endif
188 191
   #endif
189 192
 
190 193
   /**

+ 1
- 1
Marlin/Configuration.h View File

@@ -313,8 +313,8 @@ your extruder heater takes 2 minutes to hit the target on heating.
313 313
   // #define ENDSTOPPULLUP_XMIN
314 314
   // #define ENDSTOPPULLUP_YMIN
315 315
   // #define ENDSTOPPULLUP_ZMIN
316
+  // #define ENDSTOPPULLUP_ZPROBE
316 317
 #endif
317
->>>>>>> MarlinFirmware/Development
318 318
 
319 319
 // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
320 320
 const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.

Loading…
Cancel
Save