diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-11-17 14:48:25 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2021-11-17 14:48:25 +0200 |
| commit | 854f883509443230cc0360ea45c7d8085dd52882 (patch) | |
| tree | 800752e61652c23a668a6b2f6b7b50548db3f74e /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models | |
| parent | eaedfecb6b08008649bb79a9767adbe6132da536 (diff) | |
| download | Tango-854f883509443230cc0360ea45c7d8085dd52882.tar.gz Tango-854f883509443230cc0360ea45c7d8085dd52882.zip | |
RML EXTANSION- item 5745, 5909, 5823. DataBase changes:
table Rubbing results , remove GS 100 min and GS 100 max and add GS 100, remove GS 200 min and GS 200 max and add GS 200. Created new table COLOR_PROCESS_INK_UPTAKE
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/FactorTarget.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/FactorTarget.cs b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/FactorTarget.cs index 0cb2679fd..a9bc38f4c 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/FactorTarget.cs +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.ThreadExtensions/Models/FactorTarget.cs @@ -10,10 +10,10 @@ namespace Tango.MachineStudio.ThreadExtensions.Models public static class FactorTarget { public static Dictionary<FactorColors, double> FACTOR100 = new Dictionary<FactorColors, double>() { - { FactorColors.CYAN, 51.95}, {FactorColors.MAGENTA, 47.47}, { FactorColors.YELLOW, 94.05}, {FactorColors.BLACK, 26.58}}; + { FactorColors.CYAN, 51.64}, {FactorColors.MAGENTA, 46.77}, { FactorColors.YELLOW, 90.3}, {FactorColors.BLACK, 31.61}}; public static Dictionary<FactorColors, double> FACTOR200 = new Dictionary<FactorColors, double>() { - { FactorColors.CYAN, 46.3}, {FactorColors.MAGENTA, 41.04}, { FactorColors.YELLOW, 97.78}, {FactorColors.BLACK, 21.01}}; + { FactorColors.CYAN, 42.26}, {FactorColors.MAGENTA, 42.1}, { FactorColors.YELLOW, 98.86}, {FactorColors.BLACK, 24}}; public static double GetFactor100(FactorColors color) { |
