Rename LevelingWizardContext -> LevelingWizard, consolidate types
- Merge temporary LevelingWizardX into LevelingWizard
This commit is contained in:
parent
8b1dc1ab35
commit
bc9d05b6e4
18 changed files with 148 additions and 146 deletions
|
|
@ -38,7 +38,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
private EventHandler unregisterEvents;
|
||||
private bool autoAdvance;
|
||||
|
||||
public HomePrinterPage(LevelingWizardContext context, string headerText, string instructionsText, bool autoAdvance)
|
||||
public HomePrinterPage(LevelingWizard context, string headerText, string instructionsText, bool autoAdvance)
|
||||
: base(context, headerText, instructionsText)
|
||||
{
|
||||
this.autoAdvance = autoAdvance;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue