mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-16 04:45:41 -07:00
Remove more things we don't need and get this build closer to 5.10.x
Don't merge to main. CURA-12625
This commit is contained in:
parent
b72ae49dec
commit
3bd25e0ee7
30 changed files with 29 additions and 18899 deletions
|
|
@ -608,10 +608,8 @@ class SimulationView(CuraView):
|
|||
visible_line_types.append(LayerPolygon.SupportInterfaceType)
|
||||
visible_line_types_with_extrusion = visible_line_types.copy() # Copy before travel moves are added
|
||||
if self.getShowTravelMoves():
|
||||
visible_line_types.append(LayerPolygon.MoveUnretractedType)
|
||||
visible_line_types.append(LayerPolygon.MoveRetractedType)
|
||||
visible_line_types.append(LayerPolygon.MoveWhileRetractingType)
|
||||
visible_line_types.append(LayerPolygon.MoveWhileUnretractingType)
|
||||
visible_line_types.append(LayerPolygon.MoveCombingType)
|
||||
visible_line_types.append(LayerPolygon.MoveRetractionType)
|
||||
|
||||
for node in DepthFirstIterator(self.getController().getScene().getRoot()):
|
||||
layer_data = node.callDecoration("getLayerData")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue