From 5ba8ba9646dc70eedd2ad18b0e455aa6dfd43e63 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Wed, 19 Jan 2022 08:04:04 +0100 Subject: [PATCH] Longer unload distance for FSensor OFF check It's been too tight before causing unload errors unnecessarily. We can play with this parameter more in the future. --- src/config/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/config.h b/src/config/config.h index 7bad99f..9499579 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -93,7 +93,7 @@ static constexpr U_mm cutLength = 8.0_mm; static constexpr U_mm fsensorToNozzle = 20.0_mm; ///< ~20mm from MK4's filament sensor through extruder gears into nozzle static constexpr U_mm fsensorToNozzleAvoidGrind = 5.0_mm; /// Check the state of FSensor after this amount of filament got (hopefully) pulled out while unloading. -static constexpr U_mm fsensorUnloadCheckDistance = 20.0_mm; +static constexpr U_mm fsensorUnloadCheckDistance = 40.0_mm; /// Begin: Pulley axis configuration static constexpr AxisConfig pulley = {