Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArjen Hiemstra <ahiemstra@heimr.nl>2016-05-18 17:33:10 +0300
committerArjen Hiemstra <ahiemstra@heimr.nl>2016-05-18 17:45:44 +0300
commitb621958098a7d4080de1b366d6bc1fd819423aa4 (patch)
treef15abc968ca358b31e36b755e108cce09f8e13ac /plugins/SolidView
parenta5f8546d698d31c9f9840a7ff4b50aa7d0968dc7 (diff)
Fix uses of getValue after its removal from Uranium API
Diffstat (limited to 'plugins/SolidView')
-rw-r--r--plugins/SolidView/SolidView.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/SolidView/SolidView.py b/plugins/SolidView/SolidView.py
index 9aec1a7290..71b29c8186 100644
--- a/plugins/SolidView/SolidView.py
+++ b/plugins/SolidView/SolidView.py
@@ -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: