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 |
DRracer
|
f20125a3e2
Code size reduction - saved almost 2KB
|
5 years ago |
DRracer
|
789ced48fc
Merge remote-tracking branch 'upstream/MK3' into MK3
|
5 years ago |
DRracer
|
319b5bd383
Merge pull request #1908 from prusa3d/MK3_3.7.2
|
5 years ago |
Marek Běl
|
cb6a3e7e12
Merge pull request #1907 from DRracer/fan_check_error_fix
|
5 years ago |
DRracer
|
13c3ab14fa
test fan check error only when enabled by #ifdef
|
5 years ago |
DRracer
|
3e37150552
Do not allow resume printing if fans are still not ok
|
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 |
Yuri D'Elia
|
c40e3b550d
Remove stubs and live K by default
|
5 years ago |
NotaRobotexe
|
bb980e2fca
sound edit, delete mute mode, add blind mode
|
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 |
DRracer
|
f5b83b955f
Merge remote-tracking branch 'upstream/MK3' into MK3
|
5 years ago |
Yuri D'Elia
|
0239f4bce1
Update/compute advance steps inside calculate_trapezoid_for_block
|
5 years ago |
Yuri D'Elia
|
048628083a
Remove clear_current_adv_vars()
|
5 years ago |
Yuri D'Elia
|
7d33089d9a
Remove use_advance_lead
|
5 years ago |
Yuri D'Elia
|
dc436b71fe
Fix position_float after a quickStop condition
|
5 years ago |
Yuri D'Elia
|
fa454f61e4
Drop unused "speed_lookup_table.h" from planner.cpp
|
5 years ago |
MRprusa3d
|
1d8c24e8a9
"disable_z()" for Delta PSU IV
|
5 years ago |
Marek Bel
|
19351df8a7
Extracted computation of z_shift for M600 into a separate function to
|
5 years ago |