Skip to content

Commit 3a9f696

Browse files
committed
[WIP] fix attempt 67
1 parent 3c4b897 commit 3a9f696

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ffDesign_RoofBridge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __init__(self, body, hole):
208208
if Utils.hole_has_counterbore_sure(hole):
209209
self.form.DoCounterbore.setCheckState(QtCore.Qt.CheckState.Checked)
210210

211-
self.form.BridgeClearance.setProperty("rawValue", 0.2)
211+
self.form.BridgeClearance.setProperty("value", App.Units.Quantity("0.2 mm"))
212212

213213
# Default is 45° overhang angle
214214
self.form.Angle45.toggle()

0 commit comments

Comments
 (0)