Skip to content

Commit

Permalink
Disable min software endstop for usage with nozzle probe
Browse files Browse the repository at this point in the history
  • Loading branch information
effgarces committed Aug 8, 2020
1 parent 92f6530 commit 9e1f806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,7 @@
*/

// Min software endstops constrain movement within minimum coordinate bounds
#define MIN_SOFTWARE_ENDSTOPS
//#define MIN_SOFTWARE_ENDSTOPS
#if ENABLED(MIN_SOFTWARE_ENDSTOPS)
#define MIN_SOFTWARE_ENDSTOP_X
#define MIN_SOFTWARE_ENDSTOP_Y
Expand Down

0 comments on commit 9e1f806

Please sign in to comment.