Marek Bel
|
53dbcdd852
Display sheet name when adjusting Z. Costs 130B of flash.
|
5 years ago |
Marek Bel
|
0a48082609
Add steel sheet profile selector.
|
5 years ago |
Marek Bel
|
24cec4091b
Merge branch 'MK3' into sound
|
5 years ago |
Marek Bel
|
6717590631
Merge branch 'MK3' into MK3_LA15
|
5 years ago |
NotaRobotexe
|
bb980e2fca
sound edit, delete mute mode, add blind mode
|
5 years ago |
Yuri D'Elia
|
0a26de1e7f
Allow to live-tune K during a print
|
5 years ago |
DRracer
|
9cb0bc7bcf
Fix MINTEMP errors and fsensor runout
|
5 years ago |
DRracer
|
da98977de3
Fix. menu texts and formatting - issues PFW-877 and PFW-879
|
5 years ago |
Marek Bel
|
74d8c15b4f
Fix documentation.
|
5 years ago |
Marek Bel
|
dcfc6348ed
Fix documentation.
|
5 years ago |
DRracer
|
a453c6fc9d
Save 236B by improving functions in menu.cpp. Beware - the label now has
|
5 years ago |
Marek Bel
|
acfcd59369
Fix compiler warning:
|
5 years ago |
Marek Bel
|
7c4f66181f
Generate menu item texts Load filament <nr.> and Eject filament <nr.> during runtime to conserve flash.
|
5 years ago |
DRracer
|
dc4f30530d
Fix a number overflow to last line of LCD when doing large extruder in
|
5 years ago |
DRracer
|
e5911c42da
limit printed menu text to max 18 characters
|
5 years ago |
PavelSindler
|
3cbcbba738
Merge pull request #1510 from mkbel/fix_menu_stack_third_time
|
5 years ago |
MRprusa3d
|
323071f50a
preHeat @ filament management
|
5 years ago |
MRprusa3d
|
da0867cfc5
preHeat @ filament management
|
5 years ago |
Marek Bel
|
c704a4b7ab
Fix menu stack overrun.
|
5 years ago |
PavelSindler
|
91b12ff64b
bed level correction menu fix (menu_item_edit for negative integers)
|
5 years ago |
PavelSindler
|
940f436a5f
merge MK3_dev into MK3
|
6 years ago |
Robert Pelnar
|
e50025cc7d
static_assert - portable solution compatible with C++98
|
6 years ago |
Marek Bel
|
a7fdfdd258
Put repetitive code into separate function. No change in functionality.
|
6 years ago |
Marek Bel
|
90a10a692a
Enable button debouncing also in modal mode (!lcd_update_enabled). In lcd_clicked() consume click event immediately.
|
6 years ago |
Marek Bel
|
5fe6a3ed1c
Place similar functions together.
|
6 years ago |
Marek Bel
|
ea88dea432
Fix memory overwrite.
|
6 years ago |
Marek Bel
|
085c77effb
Fix when value edited, other values appeard as +1.000 instead of [off].
|
6 years ago |
Marek Bel
|
46a3baac57
Add menu_item_edit_P<uint8_t*> specialization to be used for linearity correction. Works well, but costs about 600..700B of FLASH, needs to be optimized.
|
6 years ago |
Marek Bel
|
5a7c9e3ffd
Make local functions static. Saves 30B of flash with Arduino 1.6.9. No difference with Arduino 1.8.5.
|
6 years ago |
Marek Bel
|
5daae818e1
Convert menu_item_edit to template function.
|
6 years ago |