diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-07-15 17:02:44 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-07-15 17:02:44 +0300 |
| commit | 8a8b3ecce59cad952966d5f79347c5b1a3ce361c (patch) | |
| tree | 9c9136c90c677fe7eaebbeb5129c2bbf7d22b13c /Software/Stubs Collection | |
| parent | d86a63d6ec2c74b5e0edd49e22a5acd04c6b6f9c (diff) | |
| download | Tango-8a8b3ecce59cad952966d5f79347c5b1a3ce361c.tar.gz Tango-8a8b3ecce59cad952966d5f79347c5b1a3ce361c.zip | |
prevent turning off the blower (#3166). fix ink calculation (resolves #3174, #2956, #3140, #2375) feeder start jumps (resolves #3163, #3104)
Diffstat (limited to 'Software/Stubs Collection')
| -rw-r--r-- | Software/Stubs Collection/stubs/cleaning sequence disable.cs | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Software/Stubs Collection/stubs/cleaning sequence disable.cs b/Software/Stubs Collection/stubs/cleaning sequence disable.cs new file mode 100644 index 000000000..49bf4d968 --- /dev/null +++ b/Software/Stubs Collection/stubs/cleaning sequence disable.cs @@ -0,0 +1,24 @@ +using System; +using System.Text; +using System.Linq; +using System.Drawing; +using System.Diagnostics; +using System.Windows.Forms; +using System.Threading; +using System.Threading.Tasks; +using System.Collections.Generic; +using Tango.PMR.Stubs; +using Tango.Stubs; + +public void OnExecute(StubManager stubManager) +{ + +//"Set WFCF Value +ProgressRequest progressRequest = new ProgressRequest(); +progressRequest.Amount = 0xAD7; +progressRequest.Delay = 0; + +var response = stubManager.Run<ProgressResponse>(progressRequest); + + +}
\ No newline at end of file |
