mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -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,9 +107,6 @@ class GCodeReader(MeshReader):
|
||||||
points[i, 1] = point[2]
|
points[i, 1] = point[2]
|
||||||
points[i, 2] = -point[1]
|
points[i, 2] = -point[1]
|
||||||
if i > 0:
|
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
|
i += 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue