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.
pull/143/head
D.R.racer 2022-01-19 08:04:04 +01:00 committed by DRracer
parent ea8dd7e365
commit 5ba8ba9646
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {