Merge pull request #4192 from gudnimg/PFW-1506

PFW-1506 Load to nozzle: Fix too short purge distance
This commit is contained in:
3d-gussner 2023-05-08 13:14:47 +02:00 committed by GitHub
commit 8d1abf772d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -4774,6 +4774,11 @@ static void mmu_load_filament_menu() {
static inline void lcd_mmu_load_to_nozzle_wrapper(uint8_t index){
MMU2::mmu2.load_filament_to_nozzle(index);
// Extrude a little bit of filament so the user
// can see the color is correct
load_filament_final_feed();
st_synchronize();
// Ask user if the extruded color is correct:
lcd_return_to_status();
lcd_load_filament_color_check();