mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix uses of getValue after its removal from Uranium API
This commit is contained in:
parent
a5f8546d69
commit
b621958098
2 changed files with 11 additions and 3 deletions
|
@ -35,7 +35,6 @@ class SolidView(View):
|
|||
self._disabled_shader.setUniformValue("u_overhangAngle", math.cos(math.radians(0)))
|
||||
|
||||
if Application.getInstance().getGlobalContainerStack():
|
||||
|
||||
if Preferences.getInstance().getValue("view/show_overhang"):
|
||||
angle = Application.getInstance().getGlobalContainerStack().getProperty("support_angle", "value")
|
||||
if angle is not None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue