mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-28 15:31:59 +08:00
fix worng step type passed into set-done in new alert step
This commit is contained in:
parent
05c4e759cf
commit
8cb414c262
@ -480,7 +480,7 @@ void PrintObject::alert_when_supports_needed()
|
||||
}
|
||||
|
||||
BOOST_LOG_TRIVIAL(debug) << "posAlertWhenSupportsNeeded - end";
|
||||
this->set_done(posSupportSpotsSearch);
|
||||
this->set_done(posAlertWhenSupportsNeeded);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user