Quellcode durchsuchen

Merge pull request #3321 from tnw513/fix_max_endstop

Max endstops disabled for stock Prusa i3 Hephestos.
Scott Lahteine vor 9 Jahren
Ursprung
Commit
2ee599d873
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/example_configurations/Hephestos/Configuration.h

+ 1
- 1
Marlin/example_configurations/Hephestos/Configuration.h Datei anzeigen

362
 const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
362
 const bool Y_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
363
 const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
363
 const bool Z_MAX_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
364
 const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
364
 const bool Z_MIN_PROBE_ENDSTOP_INVERTING = true; // set to true to invert the logic of the endstop.
365
-//#define DISABLE_MAX_ENDSTOPS
365
+#define DISABLE_MAX_ENDSTOPS
366
 //#define DISABLE_MIN_ENDSTOPS
366
 //#define DISABLE_MIN_ENDSTOPS
367
 
367
 
368
 //===========================================================================
368
 //===========================================================================

Laden…
Abbrechen
Speichern