Fix typo - selector homing condition

pull/135/head
D.R.racer 2021-11-01 08:28:20 +01:00
parent 4f4b599ab8
commit 6c53cbd3d8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ bool Selector::Step() {
}
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();
} else {