File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include <./math.scad>
55
66/** ******************************************************************************/
77// M3 dimensions
8- m3HoleRadiusSlack = xySlack ;
8+ m3HoleRadiusSlack = radiusXYSlack ;
99m3Diameter = 3.0 ;
1010m3Radius = m3Diameter / 2.0 ;
1111m3RadiusSlacked = m3Radius + m3HoleRadiusSlack;
@@ -19,7 +19,7 @@ m3HexNutThickness = 2.2;
1919
2020/** ******************************************************************************/
2121// M4 dimensions
22- m4HoleRadiusSlack = xySlack ;
22+ m4HoleRadiusSlack = radiusXYSlack ;
2323m4Diameter = 4.0 ;
2424m4Radius = m4Diameter / 2.0 ;
2525m4RadiusSlacked = m4Radius + m4HoleRadiusSlack;
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ def run_build(args):
115115 target_var = args .t
116116 dz = args .dz
117117 nightly = args .nightly
118- build_gifs = args .build_assembly_gifs
118+ build_gifs = args .build_gifs
119119
120120 if (build_var is not None ) == (build_gifs is True ):
121121 print ("Please either provide the build (-b) variable, or the build-gifs option (--build-gifs)" )
You can’t perform that action at this time.
0 commit comments