General cleanup of config-store, reset_bed_level
This commit is contained in:
parent
e0d487e339
commit
3c7cdcdc22
5 changed files with 50 additions and 53 deletions
|
|
@ -2279,7 +2279,7 @@ void kill_screen(const char* lcd_msg) {
|
|||
* Save Bed Mesh
|
||||
*/
|
||||
void _lcd_ubl_storage_mesh() {
|
||||
int16_t a = settings.calc_num_meshes();
|
||||
uint16_t a = settings.calc_num_meshes();
|
||||
START_MENU();
|
||||
MENU_BACK(MSG_UBL_LEVEL_BED);
|
||||
if (!WITHIN(ubl_storage_slot, 0, a - 1)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue