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
parent
ea8dd7e365
commit
5ba8ba9646
|
|
@ -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 fsensorToNozzle = 20.0_mm; ///< ~20mm from MK4's filament sensor through extruder gears into nozzle
|
||||||
static constexpr U_mm fsensorToNozzleAvoidGrind = 5.0_mm;
|
static constexpr U_mm fsensorToNozzleAvoidGrind = 5.0_mm;
|
||||||
/// Check the state of FSensor after this amount of filament got (hopefully) pulled out while unloading.
|
/// 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
|
/// Begin: Pulley axis configuration
|
||||||
static constexpr AxisConfig pulley = {
|
static constexpr AxisConfig pulley = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue