mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
D5: Fixed dual extrusion colors
This commit is contained in:
parent
a795323e5f
commit
002b3139e6
1 changed files with 1 additions and 4 deletions
|
@ -107,10 +107,7 @@ class GCodeReader(MeshReader):
|
|||
points[i, 1] = point[2]
|
||||
points[i, 2] = -point[1]
|
||||
if i > 0:
|
||||
if point[3] == LayerPolygon.Inset0Type:
|
||||
line_types[i - 1] = extruder + 1
|
||||
else:
|
||||
line_types[i - 1] = point[3]
|
||||
line_types[i - 1] = point[3]
|
||||
i += 1
|
||||
|
||||
this_poly = LayerPolygon(layer_data, extruder, line_types, points, line_widths)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue