Rename LevelingWizardContext -> LevelingWizard, consolidate types

- Merge temporary LevelingWizardX into LevelingWizard
This commit is contained in:
John Lewin 2018-05-23 19:12:46 -07:00
parent 8b1dc1ab35
commit bc9d05b6e4
18 changed files with 148 additions and 146 deletions

View file

@ -41,7 +41,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
private ProbePosition probePosition;
private EventHandler unregisterEvents;
public GettingThirdPointFor2PointCalibration(LevelingWizardContext context, string pageDescription, Vector3 probeStartPosition, string instructionsText,
public GettingThirdPointFor2PointCalibration(LevelingWizard context, string pageDescription, Vector3 probeStartPosition, string instructionsText,
ProbePosition probePosition)
: base(context, pageDescription, instructionsText)
{