MRprusa3d
|
3333d937ed
some improvements
|
5 лет назад |
MRprusa3d
|
4d535f1217
... incl. SupportMenu ;-P
|
5 лет назад |
MRprusa3d
|
8229a45187
pre-production version ;-)
|
5 лет назад |
MRprusa3d
|
4db4f19128
'variant files' update ;-(((
|
5 лет назад |
MRprusa3d
|
7e3cb98a1f
& MK3S
|
5 лет назад |
MRprusa3d
|
a3a7f3106e
print parameters checking
|
5 лет назад |
Marek Běl
|
c43bd91520
Merge pull request #1627 from MRprusa3d/PFW-790
|
5 лет назад |
MRprusa3d
|
b7d3766ae2
Merge branch 'MK3' into PFW-790
|
5 лет назад |
DRracer
|
8d388fa03a
Merge pull request #1911 from mkbel/layer1_cal_flash
|
5 лет назад |
Marek Bel
|
49f172a7b9
Convert uint8_t cycle control varibles changed in previous commit to uint_least8_t to be potentially more portable.
|
5 лет назад |
DRracer
|
b15bbaf177
for cycles' variables: int -> uint8_t where appropriate, part1
|
5 лет назад |
Marek Bel
|
7ac098a135
Refactor. Put constants needed in functions inside fuctions to limit its scope.
|
5 лет назад |
Marek Bel
|
2755a3733d
Document.
|
5 лет назад |
Marek Bel
|
342954b88c
Refactor. Make constants producing first layer calibration square more clear. Note layer height discrepancy.
|
5 лет назад |
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 лет назад |
Marek Bel
|
60cc3d58ec
Use sprintf_P in first layer calibration. Save 30B of FLASH memory.
|
5 лет назад |
Marek Bel
|
47a183e96e
Use loop to enquecommand_P() in first layer calibration. Save 126B of FLASH memory.
|
5 лет назад |
Marek Bel
|
21f4669600
Make count_e() constexpr.
|
5 лет назад |
Marek Bel
|
4effff9e99
Use loop to enquecommand_P() in first layer calibration. Save 10B FLASH memory.
|
5 лет назад |
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 лет назад |
Marek Bel
|
97a5d6b5f4
Make constants const.
|
5 лет назад |
Marek Bel
|
9b1e3213ae
Variable lcd_commands_step doesn't need to be global.
|
5 лет назад |
DRracer
|
58948cffcd
Code size reduction - saved almost 2KB
|
5 лет назад |
Marek Bel
|
0c9121e99e
Use loop to enquecommand_P() in first layer calibration.
|
5 лет назад |
DRracer
|
319b5bd383
Merge pull request #1908 from prusa3d/MK3_3.7.2
|
5 лет назад |
Marek Běl
|
cb6a3e7e12
Merge pull request #1907 from DRracer/fan_check_error_fix
|
5 лет назад |
DRracer
|
13c3ab14fa
test fan check error only when enabled by #ifdef
|
5 лет назад |
DRracer
|
3e37150552
Do not allow resume printing if fans are still not ok
|
5 лет назад |
Marek Bel
|
27145204ed
Use internationalized M117, but anyway the text is not shown.
|
5 лет назад |
Marek Bel
|
4be8fa701e
Use loop to enquecommand_P() in first layer calibration.
|
5 лет назад |