diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-24 17:55:26 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-24 17:55:26 +0300 |
| commit | a2fc839fd0715353fb532a0a67882bc26b6744c8 (patch) | |
| tree | 8a7117006fc9528b68b91326ccbf0534a00df46a /Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | |
| parent | 3d1002b25ebc05c88336dc56ec03f627fd49d200 (diff) | |
| download | Tango-a2fc839fd0715353fb532a0a67882bc26b6744c8.tar.gz Tango-a2fc839fd0715353fb532a0a67882bc26b6744c8.zip | |
Implemented job length factor !
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
| -rw-r--r-- | Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs index cddd7ed9f..14489738a 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -729,7 +729,7 @@ namespace Tango.Integration.Operation foreach (var segment in job.Segments) { JobSegment jobSegment = new JobSegment(); - jobSegment.Length = segment.Length; + jobSegment.Length = segment.LengthWithFactor; jobSegment.Name = segment.Name; foreach (var stop in segment.BrushStops) |
