From 132871f86f4cbf2ae5847490f3dc9068e54c8d36 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 18 Nov 2024 22:58:08 +0000 Subject: [PATCH] waring-blender-motor-coupler: add DemoCutout Signed-off-by: Ian Jackson --- waring-blender-motor-coupler.scad | 6 ++++++ 1 file changed, 6 insertions(+) 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); + } +} -- 2.30.2