Rename InstructionsPage -> LevelingWizardPage

This commit is contained in:
John Lewin 2018-05-23 12:19:21 -07:00
parent 9799795dc1
commit 62d1ab164c
13 changed files with 19 additions and 19 deletions

View file

@ -35,7 +35,7 @@ using MatterHackers.VectorMath;
namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
{
public class GettingThirdPointFor2PointCalibration : InstructionsPage
public class GettingThirdPointFor2PointCalibration : LevelingWizardPage
{
protected Vector3 probeStartPosition;
private ProbePosition probePosition;