From b499c2810117b5ca57014d5cb4219cf68b4c5c0f Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 12 May 2023 16:00:59 -0400 Subject: [PATCH] Whoops --- 2020_tslot.scad | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/2020_tslot.scad b/2020_tslot.scad index b587b3e..8e6521a 100644 --- a/2020_tslot.scad +++ b/2020_tslot.scad @@ -130,6 +130,4 @@ module 2020_tslot_insert (pos = [0, 0, 0], rot = [0, 0, 0]) { //trim bottom translate([0, 0, -H+0.3]) cube([10+1, 10+1, H], center = true); } -} - -2020_tslot_insert(); \ No newline at end of file +} \ No newline at end of file