mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 07:03:12 +08:00
Fix function call to _getSettingProperty
Don't know who ever tested this... Contributes to issue CURA-2407.
This commit is contained in:
parent
61477078a4
commit
6783b4b3ef
@ -240,7 +240,7 @@ class ConvexHullDecorator(SceneNodeDecorator):
|
||||
elif adhesion_type == "skirt":
|
||||
extra_margin = max(
|
||||
0, self._getSettingProperty("skirt_gap", "value") +
|
||||
self._getSettingPropertyy("skirt_line_count", "value") * self._getSettingProperty("skirt_brim_line_width", "value"))
|
||||
self._getSettingProperty("skirt_line_count", "value") * self._getSettingProperty("skirt_brim_line_width", "value"))
|
||||
else:
|
||||
raise Exception("Unknown bed adhesion type. Did you forget to update the convex hull calculations for your new bed adhesion type?")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user