diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-13 10:55:45 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2021-04-13 10:55:45 +0300 |
| commit | 56b3a4ad69e635128d75d075b0612542fd951944 (patch) | |
| tree | b903e6b6a88191fce6306b904a41ed1ed8524616 /Software/Visual_Studio/Tango.Integration | |
| parent | 16b412099d4e8d4e64bc7ccc41b2ebfedde25f5c (diff) | |
| download | Tango-56b3a4ad69e635128d75d075b0612542fd951944.tar.gz Tango-56b3a4ad69e635128d75d075b0612542fd951944.zip | |
Some fixes + major keep alive fix.
Diffstat (limited to 'Software/Visual_Studio/Tango.Integration')
| -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 bf21df35d..95729eeb8 100644 --- a/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs +++ b/Software/Visual_Studio/Tango.Integration/Operation/MachineOperator.cs @@ -2591,7 +2591,7 @@ namespace Tango.Integration.Operation } //Modify transparent/white brush stops. (Transparent/white stops should be all zeros and 100% TI) - LogManager.Log("Modifying all transparent/white brush stops..."); + LogManager.Log("Modifying all 'white' brush stops..."); foreach (var stop in job.Segments.SelectMany(x => x.BrushStops).Where(x => x.IsTransparent || x.IsWhite).ToList()) { foreach (var liquidVolume in stop.LiquidVolumes.Where(x => x.LiquidType != LiquidTypes.TransparentInk && x.LiquidType != LiquidTypes.Lubricant).ToList()) |
