Improve PrinterCalibrationWizard
This commit is contained in:
parent
2be18e2254
commit
35f951b47b
9 changed files with 83 additions and 21 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue