Changes
1 changed files (+7/-2)
-
-
@@ -171,12 +171,17 @@ , overlap = mm 5} defaultTipSharpness : Int defaultTipSharpness = 25 default : Parameters default = { shoulderWidth = mm 20 , longPiece = { length = mm 112 , tip = Round , tip = Pointed defaultTipSharpness , buckleHole = { distance = mm 70 , adjustments = 3
-
@@ -280,7 +285,7 @@ -}fallbackValues : ParametersDict fallbackValues = [ ( Key.toString TaperTo, "18" ) , ( Key.toString TipSharpness, "25" ) , ( Key.toString TipSharpness, String.fromInt defaultTipSharpness ) , ( Key.toString FixedLoopWidth, String.fromFloat (toMM defaultFixedLoop.width) ) , ( Key.toString FixedLoopLength, String.fromFloat (toMM defaultFixedLoop.length) ) , ( Key.toString FreeLoopWidth, String.fromFloat (toMM defaultFreeLoop.width) )
-