Merge branch 'development' of https://github.com/MatterHackers/MatterControl into development
This commit is contained in:
commit
94062a3357
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
|
||||
ActivePrinterProfile.Instance.DoPrintLevelingChanged.RegisterEvent((sender, e) =>
|
||||
{
|
||||
printLevelingSwitch.SwitchState = ActivePrinterProfile.Instance.DoPrintLeveling;
|
||||
SetPrintLevelButtonVisiblity();
|
||||
printLevelingSwitch.Checked = ActivePrinterProfile.Instance.DoPrintLeveling;
|
||||
}, ref unregisterEvents);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue