Fix typo - selector homing condition
parent
ffd8924d8c
commit
2d81332626
|
|
@ -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