Merge pull request #1456 from mkbel/Fix_load_fail_current
Do not disable motor currents when print is paused due to mmu load er…
This commit is contained in:
commit
ca8cb3784c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user