Migrate SettingsProfile functionality to new SettingsHelpers type
- Add as child property of settings scope, ready for merge of types - Progress on Issue #1113
This commit is contained in:
parent
5012556dbc
commit
f304e9f3d6
34 changed files with 432 additions and 464 deletions
|
|
@ -132,7 +132,7 @@ namespace MatterHackers.MatterControl.PrinterControls.PrinterConnections
|
|||
printerErrorMessage.TextColor = ActiveTheme.Instance.PrimaryTextColor;
|
||||
printerErrorMessage.Text = "Attempting to connect".Localize() + "...";
|
||||
|
||||
ActiveSliceSettings.Instance.SetComPort(candidatePort);
|
||||
ActiveSliceSettings.Instance.Helpers.SetComPort(candidatePort);
|
||||
PrinterConnectionAndCommunication.Instance.ConnectToActivePrinter();
|
||||
connectButton.Visible = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue