Use constants
parent
c0938e41d5
commit
645d0b55ed
|
|
@ -49,7 +49,7 @@ bool EjectFilament::StepInner() {
|
||||||
if (mm::motion.QueueEmpty()) { // selector parked aside
|
if (mm::motion.QueueEmpty()) { // selector parked aside
|
||||||
state = ProgressCode::EjectingFilament;
|
state = ProgressCode::EjectingFilament;
|
||||||
mm::motion.InitAxis(mm::Pulley);
|
mm::motion.InitAxis(mm::Pulley);
|
||||||
mm::motion.PlanMove<mm::Pulley>(ejectLength, ejectSpeed);
|
mm::motion.PlanMove<mm::Pulley>(-config::FilamentMinLoadedToMMU, config::pulleyFeedrate);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ProgressCode::EjectingFilament:
|
case ProgressCode::EjectingFilament:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue