Getting switch extruder pre-gcode to run when needed
refactoring
This commit is contained in:
parent
8eefd9c059
commit
572fdd847a
17 changed files with 74 additions and 51 deletions
|
|
@ -177,7 +177,7 @@ namespace MatterHackers.MatterControl.PrinterControls
|
|||
{
|
||||
if (!printer.Settings.PrinterSelected
|
||||
|| printer.Connection.CommunicationState == CommunicationStates.Printing
|
||||
|| printer.Connection.PrinterIsPaused)
|
||||
|| printer.Connection.Paused)
|
||||
{
|
||||
this.Enabled = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue