Add mx couplings support
This commit is contained in:
parent
cc32e4792c
commit
a6a0f104c5
@ -38,10 +38,10 @@ public class CouplingsCalculator : IFittingsCalculator
|
|||||||
.ToDictionary(kvp =>
|
.ToDictionary(kvp =>
|
||||||
kvp.Key switch
|
kvp.Key switch
|
||||||
{
|
{
|
||||||
"16" => new Product("11600111001"),
|
"16" => new Product("11080111001"),
|
||||||
"20" => new Product("11600121001"),
|
"20" => new Product("11080121001"),
|
||||||
"25" => new Product("11600131001"),
|
"25" => new Product("11080131001"),
|
||||||
"32" => new Product("11600141001"),
|
"32" => new Product("11080141001"),
|
||||||
"40" => new Product("11600151001"),
|
"40" => new Product("11600151001"),
|
||||||
"50" => new Product("14563021001"),
|
"50" => new Product("14563021001"),
|
||||||
"63" => new Product("14563031001"),
|
"63" => new Product("14563031001"),
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user