Reduce UBL RAM usage by making G26/G29 optional
This commit is contained in:
committed by
Scott Lahteine
parent
e746d68a12
commit
f3618c3337
@ -166,6 +166,7 @@
|
||||
|
||||
#if ENABLED(AUTO_BED_LEVELING_UBL)
|
||||
#include "UBL.h"
|
||||
int ubl_eeprom_start = -1;
|
||||
#endif
|
||||
|
||||
#if ENABLED(ABL_BILINEAR_SUBDIVISION)
|
||||
|
Reference in New Issue
Block a user