Improve PrinterCalibrationWizard

This commit is contained in:
jlewin 2019-05-15 16:00:07 -07:00
parent 2be18e2254
commit 35f951b47b
9 changed files with 83 additions and 21 deletions

View file

@ -49,6 +49,10 @@ namespace MatterHackers.MatterControl
public abstract bool Visible { get; }
public virtual string HelpText { get; }
public virtual bool Completed => !this.SetupRequired;
public abstract bool Enabled { get; }
public string Title { get; protected set; }