Add HAS_SOFTWARE_ENDSTOPS macro
This commit is contained in:
parent
3e927ff204
commit
e4649c9044
3 changed files with 10 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue