diff --git a/gridfinity_basic_cup.scad b/gridfinity_basic_cup.scad index f8ecce2..71d4640 100644 --- a/gridfinity_basic_cup.scad +++ b/gridfinity_basic_cup.scad @@ -2,9 +2,9 @@ use // X dimension in grid units -width = 2; // [ 0.5, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] +width = 2.0 // Y dimension in grid units -depth = 1; // [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13 ] +depth = 1.0 // Z dimension (multiples of 7mm) height = 3; // (Zack's design uses magnet diameter of 6.5) @@ -86,4 +86,4 @@ else { lip_style=lip_style, box_corner_attachments_only=box_corner_attachments_only ); -} \ No newline at end of file +}