You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gridfinity_basic_cup.scad
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
// include <modules/gridfinity_modules.scad>
2
-
use<modules/gridfinity_cup_modules.scad>
1
+
// include <gridfinity_modules.scad>
2
+
use<gridfinity_cup_modules.scad>
3
3
4
4
// X dimension in grid units
5
5
width =2;
@@ -14,8 +14,8 @@ chambers = 1;
14
14
withLabel =false;
15
15
// Include larger corner fillet
16
16
fingerslide =true;
17
-
// Width of the label in number of units: positive numbers are measured from the 0 end, negative numbers are measured from the far end
18
-
labelWidth =-1; // .1
17
+
// Width of the label in number of units: positive numbers are measured from the 0 end, negative numbers are measured from the far end, value of zero means full width (as long as withLabel is true)
18
+
labelWidth =0; // .1
19
19
20
20
// Set magnet diameter and depth to 0 to print without magnet holes
0 commit comments