From 9a5792580cb31a572b3c9075b3a5825e74e8fad8 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 16 Nov 2023 16:48:05 -0600 Subject: [PATCH] add a comment that is all that survived some experimentation --- src/components.scad | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components.scad b/src/components.scad index 179ba66..09a8f0f 100644 --- a/src/components.scad +++ b/src/components.scad @@ -276,6 +276,7 @@ module top_plate_with_raised_overhang() { module frame_box() { difference() { roundedcube([frame_x, frame_y, frame_z], center=true, radius=3); + // cut out the middle to make it a box cube([top_plate_x-(panel_support_width*2), top_plate_y-(panel_support_width*2), frame_z+5], center=true); } }