aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs')
-rw-r--r--Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs2
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)