From 2e57e4822752f6bbfa6668d2ab023b23e5e2808b Mon Sep 17 00:00:00 2001 From: PavelSindler Date: Tue, 4 Jul 2017 14:35:58 +0200 Subject: [PATCH] long beep in multimaterial colorprint fixed --- Firmware/Marlin_main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index b10b20426..9aaaa1920 100644 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -5054,7 +5054,7 @@ case 404: //M404 Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or disp lastpos[Z_AXIS]=current_position[Z_AXIS]; lastpos[E_AXIS]=current_position[E_AXIS]; - //Restract extruder + //Retract extruder if(code_seen('E')) { target[E_AXIS]+= code_value(); @@ -5200,6 +5200,7 @@ case 404: //M404 Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or disp } } + WRITE(BEEPER, LOW); #ifdef SNMM display_loading(); do { @@ -5215,7 +5216,7 @@ case 404: //M404 Enter the nominal filament width (3mm, 1.75mm ) N<3.0> or disp #endif //Filament inserted - WRITE(BEEPER,LOW); + //Feed the filament to the end of nozzle quickly #ifdef SNMM