diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-09 15:40:36 +0200 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2024-12-09 15:40:36 +0200 |
| commit | 87f3462d4b9498df5f6deeca70ab8340e386574c (patch) | |
| tree | bf58df12413a3d6a324c604eeaf8b6b85de78899 /Software/Visual_Studio/PPC/Modules | |
| parent | 889e372e720f096f3142cb6a5200361883a2c7be (diff) | |
| download | Tango-87f3462d4b9498df5f6deeca70ab8340e386574c.tar.gz Tango-87f3462d4b9498df5f6deeca70ab8340e386574c.zip | |
Fixed some bugs.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs index 0ad143685..4fa45744b 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/BrushStopModel.cs @@ -962,6 +962,7 @@ namespace Tango.PPC.Jobs.Models Configuration configuration = SegmentModel.Job.Machine.Configuration; Rml rml = SegmentModel.Job.Rml; + s.Segment = BrushStop.Segment; s.SetLiquidVolumes(configuration, rml, rml.GetActiveProcessGroup().ProcessParametersTables.FirstOrDefault()); s.OffsetPercent = OffsetPercent; |
