Browse Source

max endstops disabled. Stock Prusa i3 Hephestos have min endstops.

Silvio Didonna 8 years ago
parent
commit
6c528e63eb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/example_configurations/Hephestos/Configuration.h

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h View File

325
 const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
325
 const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
326
 const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
326
 const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
327
 const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
327
 const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
328
-//#define DISABLE_MAX_ENDSTOPS
328
+#define DISABLE_MAX_ENDSTOPS
329
 //#define DISABLE_MIN_ENDSTOPS
329
 //#define DISABLE_MIN_ENDSTOPS
330
 
330
 
331
 // If you want to enable the Z probe pin, but disable its use, uncomment the line below.
331
 // If you want to enable the Z probe pin, but disable its use, uncomment the line below.

Loading…
Cancel
Save