Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#4192 from gudnimg/PFW-1506
Browse files Browse the repository at this point in the history
PFW-1506 Load to nozzle: Fix too short purge distance
  • Loading branch information
3d-gussner authored May 8, 2023
2 parents 719d170 + dd9df36 commit 8d1abf7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Firmware/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 8d1abf7

Please sign in to comment.