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:
PavelSindler 2019-01-16 12:49:38 +01:00 committed by GitHub
commit ca8cb3784c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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