Only advance to next unfinished stage, if started in that mode
- Issue MatterHackers/MCCentral#5496 Clicking 'already loaded' on extruder 2 does not make xy calibration available
This commit is contained in:
parent
415d5206e7
commit
60beceea6d
5 changed files with 10 additions and 1 deletions
|
|
@ -100,6 +100,8 @@ namespace MatterHackers.MatterControl
|
|||
var homePage = setupWizard.HomePageGenerator();
|
||||
SetSizeAndShow(wizardWindow, homePage);
|
||||
|
||||
setupWizard.AutoAdvance = advanceToIncompleteStage;
|
||||
|
||||
if (advanceToIncompleteStage)
|
||||
{
|
||||
wizardWindow.NextIncompleteStage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue