aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/Connection
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-07-22 09:43:52 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-07-22 09:43:52 +0300
commit592e166b7e577c91dbb711091e852e12d514683d (patch)
tree915d2c60dc97775ed943ac959fbddfb7061839c0 /Software/Visual_Studio/PPC/Tango.PPC.Common/Connection
parentc0024da3cd3c113b91c4c81f43827416d9e48de1 (diff)
downloadTango-592e166b7e577c91dbb711091e852e12d514683d.tar.gz
Tango-592e166b7e577c91dbb711091e852e12d514683d.zip
Prevent ink filling status request on machine setup.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/Connection')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Connection/DefaultMachineProvider.cs4
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...");