mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Revert "Remove "infill mesh" as a standard visible setting"
This reverts commit 46942d7cf2
.
It was not my decision to make
This commit is contained in:
parent
46942d7cf2
commit
4de78db87a
4 changed files with 8 additions and 2 deletions
|
@ -51,6 +51,8 @@ class SolidView(View):
|
|||
if multi_extrusion:
|
||||
support_extruder_nr = global_container_stack.getProperty("support_extruder_nr", "value")
|
||||
support_angle_stack = ExtruderManager.getInstance().getExtruderStack(support_extruder_nr)
|
||||
if not support_angle_stack:
|
||||
support_angle_stack = global_container_stack
|
||||
else:
|
||||
support_angle_stack = global_container_stack
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue