Fix typo - selector homing condition

pull/137/head
D.R.racer 2021-11-01 08:28:20 +01:00 committed by DRracer
parent ffd8924d8c
commit 2d81332626
1 changed files with 1 additions and 1 deletions

View File

@ -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 {