From 1e627100b2f0485cadc5c1493ea1543461e5dc57 Mon Sep 17 00:00:00 2001 From: sasza Date: Thu, 19 Jun 2025 21:22:55 +0200 Subject: [PATCH] =?UTF-8?q?Jednak=20mia=C5=82o=20nie=20by=C4=87=20dziury?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Oliwka/na_kamyczki.scad | 2 -- 1 file changed, 2 deletions(-) diff --git a/Oliwka/na_kamyczki.scad b/Oliwka/na_kamyczki.scad index 3940bd1..222ca46 100644 --- a/Oliwka/na_kamyczki.scad +++ b/Oliwka/na_kamyczki.scad @@ -29,8 +29,6 @@ total_height = height_up + height_down + shelf_thickness; translate([width/2, length/2, height_up]) translate([wt,wt,height_down + st + 0.1]) cuboid([width, length, height_up * 2], rounding=10); - translate([sl, sl,0]) - cube([width - sl*2, length - sl*2, total_height*2]); }