Changes
2 changed files (+2/-4)
-
-
@@ -564,9 +564,7 @@ }, numberField model { key = LiningThickness , title = [ text "Lining Leather Thickness" ] , description = [ text "Thickness of lining leather. Set to 0 to disable lining generation." ] , description = [ text "Thickness of lining leather." ] , unit = Just "mm" , disabled = False , attrs = step "0.1" :: lengthFieldAttrs constraints.lining
-
-
-
@@ -118,7 +118,7 @@ , buckle ={ springBarDiameter = { min = Just (mm 1), max = Just (mm 3) } } } , lining = { min = Just (mm 0), max = Just (mm 5) } , lining = { min = Just (mm 0.1), max = Just (mm 5) } , thickness = { min = Just (mm 0.1), max = Just (mm 5) } , taper = { min = Just (mm 0), max = Just (mm 8) } , rendering =
-