Add HAS_SOFTWARE_ENDSTOPS macro

This commit is contained in:
Scott Lahteine
2017-03-16 17:20:24 -05:00
parent 3e927ff204
commit e4649c9044
3 changed files with 10 additions and 10 deletions

View File

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