Marek Běl
|
a789a8995f
Merge pull request #2145 from mkbel/fix_sheet_reset
|
před 5 roky |
Marek Bel
|
3d292350d4
Do not activate selected_sheet in lcd_v2_calibration() as this leads to calibrating random sheet if activated from calibration menu.
|
před 5 roky |
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().
|
před 5 roky |
Marek Bel
|
8c8619be05
Convert reset sheet sub menu to function.
|
před 5 roky |
Marek Bel
|
abf84e36f5
Fix sheet menu back caption to Steel sheets to match parent menu caption.
|
před 5 roky |
Marek Bel
|
d647cdc02c
Convert sheet switcher from sub menu to function. Handle null characters in sheet name.
|
před 5 roky |
Marek Bel
|
32f435d1a0
Increase number of configurable steel sheets to 8. Move sheets into sub menu of HW setup.
|
před 5 roky |
Marek Běl
|
3413d5d486
Merge pull request #2139 from DRracer/assist-mode-fixes
|
před 5 roky |
Marek Bel
|
f3bb72be64
Reset calibration status if there is no calibrated sheet after reset.
|
před 5 roky |
Marek Bel
|
f64252b59b
Hide sheet switcher from main menu, if there are less than 2 sheets calibrated.
|
před 5 roky |
Marek Bel
|
9692f94683
Move sheet menu up to be after Print from SD.
|
před 5 roky |
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.
|
před 5 roky |
Marek Bel
|
49bc11037c
Remove statements with no effect.
|
před 5 roky |
DRracer
|
1d23cc52e9
endstop sound alert fixes
|
před 5 roky |
DRracer
|
1a1be5c518
Fix sound mode [assist]: encoder clicking indefinitely when MMU wants to
|
před 5 roky |
Marek Bel
|
bf2097342d
Add ASA preheat into mFilamentMenu();
|
před 5 roky |
DRracer
|
c6df3fe012
Merge pull request #2127 from DRracer/code-size-reduction-1
|
před 5 roky |
DRracer
|
a7c2aec04c
Code size reduced by almost 5KB
|
před 5 roky |
Marek Bel
|
f204cdea81
Refactor
|
před 5 roky |
Marek Bel
|
170c1ea866
Split first layer calibration load filament and intro line into separate steps. If load fails, pause print apparently flushes command buffer and intro line is not printed after issue is resolved.
|
před 5 roky |
Marek Bel
|
1036c4f755
Do not precede first layer calibration without filament if print is paused due to MMU load failed.
|
před 5 roky |
Marek Bel
|
b10bd8340a
Make local functions static.
|
před 5 roky |
Marek Bel
|
0b798767af
Fix preheat ASA.
|
před 5 roky |
Marek Bel
|
a6f955b62d
Use unused macros *_PREHEAT_FAN_SPEED.
|
před 5 roky |
Marek Bel
|
eb68bb9b43
Add ASA preheat.
|
před 5 roky |
Marek Bel
|
36a69281ee
Remove unused functions forward declarations.
|
před 5 roky |
DRracer
|
d9dec38815
Workaround for the "viper" situation bug.
|
před 5 roky |
Marek Kühn
|
f1a947af2c
Whole hw settings hidden in farm mode
|
před 5 roky |
Marek Kühn
|
5f14e9c2e5
Removed sheet setting when in farm mode
|
před 5 roky |
Marek Bel
|
bca0fd81eb
Fix loading filament 255 instead of 0 in first layer calibration wizard.
|
před 5 roky |