PavelSindler
|
22c0d6e230
Merge pull request #1577 from mkbel/add_cut
|
5 years ago |
Marek Bel
|
815231bc26
Add MMU cut filament menu.
|
5 years ago |
MRprusa3d
|
ff35119ef3
preHeat @ filament management
|
5 years ago |
Marek Bel
|
d5c5ed55eb
Change formatting.
|
5 years ago |
MRprusa3d
|
da0867cfc5
preHeat @ filament management
|
5 years ago |
MRprusa3d
|
ef1f82627e
preHeat @ filament load / unload / autoLoad / MMU
|
5 years ago |
MRprusa3d
|
a53d150903
preHeat @ filament load / unload / autoLoad
|
5 years ago |
Marek Bel
|
e95c2ad592
Display auto deplete as not available if filament sensor is disabled.
|
6 years ago |
PavelSindler
|
688c10247e
Merge pull request #1291 from XPila/MK3-new_bs
|
6 years ago |
PavelSindler
|
0a2ad97bc6
Merge pull request #1290 from PavelSindler/mmu_improvements
|
6 years ago |
MRprusa3d
|
73794b56cf
MeshBed Leveling Fail
|
6 years ago |
PavelSindler
|
96ce324b7c
load to nozzle improved, unified feedrate and E-distance for final feed used in load filament function, M600 etc.
|
6 years ago |
Robert Pelnar
|
a0e4acead3
lang - removed unused code and some service messages changed to "not translated"
|
6 years ago |
PavelSindler
|
e80af46503
load to nozzle and Tx and Tc codes: intial version
|
6 years ago |
Marek Bel
|
635a1b4cd8
Add possibility to to select preheat temperature when unloading filament in first layer calibration wizard.
|
6 years ago |
Marek Bel
|
fe30e58fb5
Add possibility to unload filament from wizard before first layer calibration, if it is not PLA.
|
6 years ago |
Marek Bel
|
d14822b22f
Give wizard states human readable names. Use uint8_t as underlying type - saves 20B of FLASH memory.
|
6 years ago |
Marek Bel
|
13b67f0e0a
Add Cancel item into PLA filament selection menu initiated by first layer calibration with MMU.
|
6 years ago |
Marek Bel
|
19a1ccdc76
Rename choose_extruder_menu() to choose_menu_P(), add parameters to make it reusable.
|
6 years ago |
Marek Bel
|
920d828833
Rename lcd_sdcard_pause() to lcd_pause_print() to reflect, that also USB printing could be possible to pause. Unite it with pause_print() and use new (immediate) pause mechanism in all places where old mechanism was used. Rename resume_print() to lcd_resume_print() and make it global, unite it with lcd_sdcard_resume() and use it also in place, where lcd_commands_type = LCD_COMMAND_LONG_PAUSE_RESUME was used. Remove LCD_COMMAND_LONG_PAUSE_RESUME lcd_command_type. Remove unused pause_lastpos[].
|
6 years ago |
Marek Bel
|
af08e16426
Use stop_and_save_print_to_ram() and restore_print_from_ram_and_continue() pair to pause print from menu. Move declaration of those functions to marlin.h. Move declaration of FSensorStateMenu to ultralcd.h.
|
6 years ago |
Marek Bel
|
adde0d3944
Merge branch 'prusa3d_MK3' into MK3_dev
|
6 years ago |
PavelSindler
|
3e2cb72695
Merge branch 'MK3' into auto_deplete_2
|
6 years ago |
Marek Bel
|
7aadb2f660
Fix compile time error: default argument given for parameter 2 of int8_t lcd_show_fullscreen_message_yes_no_and_wait_P
|
6 years ago |
Marek Bel
|
b08ae95568
Rename autoDeplete to lcd_autoDeplete and make it global. When filament runs out, call M600 AUTO if lcd_autoDeplete is enabled. Shorten finda polling period to 300 ms.
|
6 years ago |
Marek Bel
|
3b3d6ab472
Merge branch 'MK3' into MK3_dev
|
6 years ago |
Robert Pelnar
|
fd9516f520
Status screen - status message logic simplification
|
6 years ago |
Robert Pelnar
|
f1ad1d22ba
Menu lcd_adjust_bed fixed (Bed level correction, PFW-499)
|
6 years ago |
Marek Bel
|
ac62117d6b
Merge remote-tracking branch 'prusa3d/MK3' into MK3_dev
|
6 years ago |
Robert Pelnar
|
923a06c164
menu data shared memory re-design
|
6 years ago |