From e335dfcc4193f98c44e053e9913f641ee71d2976 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 19 Oct 2023 12:26:54 +0100 Subject: [PATCH] digispark-with-cable: toplevels Signed-off-by: Ian Jackson --- digispark-with-cable.scad | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/digispark-with-cable.scad b/digispark-with-cable.scad index a6890fb..6edad92 100644 --- a/digispark-with-cable.scad +++ b/digispark-with-cable.scad @@ -1,4 +1,10 @@ // -*- C -*- +// +// Print (fine detail settings): +// +// * Bottom +// * MiddlePrint +// * CoverPrint include @@ -200,6 +206,9 @@ module Middle(){ ////toplevel circle(strain_groove_w/2, $fn = 8); } } +module MiddlePrint(){ ////toplevel + rotate([180,0,0]) Middle(); +} module MiddleElevationForCutout(){ rectfromto([ -(middle_side_wall_x + side_x_gap), middle_base_z ], @@ -261,6 +270,9 @@ module Cover(){ ////toplevel CoverStrapCutouts(); } } +module CoverPrint(){ ////toplevel + rotate([180,0,0]) Cover(); +} module BottomDemo(){ ////toplevel translate([0, 0, -0.25]) Bottom(); -- 2.30.2