mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
CURA-4525 party working objects list and build plates
This commit is contained in:
parent
5050124699
commit
38670171f5
6 changed files with 252 additions and 58 deletions
|
@ -71,7 +71,7 @@ class SolidView(View):
|
|||
else:
|
||||
self._enabled_shader.setUniformValue("u_overhangAngle", math.cos(math.radians(0)))
|
||||
|
||||
activeBuildPlateNumber = Preferences.getInstance().getValue("view/build_plate_number") or 0
|
||||
activeBuildPlateNumber = Application.getInstance().activeBuildPlate
|
||||
|
||||
for node in DepthFirstIterator(scene.getRoot()):
|
||||
if not node.render(renderer):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue