From 684051abe862912d1401aa6c54f1cfb0edcc66c7 Mon Sep 17 00:00:00 2001 From: "D.R.racer" Date: Thu, 3 Feb 2022 16:39:03 +0100 Subject: [PATCH] Enlarge load distance from fsensor to drive gear shall prevent printer load fails --- 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 ef63cd6..f516a9a 100644 --- a/src/config/config.h +++ b/src/config/config.h @@ -91,7 +91,7 @@ static constexpr U_mm feedToFinda = cuttingEdgeToFindaMidpoint + filamentMinLoad static constexpr U_mm maximumFeedToFinda = feedToFinda + 20.0_mm; ///< allow for some safety margin to load to FINDA static constexpr U_mm pulleyHelperMove = 10.0_mm; ///< Helper move for Load/Unload error states - when the MMU should slowly move the filament a bit 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 fsensorToNozzle = 30.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 = 40.0_mm;