Commit History

Author SHA1 Message Date
  PavelSindler 053b94b711 remove "start" duplicity in setup 5 years ago
  Marek Bel 3f28632443 Use cs.axis_steps_per_unit from ConfigurationStore. 5 years ago
  Marek Bel d611cad087 Temporary hide M500_conf cs to allow automated renaming. 5 years ago
  Marek Bel e94dc1341a Use M500_conf cs in Config_ StoreSettings, RetrieveSettings and ResetDefault. 5 years ago
  Marek Bel 991db0e71d Finish default_conf. 5 years ago
  Marek Bel d9e2dcc736 Incomplete. 5 years ago
  Marek Bel 58af1ae4c4 Add configuration store struct. 5 years ago
  PavelSindler d8dc2eef7a if max_feedrate_silent and max_acceleration_units_per_sq_second_silent were never stored to eeprom, use default values; eeprom_version changed back to V2 5 years ago
  PavelSindler 1c33b673c0 comment update 5 years ago
  PavelSindler 3d57d504ba Merge pull request #1174 from mkbel/fix_runout_resume 5 years ago
  PavelSindler e5ede602b8 Merge pull request #1176 from mkbel/fix_print_time_overflow 5 years ago
  Marek Bel 2607a0c4ed Update documentation. 5 years ago
  Marek Bel b92b307ee8 Make variables constant. 5 years ago
  Marek Bel cce8131070 Add missing s for seconds of print time. 5 years ago
  Marek Bel b5bb40474d Fix print time overflow. 5 years ago
  PavelSindler 0a5394a20e defines moved to eeprom.h 5 years ago
  PavelSindler 752aec37fb M500 EEPROM version changed; if EEPROM_M500_SIZE is not updated, data are not stored 5 years ago
  Marek Bel 9868dd766e Fix print not recovered when filament sensor is disabled during filament change initiated by filament run out. 5 years ago
  Marek Bel a5a7b1f1d6 Move functions definitions behind variable definitions. (No change in functionality.) 5 years ago
  PavelSindler 29e578b5f8 Merge pull request #1147 from mkbel/add_wizard_unload 5 years ago
  Marek Bel 05d3b7032d Update documentation. 5 years ago
  Marek Bel a7fdfdd258 Put repetitive code into separate function. No change in functionality. 5 years ago
  Marek Bel 6ee97468ee Remove lcd_buttons_update() call from all other places than interrupt. There is no known reason, why lcd_buttons_update() should be called from multiple places and multiple contexts. Remove mutex, which is not needed anymore, and wasn't implemented properly anyway (Operation was not atomic.). 5 years ago
  Marek Bel f532da4b17 Remove duplicate button debouncing code. Save 254B flash. 5 years ago
  Marek Bel 90a10a692a Enable button debouncing also in modal mode (!lcd_update_enabled). In lcd_clicked() consume click event immediately. 5 years ago
  Marek Bel ab2d350ed1 Don't enable lcd update in lcd_show_fullscreen_message_and_wait_P(). Don't show menu in wizard when ejecting filament. 5 years ago
  Marek Bel a687b8e64a Don't enable lcd update inside mmu_eject_filament(). 5 years ago
  Marek Bel f496076508 Remove redundant code. No change in functionality. 5 years ago
  Marek Bel 635a1b4cd8 Add possibility to to select preheat temperature when unloading filament in first layer calibration wizard. 5 years ago
  Marek Bel fe30e58fb5 Add possibility to unload filament from wizard before first layer calibration, if it is not PLA. 5 years ago