Marek Bel
|
76c39ce689
Show FINDA state as N/A if last received response is older than 1s.
|
il y a 5 ans |
Marek Bel
|
3a541488b2
Rename extr_unload_() to mmu_unload_filament() and move it to ultralcd.cpp as it is menu.
|
il y a 5 ans |
Marek Bel
|
89fc9e7f92
sketch/menu.h:90:115: warning: invalid conversion from 'void (*)(int)' to 'void (*)(uint8_t) {aka void (*)(unsigned char)}' [-fpermissive]
|
il y a 5 ans |
Marek Bel
|
c7d403733a
Allow load filament retry after button push unlimited times in case mmu_continue_loading() is in blocking mode.
|
il y a 5 ans |
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.
|
il y a 5 ans |
PavelSindler
|
fbe68cb287
variables scope changed
|
il y a 5 ans |
Marek Bel
|
ffe45bdef3
Disable mmu filament cutter feature.
|
il y a 5 ans |
Marek Bel
|
b2255c8be9
Preheat nozzle before loading filament in M600 (change filament) gcode.
|
il y a 5 ans |
Marek Bel
|
815231bc26
Add MMU cut filament menu.
|
il y a 5 ans |
Marek Bel
|
7a1b47c340
Convert functions mmu_eject_fil_0 to mmu_eject_fil_4 to template function.
|
il y a 5 ans |
Marek Bel
|
34e2495487
Convert mmu_load_to_nozzle_0 to mmu_load_to_nozzle_4 to template.
|
il y a 5 ans |
MRprusa3d
|
323071f50a
preHeat @ filament management
|
il y a 5 ans |
Marek Bel
|
a4032e437e
Add MMU wait command after MMU load failed. Resume print when MMU wait command returns OK.
|
il y a 5 ans |
Marek Bel
|
daaec0ef04
Convert MmuCmd to enum class.
|
il y a 5 ans |
Marek Bel
|
9e873ac0f7
Use enum for mmu_cmd instead of plain integer type.
|
il y a 5 ans |
PavelSindler
|
7e3a1c7d45
merge changes from upstream
|
il y a 5 ans |
PavelSindler
|
661c40ef75
Merge pull request #1472 from mkbel/IR_fsens_selftest
|
il y a 5 ans |
PavelSindler
|
f4e5c729ac
Merge pull request #1451 from mkbel/Tx_fix
|
il y a 5 ans |
PavelSindler
|
e0c1e4a02d
version which should on all printer versions: autoload, selftest, filament detection, filament sensors initialization, filament menus
|
il y a 5 ans |
Marek Bel
|
a92d9c782b
Add IR sensor test.
|
il y a 5 ans |
Marek Bel
|
39b391314f
Document meaning of manage_response() move default parameter value.
|
il y a 5 ans |
Marek Bel
|
2db42c8577
Merge branch 'MK3' into auto_deplete_2
|
il y a 5 ans |
Marek Bel
|
d89c03a0f1
Documentation.
|
il y a 5 ans |
PavelSindler
|
6ba86acebc
send A (abort) command to mmu only when loading phase of T-code
|
il y a 5 ans |
PavelSindler
|
5462d451e1
show power failures in fail stats menu, shorter load to nozzle if idler sensor detected
|
il y a 5 ans |
PavelSindler
|
3c64bad1cb
initial version which works on old and new hw, initial version of idler sensor detection
|
il y a 5 ans |
PavelSindler
|
c782373f2d
comment
|
il y a 5 ans |
PavelSindler
|
7703125b2e
retry unload movements (T-codes, M702 C) if filament detected by idler sensor, then turn off stepper and wait, MMU_LOAD_TIME prolonged
|
il y a 5 ans |
PavelSindler
|
27c8612360
use just short movement for unloading filament
|
il y a 5 ans |
PavelSindler
|
29ecd4ec7a
duplicit T-codes execution improved, E-stepper movements when waiting for ok from mmu, continue loading function improved, eeprom: fail stats for mmu
|
il y a 5 ans |