From: Ian Jackson Date: Mon, 18 Nov 2024 22:58:08 +0000 (+0000) Subject: waring-blender-motor-coupler: add DemoCutout X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=132871f86f4cbf2ae5847490f3dc9068e54c8d36;p=reprap-play.git waring-blender-motor-coupler: add DemoCutout Signed-off-by: Ian Jackson --- diff --git a/waring-blender-motor-coupler.scad b/waring-blender-motor-coupler.scad index cb5d4ef..e16d51a 100644 --- a/waring-blender-motor-coupler.scad +++ b/waring-blender-motor-coupler.scad @@ -44,3 +44,9 @@ module Coupler() { ////toplevel } } +module DemoCutout() { ////toplevel + intersection(){ + Coupler(); + linextr_y_xz(0, 100) square(200, center=true); + } +}