Browse Source

Merge pull request #1456 from mkbel/Fix_load_fail_current

Do not disable motor currents when print is paused due to mmu load er…
PavelSindler 5 years ago
parent
commit
ca8cb3784c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Firmware/mmu.cpp

+ 1 - 0
Firmware/mmu.cpp

@@ -1381,6 +1381,7 @@ void mmu_continue_loading()
 			setAllTargetHotends(0);
 			lcd_setstatuspgm(_i("MMU load failed     "));////MSG_RECOVERING_PRINT c=20 r=1
 			mmu_fil_loaded = false; //so we can retry same T-code again
+			isPrintPaused = true;
 		}
 	}
 	else { //mmu_idler_sensor_detected == false