M600 for multimaterial: don't check if filament unload was succesfull

This commit is contained in:
PavelSindler 2018-07-31 19:18:09 +02:00
parent b99b73c924
commit be1167fae3

View file

@ -3125,13 +3125,14 @@ void gcode_M600(bool automatic, float x_position, float y_position, float z_shif
st_synchronize();
if (!automatic) {
#if !defined(SNMM_V2) && !defined(SNMM)
KEEPALIVE_STATE(PAUSED_FOR_USER);
lcd_change_fil_state = lcd_show_fullscreen_message_yes_no_and_wait_P(_i("Was filament unload successful?"), false, true);////MSG_UNLOAD_SUCCESSFUL c=20 r=2
if (lcd_change_fil_state == 0) lcd_show_fullscreen_message_and_wait_P(_i("Please open idler and remove filament manually."));////MSG_CHECK_IDLER c=20 r=4
lcd_update_enable(true);
}
#endif
#ifdef SNMM_V2
mmu_M600_load_filament(automatic);