Remove requirement for LCD when UBL is used. (#6971)
* Remove requirement for LCD when UBL is used. * fix previous oversights * further refinement - error messages for P2 & P4 * require R on G26 when not using LCD; default to all points
This commit is contained in:
parent
2c2b991b59
commit
82e662fc69
3 changed files with 452 additions and 373 deletions
|
|
@ -468,8 +468,6 @@ static_assert(1 >= 0
|
|||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||
#if IS_SCARA
|
||||
#error "AUTO_BED_LEVELING_UBL does not yet support SCARA printers."
|
||||
#elif DISABLED(NEWPANEL)
|
||||
#error "AUTO_BED_LEVELING_UBL requires an LCD controller."
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue