Marek Bel
|
c7d403733a
Allow load filament retry after button push unlimited times in case mmu_continue_loading() is in blocking mode.
|
5 years ago |
Marek Bel
|
bf57a59147
Extract duplicate code into function. Saves 106B flash.
|
5 years ago |
Marek Bel
|
4bfa3d7e0b
Reporty busy: paused for user in case MMU is not responding.
|
5 years ago |
Marek Bel
|
bf1a55ab02
Add mmu_continue_loading blocking variant and use it for usb printing, so that "ok" is not returned to the controller in case MMU load failed.
|
5 years ago |
PavelSindler
|
fbe68cb287
variables scope changed
|
5 years ago |
PavelSindler
|
c05561d6b1
Merge pull request #1607 from PavelSindler/7x7
|
5 years ago |
Marek Bel
|
ffe45bdef3
Disable mmu filament cutter feature.
|
5 years ago |
PavelSindler
|
80ef2686ae
mmu mode switching fix
|
5 years ago |
PavelSindler
|
b20d9171b6
Merge remote-tracking branch 'upstream/MK3' into 7x7
|
5 years ago |
PavelSindler
|
c9cff11732
Merge pull request #1593 from MRprusa3d/PFW-647
|
5 years ago |
PavelSindler
|
819a91ab1e
switching stealth/normal mode for mmu in settings menu and tune menu
|
5 years ago |
PavelSindler
|
141b78c048
number of Z-probes defualt value changed from 4 to 3, mmu stealth mode switch in settings menu
|
5 years ago |
MRprusa3d
|
20a03d703d
G-code unification
|
5 years ago |
Marek Bel
|
f161d3ade4
Change formatting.
|
5 years ago |
Marek Bel
|
b2255c8be9
Preheat nozzle before loading filament in M600 (change filament) gcode.
|
5 years ago |
mkbel
|
27f69bb761
Merge pull request #1570 from PavelSindler/mmu_stealth_mode
|
5 years ago |
PavelSindler
|
7f92d73a40
MMU_STEALTH_MODE -> MMU_FORCE_STEALTH_MODE; activate_stealth_mode() function update
|
5 years ago |
Marek Bel
|
22500970ba
Remove commented out code, fix formatting.
|
5 years ago |
PavelSindler
|
85c208f9f4
Merge branch 'MK3' into bad_load_cut
|
5 years ago |
PavelSindler
|
22c0d6e230
Merge pull request #1577 from mkbel/add_cut
|
5 years ago |
PavelSindler
|
e14e4be94e
Merge pull request #1575 from mkbel/add_ramming_eject
|
5 years ago |
PavelSindler
|
0db721b244
Merge pull request #1559 from mkbel/detect_bad_load
|
5 years ago |
Marek Bel
|
02a692c5d9
Store cutter enable state in EEPROM.
|
5 years ago |
Marek Bel
|
4a4eb9962c
Cut filament when cutter is enabled and MMU load fails.
|
5 years ago |
MRprusa3d
|
2f1e968563
"lcd_update_enable()" replacement
|
5 years ago |
Marek Bel
|
a67645fda6
Merge branch 'add_cut' into bad_load_cut
|
5 years ago |
Marek Bel
|
815231bc26
Add MMU cut filament menu.
|
5 years ago |
Marek Bel
|
6c9dd4f272
Add filament ramming to eject filament.
|
5 years ago |
Marek Bel
|
7a1b47c340
Convert functions mmu_eject_fil_0 to mmu_eject_fil_4 to template function.
|
5 years ago |
Marek Bel
|
34e2495487
Convert mmu_load_to_nozzle_0 to mmu_load_to_nozzle_4 to template.
|
5 years ago |