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

@ -33,7 +33,7 @@ using MatterHackers.MatterControl.SlicerConfiguration;
namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
{
public class SelectMaterialPage : InstructionsPage
public class SelectMaterialPage : LevelingWizardPage
{
public SelectMaterialPage(PrinterConfig printer, string pageDescription, string instructionsText, ThemeConfig theme)
: base(printer, pageDescription, instructionsText, theme)