Ask to reset Z offset before first layer calibration.

This commit is contained in:
Marek Bel 2019-09-30 19:58:09 +02:00
parent d31abd4bce
commit 543ad6eb41

View File

@ -4774,6 +4774,12 @@ void lcd_toshiba_flash_air_compatibility_toggle()
void lcd_v2_calibration()
{
if(lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Start from zero offset?"), false, false))////r=15
{
eeprom_update_word(reinterpret_cast<uint16_t *>(&(EEPROM_Sheets_base->
s[eeprom_read_byte(&(EEPROM_Sheets_base->active_sheet))].z_offset)),0xffff);
}
if (mmu_enabled)
{
const uint8_t filament = choose_menu_P(