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
       #define ENDSTOPPULLUP_YMIN
185
       #define ENDSTOPPULLUP_YMIN
186
       #define ENDSTOPPULLUP_ZMIN
186
       #define ENDSTOPPULLUP_ZMIN
187
     #endif
187
     #endif
188
+    #ifndef DISABLE_Z_PROBE_ENDSTOP
189
+      #define ENDSTOPPULL_ZPROBE
190
+    #endif
188
   #endif
191
   #endif
189
 
192
 
190
   /**
193
   /**

+ 1
- 1
Marlin/Configuration.h View File

313
   // #define ENDSTOPPULLUP_XMIN
313
   // #define ENDSTOPPULLUP_XMIN
314
   // #define ENDSTOPPULLUP_YMIN
314
   // #define ENDSTOPPULLUP_YMIN
315
   // #define ENDSTOPPULLUP_ZMIN
315
   // #define ENDSTOPPULLUP_ZMIN
316
+  // #define ENDSTOPPULLUP_ZPROBE
316
 #endif
317
 #endif
317
->>>>>>> MarlinFirmware/Development
318
 
318
 
319
 // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
319
 // Mechanical endstop with COM to ground and NC to Signal uses "false" here (most common setup).
320
 const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.
320
 const bool X_MIN_ENDSTOP_INVERTING = false; // set to true to invert the logic of the endstop.

Loading…
Cancel
Save