Cronologia Commit

Autore SHA1 Messaggio Data
  Marek Bel 770e470fd5 Extract common code to function preheat_or_continue(). Saves 138B of FLASH memory. 5 anni fa
  Marek Bel d80b8280a0 Remove commented out and unused functions prototypes. 5 anni fa
  Marek Bel 3a541488b2 Rename extr_unload_() to mmu_unload_filament() and move it to ultralcd.cpp as it is menu. 5 anni fa
  Marek Bel 0cdfa7a5e8 Remove dead code. 5 anni fa
  Marek Bel e83b2ebe1f Rename mFilamentMenu to lcd_generic_preheat_menu to match naming convention for global function and be more descriptive. 5 anni fa
  Marek Bel c26d7e50f7 Remove redundant lcd_update_enable(true) call. 5 anni fa
  Marek Bel 6674cbf0d7 Select material / temperature before first layer calibration. 5 anni fa
  Marek Bel 6661d3aa45 Merge remote-tracking branch 'prusa3d/MK3' into MM_lay1_cal 5 anni fa
  DRracer 521c5eb8ef Merge pull request #2141 from mkbel/preheat_menu 5 anni fa
  Marek Bel 43705aae2e Rename lay1cal_preheat() to lay1cal_wait_preheat(). 5 anni fa
  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. 5 anni fa
  DRracer 60de313b8a Merge pull request #1759 from wavexx/enhanced_longpress 5 anni fa
  Marek Běl a789a8995f Merge pull request #2145 from mkbel/fix_sheet_reset 5 anni fa
  Marek Bel 3d292350d4 Do not activate selected_sheet in lcd_v2_calibration() as this leads to calibrating random sheet if activated from calibration menu. 5 anni fa
  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(). 5 anni fa
  Marek Bel 8c8619be05 Convert reset sheet sub menu to function. 5 anni fa
  Marek Bel abf84e36f5 Fix sheet menu back caption to Steel sheets to match parent menu caption. 5 anni fa
  Marek Bel d647cdc02c Convert sheet switcher from sub menu to function. Handle null characters in sheet name. 5 anni fa
  Marek Bel 32f435d1a0 Increase number of configurable steel sheets to 8. Move sheets into sub menu of HW setup. 5 anni fa
  Marek Běl 3413d5d486 Merge pull request #2139 from DRracer/assist-mode-fixes 5 anni fa
  Marek Bel f3bb72be64 Reset calibration status if there is no calibrated sheet after reset. 5 anni fa
  Marek Bel f64252b59b Hide sheet switcher from main menu, if there are less than 2 sheets calibrated. 5 anni fa
  Marek Bel 9692f94683 Move sheet menu up to be after Print from SD. 5 anni fa
  Marek Bel 3903dc819a Extract function next_initialized_sheet from change_sheet_from_menu(). Make it more general to depend on sizeof(Sheets::s) instead of hard coded value of 2. 5 anni fa
  Marek Bel 49bc11037c Remove statements with no effect. 5 anni fa
  DRracer 1d23cc52e9 endstop sound alert fixes 5 anni fa
  Marek Bel 29c8cb2927 Fix bad merge. 5 anni fa
  Marek Běl 3f04c4db87 Merge branch 'MK3' into preheat_menu 5 anni fa
  Marek Bel 07169ad84a Make file local variable static. 5 anni fa
  Marek Bel e57fcc04a7 Fix compiler warnings. 5 anni fa