Fix MMU_ALWAYS_CUT enabled in variants

This commit is contained in:
3d-gussner 2022-09-08 12:31:41 +02:00 committed by D.R.racer
parent 8e9a49082b
commit fae420f1e2
1 changed files with 1 additions and 2 deletions

View File

@ -74,8 +74,7 @@ void TCodes(char *const strchr_pointer, uint8_t codeValue) {
} else {
#if defined(MMU_HAS_CUTTER) && defined(MMU_ALWAYS_CUT)
if (EEPROM_MMU_CUTTER_ENABLED_always == eeprom_read_byte((uint8_t *)EEPROM_MMU_CUTTER_ENABLED)) {
mmu_command(MmuCmd::K0 + selectedSlot);
manage_response(true, true, MMU_UNLOAD_MOVE);
MMU2::mmu2.cut_filament(selectedSlot.slot);
}
#endif // defined(MMU_HAS_CUTTER) && defined(MMU_ALWAYS_CUT)
if (selectedSlot.loadToNozzle){ // for single material usage with mmu