Commit History

Author SHA1 Message Date
  DRracer c7e1e73880 another almost 200B down by proper usage of smaller data types and enum 5 years ago
  DRracer 94a5175980 Code size reduction - saved almost 2KB 5 years ago
  Marek Bel 49f172a7b9 Convert uint8_t cycle control varibles changed in previous commit to uint_least8_t to be potentially more portable. 5 years ago
  DRracer b15bbaf177 for cycles' variables: int -> uint8_t where appropriate, part1 5 years ago
  Marek Bel d528a53526 Refactor. Move lcd_commands_func1() to first_lay_cal.cpp and rename it to lay1cal_square(). Remove its constant parameters. Move remaining G1 code to lay1cal_meander(). Saves 6B of FLASH memory. 5 years ago
  Marek Bel 60cc3d58ec Use sprintf_P in first layer calibration. Save 30B of FLASH memory. 5 years ago
  Marek Bel 47a183e96e Use loop to enquecommand_P() in first layer calibration. Save 126B of FLASH memory. 5 years ago
  Marek Bel 21f4669600 Make count_e() constexpr. 5 years ago
  Marek Bel 4effff9e99 Use loop to enquecommand_P() in first layer calibration. Save 10B FLASH memory. 5 years ago
  Marek Bel d21f256cd0 Remove duplicate calls of lcd_timeoutToStatus.start(), move !blocks_queued() && cmd_buffer_empty() condition to outer if, rewrite using switch statement. Save 487B of FLASH memory. 5 years ago
  Marek Bel 97a5d6b5f4 Make constants const. 5 years ago
  Marek Bel 9b1e3213ae Variable lcd_commands_step doesn't need to be global. 5 years ago
  DRracer 58948cffcd Code size reduction - saved almost 2KB 5 years ago
  Marek Bel 0c9121e99e Use loop to enquecommand_P() in first layer calibration. 5 years ago
  Marek Bel 27145204ed Use internationalized M117, but anyway the text is not shown. 5 years ago
  Marek Bel 4be8fa701e Use loop to enquecommand_P() in first layer calibration. 5 years ago
  Marek Běl 28e7772421 Merge pull request #1886 from leptun/MK3_fix_load_filament_5 5 years ago
  DRracer ebfad55617 Merge pull request #1888 from mkbel/always_cut_independent 5 years ago
  Marek Bel ccb649b1f6 Add always cut experimental / for testing feature. 5 years ago
  Marek Bel 18122049a6 Fix cut filament menu item labels. 5 years ago
  Voinea 878e866401 Fix Load Filament 5 for MMU2 5 years ago
  NotaRobotexe 3b2cbc68d8 PFW-571 send PRN:4 instead PRN:1 while changing filament 5 years ago
  DRracer 9cb0bc7bcf Fix MINTEMP errors and fsensor runout 5 years ago
  DRracer e17f3f8405 change language files accordingly 5 years ago
  DRracer da98977de3 Fix. menu texts and formatting - issues PFW-877 and PFW-879 5 years ago
  Marek Bel 15ba17f110 Fix translator columns hint for Adjusting Z: 5 years ago
  DRracer a453c6fc9d Save 236B by improving functions in menu.cpp. Beware - the label now has 5 years ago
  Ondrej Tuma ebfc8c1c79 Fan autotest for swapping in Selftest 5 years ago
  Ondrej Tuma c851e158cc Manual fan check menu have default (selected) option 5 years ago
  Marek Bel 66d20f0297 Fix code formatting (indentation). 5 years ago