Made all panels update when edited in any panel (printer wizard)
Added BaudRate to printer edit wizard
This commit is contained in:
parent
c5edde8edb
commit
5613857af1
2 changed files with 2 additions and 4 deletions
|
|
@ -51,6 +51,7 @@ namespace MatterHackers.MatterControl
|
|||
int tabIndex = 0;
|
||||
AddNameSetting("MatterControl.PrinterName", contentRow, ref tabIndex);
|
||||
AddNameSetting("MatterControl.AutoConnect", contentRow, ref tabIndex);
|
||||
AddNameSetting("MatterControl.BaudRate", contentRow, ref tabIndex);
|
||||
AddNameSetting("MatterControl.ComPort", contentRow, ref tabIndex);
|
||||
AddNameSetting("MatterControl.DeletePrinter", contentRow, ref tabIndex);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue