Merge pull request #4192 from gudnimg/PFW-1506
PFW-1506 Load to nozzle: Fix too short purge distance
This commit is contained in:
commit
8d1abf772d
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue