Skip to content

Commit

Permalink
Revert "Fully disabled software endstops"
Browse files Browse the repository at this point in the history
This reverts commit f928250.
  • Loading branch information
effgarces committed Oct 10, 2020
1 parent f928250 commit 3bb4169
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 @@ -1145,7 +1145,7 @@
#endif

// Max software endstops constrain movement within maximum coordinate bounds
//#define MAX_SOFTWARE_ENDSTOPS
#define MAX_SOFTWARE_ENDSTOPS
#if ENABLED(MAX_SOFTWARE_ENDSTOPS)
#define MAX_SOFTWARE_ENDSTOP_X
#define MAX_SOFTWARE_ENDSTOP_Y
Expand Down

0 comments on commit 3bb4169

Please sign in to comment.