diff --git a/src/config.h b/src/config.h index e255d1ba..343d8e73 100644 --- a/src/config.h +++ b/src/config.h @@ -2,7 +2,7 @@ #define FW_VERSION 320 // example: 103 means version 1.0.3 -#define FW_BUILDNR 369 // number of commits in 'master' +#define FW_BUILDNR 370 // number of commits in 'master' #define WAKE_TIMER 300000 // 5m diff --git a/src/mmctl.cpp b/src/mmctl.cpp index b94ff988..a9751fee 100644 --- a/src/mmctl.cpp +++ b/src/mmctl.cpp @@ -447,8 +447,8 @@ void set_sel_toLast_positions(uint8_t _next_extruder) */ void mmctl_cut_filament(uint8_t _next_extruder) { - const int pulCutStepsPre = 700; - const int pulCutStepsPost = -150; + const int pulCutStepsPre = 500; + const int pulCutStepsPost = -200; previous_extruder = active_extruder; active_extruder = _next_extruder;