Migrate LevelingWizard to DialogPage
This commit is contained in:
parent
62d1ab164c
commit
e72f18d474
25 changed files with 664 additions and 837 deletions
|
|
@ -21,10 +21,8 @@ namespace MatterControl.Tests.MatterControl
|
|||
{
|
||||
AggContext.StaticData = new FileSystemStaticData(TestContext.CurrentContext.ResolveProjectPath(4, "StaticData"));
|
||||
MatterControlUtilities.OverrideAppDataLocation(TestContext.CurrentContext.ResolveProjectPath(4));
|
||||
LevelWizard3Point levelingSolution = new LevelWizard3Point(ActiveSliceSettings.Instance.printer, new MatterHackers.MatterControl.ThemeConfig()
|
||||
{
|
||||
Colors = ActiveTheme.Instance
|
||||
});
|
||||
|
||||
var levelingSolution = new LevelWizard3Point(ActiveSliceSettings.Instance.printer);
|
||||
var printerSettings = ActiveSliceSettings.Instance;
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue