Commit History

Author SHA1 Message Date
  Marek Bel 7ac098a135 Refactor. Put constants needed in functions inside fuctions to limit its scope. 5 years ago
  Marek Bel 2755a3733d Document. 5 years ago
  Marek Bel 342954b88c Refactor. Make constants producing first layer calibration square more clear. Note layer height discrepancy. 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
  Marek Běl 327e6cd39b Merge pull request #1889 from DRracer/fan_check_error_fix 5 years ago
  DRracer 0cf6bc0677 Merge pull request #1903 from mkbel/filament_runout_mk3_2 5 years ago
  DRracer 83578c3389 documentation + minor code cleanup based on code review 5 years ago
  Marek Bel 19351df8a7 Extracted computation of z_shift for M600 into a separate function to 5 years ago
  Marek Bel 9c3bb14bae remove function forward decl: fsensor_restore_print_and_continue_IR 5 years ago
  DRracer aeed49a80e Fix filament runout on optical filament sensors 5 years ago
  DRracer 10247a28a3 Merge pull request #1896 from NotaRobotexe/power_panic 5 years ago
  NotaRobotexe 14270ac1f6 power panic documentation 5 years ago
  NotaRobotexe d263728c37 documentation 5 years ago
  DRracer 33b2aa5e58 Merge pull request #1894 from NotaRobotexe/power_panic 5 years ago
  NotaRobotexe 2c4e98dc27 power panic improvement 5 years ago
  DRracer 5985c0608e Revert changes to pins_Einsy_1_0.h not related to the fan check error 5 years ago
  DRracer 09fee4e64d remove fan error simulation automaton 5 years ago
  DRracer 6755791778 Fix repeated fan error checking 5 years ago