Fix typo - selector homing condition
parent
4f4b599ab8
commit
6c53cbd3d8
|
|
@ -74,7 +74,7 @@ bool Selector::Step() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Selector::Init() {
|
void Selector::Init() {
|
||||||
if (mg::globals.FilamentLoaded() < mg::FilamentLoadState::InFSensor) {
|
if (mg::globals.FilamentLoaded() < mg::FilamentLoadState::InSelector) {
|
||||||
// home the Selector only in case we don't have filament loaded (or at least we think we don't)
|
// home the Selector only in case we don't have filament loaded (or at least we think we don't)
|
||||||
Home();
|
Home();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue