Leveling is way better and more dynamic
Pages can take dependencies on the previous page data
This commit is contained in:
parent
7fb26eabc4
commit
d4ac2884b6
11 changed files with 311 additions and 356 deletions
|
|
@ -68,7 +68,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
printer.Connection.MoveAbsolute(probeStartPosition, feedRates.X);
|
||||
printer.Connection.ReadPosition();
|
||||
|
||||
container.backButton.Enabled = false;
|
||||
container.nextButton.Enabled = false;
|
||||
|
||||
zPlusControl.Click += zControl_Click;
|
||||
|
|
@ -82,7 +81,6 @@ namespace MatterHackers.MatterControl.ConfigurationPage.PrintLeveling
|
|||
|
||||
public override void PageIsBecomingInactive()
|
||||
{
|
||||
container.backButton.Enabled = true;
|
||||
container.nextButton.Enabled = true;
|
||||
|
||||
base.PageIsBecomingInactive();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue