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
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue