Made the printer list sorted
This commit is contained in:
parent
0adb6ae82d
commit
ac7b2ee71b
6 changed files with 10 additions and 10 deletions
|
|
@ -150,7 +150,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
|
||||
private void SetVisibleControls()
|
||||
{
|
||||
if (ActiveSliceSettings.Instance.PrinterSelected
|
||||
if (!ActiveSliceSettings.Instance.PrinterSelected
|
||||
|| PrinterConnectionAndCommunication.Instance.CommunicationState == PrinterConnectionAndCommunication.CommunicationStates.Printing
|
||||
|| PrinterConnectionAndCommunication.Instance.PrinterIsPaused)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue