Software endstop options as simple switches

This commit is contained in:
Scott Lahteine
2017-03-16 20:03:57 -05:00
parent d01b915085
commit 0e410c9dfd
26 changed files with 162 additions and 138 deletions

View File

@ -369,6 +369,6 @@
#undef Z_MIN_PROBE_ENDSTOP
#endif
#define HAS_SOFTWARE_ENDSTOPS (ENABLED(min_software_endstops) || ENABLED(max_software_endstops))
#define HAS_SOFTWARE_ENDSTOPS (ENABLED(MIN_SOFTWARE_ENDSTOPS) || ENABLED(MAX_SOFTWARE_ENDSTOPS))
#endif //CONDITIONALS_LCD_H