Reuse LoadFilamentWizard in XYCalibrationWizard
MatterHackers/MCCentral#5266 XYCalibration Wizard should include LoadFilament pages if materials are unknown
This commit is contained in:
parent
c327fce29b
commit
d0d2317600
5 changed files with 86 additions and 5 deletions
|
|
@ -74,6 +74,11 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
public Vector2 WindowSize { get; protected set; }
|
||||
|
||||
public virtual bool ClosePage()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public bool MoveNext()
|
||||
{
|
||||
// Shutdown active page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue