Made some help when connecting to a printer without a com port set
Common ui navigation functions Improved highlight utility Made Edit Fields have names that can be discovered Refactoring
This commit is contained in:
parent
ea5a7b9ee4
commit
85c0b66840
8 changed files with 87 additions and 46 deletions
|
|
@ -32,6 +32,7 @@ using MatterHackers.Agg;
|
|||
using MatterHackers.Agg.UI;
|
||||
using MatterHackers.GCodeVisualizer;
|
||||
using MatterHackers.Localizations;
|
||||
using MatterHackers.MatterControl.ActionBar;
|
||||
using MatterHackers.MatterControl.ConfigurationPage.PrintLeveling;
|
||||
using MatterHackers.MatterControl.CustomWidgets;
|
||||
using MatterHackers.MatterControl.DataStorage;
|
||||
|
|
@ -2325,6 +2326,8 @@ namespace MatterHackers.MatterControl.PrinterCommunication
|
|||
this.ComPort);
|
||||
|
||||
OnConnectionFailed(null);
|
||||
|
||||
UiNavigation.GoToPrinterSettings("MatterControl.ComPort Edit Field");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue