|
@@ -1340,7 +1340,7 @@ void kill_screen(const char* lcd_msg) {
|
1340
|
1340
|
MENU_ITEM_EDIT(float43, MSG_BED_Z, &mbl.z_offset, -1, 1);
|
1341
|
1341
|
#endif
|
1342
|
1342
|
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
|
1343
|
|
- MENU_MULTIPLIER_ITEM_EDIT_CALLBACK(float3, MSG_Z_FADE_HEIGHT, &new_z_fade_height, 0.0, 100.0, _lcd_set_z_fade_height);
|
|
1343
|
+ MENU_MULTIPLIER_ITEM_EDIT_CALLBACK(float62, MSG_Z_FADE_HEIGHT, &new_z_fade_height, 0.0, 100.0, _lcd_set_z_fade_height);
|
1344
|
1344
|
#endif
|
1345
|
1345
|
//
|
1346
|
1346
|
// Nozzle:
|
|
@@ -2559,7 +2559,7 @@ void kill_screen(const char* lcd_msg) {
|
2559
|
2559
|
MENU_ITEM(submenu, MSG_UBL_TOOLS, _lcd_ubl_tools_menu);
|
2560
|
2560
|
MENU_ITEM(gcode, MSG_UBL_INFO_UBL, PSTR("G29 W"));
|
2561
|
2561
|
#if ENABLED(ENABLE_LEVELING_FADE_HEIGHT)
|
2562
|
|
- MENU_MULTIPLIER_ITEM_EDIT_CALLBACK(float3, MSG_Z_FADE_HEIGHT, &new_z_fade_height, 0.0, 100.0, _lcd_set_z_fade_height);
|
|
2562
|
+ MENU_MULTIPLIER_ITEM_EDIT_CALLBACK(float62, MSG_Z_FADE_HEIGHT, &new_z_fade_height, 0.0, 100.0, _lcd_set_z_fade_height);
|
2563
|
2563
|
#endif
|
2564
|
2564
|
END_MENU();
|
2565
|
2565
|
}
|