DRracer
|
9ff0b7c3a5
Merge pull request #2199 from leptun/MK3_MK2.x_fix_Default_stepper_power
|
5 years ago |
Marek Bel
|
19a8537901
Document.
|
5 years ago |
Marek Bel
|
027b6238fd
Mark code unused when PINDA_THERMISTOR is defined by macro. Saves 1B of RAM and 4B of FLASH memory.
|
5 years ago |
Marek Bel
|
966d9baf2b
Document.
|
5 years ago |
DRracer
|
14933f6b0e
Fix. Sound [assist], Z-probe [5], menu_fmt_float13off format for last
|
5 years ago |
DRracer
|
96012784fd
Fine tuning German translation
|
5 years ago |
michalrudolf
|
b660cb3908
ultralcd.cpp
|
5 years ago |
D.R.racer
|
77c4720c8b
Merge remote-tracking branch 'upstream/MK3' into translations-doc
|
5 years ago |
michalrudolf
|
b4e0c2f455
Update ultralcd.cpp
|
5 years ago |
Marek Bel
|
c66b4bd876
Do not ask for preheat temperature twice if calibrating first layer from wizard without filament.
|
5 years ago |
Marek Bel
|
e1cfd6dc4f
Remove option to heat nozzle only from mFilamentItem() when activated from wizard, as it has no use after filament unload was removed from wizard.
|
5 years ago |
Marek Bel
|
ff4450489b
Document.
|
5 years ago |
Marek Bel
|
002a7d31a4
Make lcd_wizard() more debug friendly.
|
5 years ago |
Marek Bel
|
b99038736c
Use eeprom_update_byte instead of eeprom_write_byte
|
5 years ago |
DRracer
|
2541ceccc9
PL translation tuning
|
5 years ago |
Marek Bel
|
015b34de05
Alert user in wizard about more sheets presets.
|
5 years ago |
DRracer
|
4423106fad
dialogs' layouts fixes (support menu dlgs, statistics etc.)
|
5 years ago |
Marek Bel
|
e754780717
Fix condition for returning to wizard. eFilamentAction == FilamentAction::Preheat was never true as eFilamentAction is set to eFilamentAction::None in lcd_return_to_status().
|
5 years ago |
Marek Bel
|
f1d190d2d5
Do not ask same filament related question twice if starting first layer calibration from wizard.
|
5 years ago |
Marek Bel
|
ebf405d589
Preselect "yes" for filament question in first layer calibration wizard.
|
5 years ago |
Marek Bel
|
d256c18635
Fix first layer calibration wizard. Do not jump to WizState::LoadFil if calibration is supposed to be performed.
|
5 years ago |
Marek Bel
|
73642632f5
Do not force PLA filament in first layer calibration from wizard. Remove duplicate variable wizard_active. Saves 410 B of FLASH and 1 B of RAM.
|
5 years ago |
Marek Bel
|
07a0f527d8
Reset lcd_encoder_diff in lcd_show_fullscreen_message_yes_no_and_wait_P() also when it times out.
|
5 years ago |
Marek Bel
|
6630591f9e
Consume lcd_encoder_diff in lcd_show_fullscreen_message_yes_no_and_wait_P().
|
5 years ago |
Marek Bel
|
d48197656c
Fix lcd_v2_calibration menu not redrawn after full screen message or question.
|
5 years ago |
Marek Bel
|
770e470fd5
Extract common code to function preheat_or_continue(). Saves 138B of FLASH memory.
|
5 years ago |
Marek Bel
|
d80b8280a0
Remove commented out and unused functions prototypes.
|
5 years ago |
Marek Bel
|
3a541488b2
Rename extr_unload_() to mmu_unload_filament() and move it to ultralcd.cpp as it is menu.
|
5 years ago |
Marek Bel
|
0cdfa7a5e8
Remove dead code.
|
5 years ago |
Marek Bel
|
e83b2ebe1f
Rename mFilamentMenu to lcd_generic_preheat_menu to match naming convention for global function and be more descriptive.
|
5 years ago |