diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs index b2c752ca8..fe0de64f9 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs @@ -357,6 +357,10 @@ namespace Tango.PPC.Common.Connection machineOperator.EnableEventsNotification = false; machineOperator.EnableMachineStatusUpdates = false; machineOperator.EnableJobResume = false; + machineOperator.EnableAutomaticThreadLoading = false; + machineOperator.EnableInkFillingStatus = false; + machineOperator.EnableJobLiquidQuantityValidation = false; + machineOperator.EnablePowerUpSequence = false; LogManager.Default.Log("Starting machine connection procedure..."); |
