mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-24 07:04:02 -06:00
Fix compilation of some configs
This commit is contained in:
parent
f3a6e52dcf
commit
5f675bcba4
10 changed files with 21 additions and 20 deletions
|
@ -1113,7 +1113,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
|
||||
|
@ -1121,7 +1121,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue