Slower Pulley acceleration
Make acceleration of the Pulley slower in all cases. It may help pulling the filament out of the extruder in some rare cases as requested in MMU-113.pull/161/head
parent
f1d938b57f
commit
df181f205e
|
|
@ -112,7 +112,7 @@ static constexpr AxisConfig pulley = {
|
|||
static constexpr PulleyLimits pulleyLimits = {
|
||||
.lenght = 1000.0_mm, // TODO
|
||||
.jerk = 4.0_mm_s,
|
||||
.accel = 800.0_mm_s2,
|
||||
.accel = 200.0_mm_s2,
|
||||
};
|
||||
|
||||
static constexpr U_mm_s pulleyUnloadFeedrate = 120._mm_s;
|
||||
|
|
|
|||
Loading…
Reference in New Issue