Commit History

Author SHA1 Message Date
  Marek Bel 76c39ce689 Show FINDA state as N/A if last received response is older than 1s. 4 years ago
  Marek Bel 3a541488b2 Rename extr_unload_() to mmu_unload_filament() and move it to ultralcd.cpp as it is menu. 4 years ago
  Marek Bel 89fc9e7f92 sketch/menu.h:90:115: warning: invalid conversion from 'void (*)(int)' to 'void (*)(uint8_t) {aka void (*)(unsigned char)}' [-fpermissive] 5 years ago
  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 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
  Marek Bel ffe45bdef3 Disable mmu filament cutter feature. 5 years ago
  Marek Bel b2255c8be9 Preheat nozzle before loading filament in M600 (change filament) gcode. 5 years ago
  Marek Bel 815231bc26 Add MMU cut filament menu. 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
  MRprusa3d 323071f50a preHeat @ filament management 5 years ago
  Marek Bel a4032e437e Add MMU wait command after MMU load failed. Resume print when MMU wait command returns OK. 5 years ago
  Marek Bel daaec0ef04 Convert MmuCmd to enum class. 5 years ago
  Marek Bel 9e873ac0f7 Use enum for mmu_cmd instead of plain integer type. 5 years ago
  PavelSindler 7e3a1c7d45 merge changes from upstream 5 years ago
  PavelSindler 661c40ef75 Merge pull request #1472 from mkbel/IR_fsens_selftest 5 years ago
  PavelSindler f4e5c729ac Merge pull request #1451 from mkbel/Tx_fix 5 years ago
  PavelSindler e0c1e4a02d version which should on all printer versions: autoload, selftest, filament detection, filament sensors initialization, filament menus 5 years ago
  Marek Bel a92d9c782b Add IR sensor test. 5 years ago
  Marek Bel 39b391314f Document meaning of manage_response() move default parameter value. 5 years ago
  Marek Bel 2db42c8577 Merge branch 'MK3' into auto_deplete_2 5 years ago
  Marek Bel d89c03a0f1 Documentation. 5 years ago
  PavelSindler 6ba86acebc send A (abort) command to mmu only when loading phase of T-code 5 years ago
  PavelSindler 5462d451e1 show power failures in fail stats menu, shorter load to nozzle if idler sensor detected 5 years ago
  PavelSindler 3c64bad1cb initial version which works on old and new hw, initial version of idler sensor detection 5 years ago
  PavelSindler c782373f2d comment 5 years ago
  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 5 years ago
  PavelSindler 27c8612360 use just short movement for unloading filament 5 years ago
  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 5 years ago