Took out the move to print leveling settings
Made touchscreen on desktop update the view correctly on printer change.
This commit is contained in:
parent
5cc454ba77
commit
6a6fade3e1
4 changed files with 3 additions and 28 deletions
|
|
@ -252,10 +252,6 @@ namespace MatterHackers.MatterControl.ActionBar
|
|||
autoLevelButton.Margin = new Agg.BorderDouble(top: 3);
|
||||
autoLevelButton.ToolTipText = "Print leveling is enabled.".Localize();
|
||||
autoLevelButton.Cursor = Cursors.Hand;
|
||||
autoLevelButton.Click += (s, e) =>
|
||||
{
|
||||
UiNavigation.GoToPrintLevelSettings();
|
||||
};
|
||||
autoLevelButton.Visible = ActiveSliceSettings.Instance.DoPrintLeveling();
|
||||
|
||||
ActiveSliceSettings.ActivePrinterChanged.RegisterEvent((sender, e) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue