Took out the move to print leveling settings

Made touchscreen on desktop update the view correctly on printer change.
This commit is contained in:
Lars Brubaker 2016-06-08 11:46:46 -07:00
parent 5cc454ba77
commit 6a6fade3e1
4 changed files with 3 additions and 28 deletions

View file

@ -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) =>