mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-13 20:29:28 -07:00
Fix crash for non-blackbelt printers
This commit is contained in:
parent
aed8fb8323
commit
7cdfdda5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -261,9 +261,9 @@ class StartSliceJob(Job):
|
|||
extruder_stack.setProperty(key, "value", current_value * math.sin(gantry_angle))
|
||||
self._buildExtruderMessage(extruder_stack)
|
||||
|
||||
belt_layer_mesh_data = {}
|
||||
if gantry_angle: # not 0 or None
|
||||
# Add a modifier mesh to all printable meshes touching the belt
|
||||
belt_layer_mesh_data = {}
|
||||
for group in object_groups:
|
||||
added_meshes = []
|
||||
for object in group:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue