Marek Bel
|
3d292350d4
Do not activate selected_sheet in lcd_v2_calibration() as this leads to calibrating random sheet if activated from calibration menu.
|
5 years ago |
Marek Bel
|
26423f98bc
Switch to next sheet if currently selected sheet is not initialized. Move next_initialized_sheet() and change_sheet_from_menu() to eeprom.cpp, rename it to eeprom_next_initialized_sheet() and eeprom_switch_to_next_sheet(). Rename default_sheet_name() to eeprom_default_sheet_name().
|
5 years ago |
Marek Bel
|
6c78c2fad5
Fix compiler warning.
|
5 years ago |
leptun
|
90e5f14309
Fix compile error on MK3
|
5 years ago |
Marek Bel
|
50a8c16f27
Use EEPROM update instead of write.
|
5 years ago |
leptun
|
56c949b9af
Fix typo
|
5 years ago |
leptun
|
d8d0069f97
Fix MK2.x Default stepper power out of sync
|
5 years ago |
Marek Bel
|
8c8619be05
Convert reset sheet sub menu to function.
|
5 years ago |
Marek Bel
|
abf84e36f5
Fix sheet menu back caption to Steel sheets to match parent menu caption.
|
5 years ago |
Marek Bel
|
d647cdc02c
Convert sheet switcher from sub menu to function. Handle null characters in sheet name.
|
5 years ago |
Marek Bel
|
cd7805ba46
Document
|
5 years ago |
Marek Bel
|
0b196da6fc
Migrate old vale of EEPROM_BABYSTEP_Z only if active sheet is not initialized.
|
5 years ago |
Marek Bel
|
32f435d1a0
Increase number of configurable steel sheets to 8. Move sheets into sub menu of HW setup.
|
5 years ago |
Marek Běl
|
3413d5d486
Merge pull request #2139 from DRracer/assist-mode-fixes
|
5 years ago |
Marek Běl
|
fec92b33ae
Merge pull request #2137 from DRracer/illegal-fat-characters-revised
|
5 years ago |
Marek Bel
|
f3bb72be64
Reset calibration status if there is no calibrated sheet after reset.
|
5 years ago |
Marek Bel
|
f64252b59b
Hide sheet switcher from main menu, if there are less than 2 sheets calibrated.
|
5 years ago |
Marek Bel
|
9692f94683
Move sheet menu up to be after Print from SD.
|
5 years ago |
Marek Bel
|
3903dc819a
Extract function next_initialized_sheet from change_sheet_from_menu(). Make it more general to depend on sizeof(Sheets::s) instead of hard coded value of 2.
|
5 years ago |
Marek Bel
|
33675c6d1e
Change default sheet names.
|
5 years ago |
Marek Bel
|
49bc11037c
Remove statements with no effect.
|
5 years ago |
DRracer
|
1d23cc52e9
endstop sound alert fixes
|
5 years ago |
Marek Bel
|
29c8cb2927
Fix bad merge.
|
5 years ago |
Marek Běl
|
3f04c4db87
Merge branch 'MK3' into preheat_menu
|
5 years ago |
DRracer
|
2bcffe32c4
Merge pull request #2140 from mkbel/preheat_asa_hotfix
|
5 years ago |
Marek Bel
|
07169ad84a
Make file local variable static.
|
5 years ago |
Marek Bel
|
e57fcc04a7
Fix compiler warnings.
|
5 years ago |
Marek Bel
|
d927d5b05d
Port wizard_active to mFilamentItem().
|
5 years ago |
Marek Bel
|
cef7f31b9f
Set FilamentAction to None if mFilamentMenu left by cooldown or menu back action.
|
5 years ago |
Marek Bel
|
ffc5a64154
Remove commented out code.
|
5 years ago |