diff options
| author | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-25 00:32:34 +0300 |
|---|---|---|
| committer | Shlomo Hecht <shlomo@twine-s.com> | 2020-10-25 00:32:34 +0300 |
| commit | a9b9870cf6a00914d4b336dbf31a6d9f5f377d39 (patch) | |
| tree | b01051dc95ae2ad7c85898cfda14b01ae4c6cdbb /Software/Stubs Collection/stubs | |
| parent | 90b5d8c2fdaba7abecae6676fa4a5f50efbefc9c (diff) | |
| download | Tango-a9b9870cf6a00914d4b336dbf31a6d9f5f377d39.tar.gz Tango-a9b9870cf6a00914d4b336dbf31a6d9f5f377d39.zip | |
fix
Diffstat (limited to 'Software/Stubs Collection/stubs')
| -rw-r--r-- | Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs index 7716a920c..6627a4d60 100644 --- a/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs +++ b/Software/Stubs Collection/stubs/embeddedparametersbuild_w_cleaning.cs @@ -144,6 +144,14 @@ double SublimationBlowTime = new Double(); SublimationBlowTime = 30.0 configurationParameters.GeneralParameters.Add(SublimationBlowTime); +double AllowedRangeForHeadBlowerDeviation = new Double(); +AllowedRangeForHeadBlowerDeviation = 7; +configurationParameters.GeneralParameters.Add(AllowedRangeForHeadBlowerDeviation); + +double AllowedRangeForWasteBlowerDeviation = new Double(); +AllowedRangeForWasteBlowerDeviation = 20; +configurationParameters.GeneralParameters.Add(AllowedRangeForWasteBlowerDeviation); + File.WriteAllBytes("C:/temp/EmbParam.cfg",configurationParameters.ToBytes()); |
