Histórico de Commits

Autor SHA1 Mensagem Data
  Marek Bel ff4450489b Document. há 5 anos atrás
  Marek Bel 002a7d31a4 Make lcd_wizard() more debug friendly. há 5 anos atrás
  Marek Bel b99038736c Use eeprom_update_byte instead of eeprom_write_byte há 5 anos atrás
  Marek Bel 015b34de05 Alert user in wizard about more sheets presets. há 5 anos atrás
  Marek Bel e754780717 Fix condition for returning to wizard. eFilamentAction == FilamentAction::Preheat was never true as eFilamentAction is set to eFilamentAction::None in lcd_return_to_status(). há 5 anos atrás
  Marek Bel f1d190d2d5 Do not ask same filament related question twice if starting first layer calibration from wizard. há 5 anos atrás
  Marek Bel ebf405d589 Preselect "yes" for filament question in first layer calibration wizard. há 5 anos atrás
  Marek Bel d256c18635 Fix first layer calibration wizard. Do not jump to WizState::LoadFil if calibration is supposed to be performed. há 5 anos atrás
  Marek Bel 73642632f5 Do not force PLA filament in first layer calibration from wizard. Remove duplicate variable wizard_active. Saves 410 B of FLASH and 1 B of RAM. há 5 anos atrás
  Marek Bel 07a0f527d8 Reset lcd_encoder_diff in lcd_show_fullscreen_message_yes_no_and_wait_P() also when it times out. há 5 anos atrás
  Marek Bel 6630591f9e Consume lcd_encoder_diff in lcd_show_fullscreen_message_yes_no_and_wait_P(). há 5 anos atrás
  Marek Bel d48197656c Fix lcd_v2_calibration menu not redrawn after full screen message or question. há 5 anos atrás
  Marek Bel 770e470fd5 Extract common code to function preheat_or_continue(). Saves 138B of FLASH memory. há 5 anos atrás
  Marek Bel d80b8280a0 Remove commented out and unused functions prototypes. há 5 anos atrás
  Marek Bel 3a541488b2 Rename extr_unload_() to mmu_unload_filament() and move it to ultralcd.cpp as it is menu. há 5 anos atrás
  Marek Bel 0cdfa7a5e8 Remove dead code. há 5 anos atrás
  Marek Bel e83b2ebe1f Rename mFilamentMenu to lcd_generic_preheat_menu to match naming convention for global function and be more descriptive. há 5 anos atrás
  Marek Bel c26d7e50f7 Remove redundant lcd_update_enable(true) call. há 5 anos atrás
  Marek Bel 6674cbf0d7 Select material / temperature before first layer calibration. há 5 anos atrás
  Marek Bel 6661d3aa45 Merge remote-tracking branch 'prusa3d/MK3' into MM_lay1_cal há 5 anos atrás
  DRracer 521c5eb8ef Merge pull request #2141 from mkbel/preheat_menu há 5 anos atrás
  Marek Bel 43705aae2e Rename lay1cal_preheat() to lay1cal_wait_preheat(). há 5 anos atrás
  Marek Bel ae3e6530e6 Do not ask for PLA filament in the beginning of first layer calibration. Do not ask if filament is present if it can be detected by IR sensor. há 5 anos atrás
  DRracer 60de313b8a Merge pull request #1759 from wavexx/enhanced_longpress há 5 anos atrás
  Marek Běl a789a8995f Merge pull request #2145 from mkbel/fix_sheet_reset há 5 anos atrás
  Marek Bel 3d292350d4 Do not activate selected_sheet in lcd_v2_calibration() as this leads to calibrating random sheet if activated from calibration menu. há 5 anos atrás
  Marek Bel 26423f98bc Switch to next sheet if currently selected sheet is not initialized. Move next_initialized_sheet() and change_sheet_from_menu() to eeprom.cpp, rename it to eeprom_next_initialized_sheet() and eeprom_switch_to_next_sheet(). Rename default_sheet_name() to eeprom_default_sheet_name(). há 5 anos atrás
  Marek Bel 8c8619be05 Convert reset sheet sub menu to function. há 5 anos atrás
  Marek Bel abf84e36f5 Fix sheet menu back caption to Steel sheets to match parent menu caption. há 5 anos atrás
  Marek Bel d647cdc02c Convert sheet switcher from sub menu to function. Handle null characters in sheet name. há 5 anos atrás