fixing edges in flat renderer

This commit is contained in:
LarsBrubaker 2020-06-23 08:28:21 -07:00
parent 2ec238992c
commit a6a906a661
4 changed files with 3 additions and 19 deletions

View file

@ -224,6 +224,7 @@ namespace MatterHackers.MatterControl.DesignTools
}
public bool Debug { get; set; } = false;
public double OuterEdgeWidth { get; set; }
private List<Polygons> debugData = new List<Polygons>();