Merge pull request #1344 from PavelSindler/progress_bar_fix

progress bar fix
This commit is contained in:
PavelSindler 2018-11-20 14:50:04 +01:00 committed by GitHub
commit 18eb9ad69e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -2986,7 +2986,6 @@ static void gcode_M600(bool automatic, float x_position, float y_position, float
current_position[E_AXIS], FILAMENTCHANGE_XYFEED, active_extruder);
st_synchronize();
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);
}
}