From 72ee17640997c51dd39d87bba11f151995e48f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20K=C3=A1kona?= Date: Tue, 22 Oct 2019 22:45:26 +0200 Subject: [PATCH] =?UTF-8?q?Posunut=C3=AD=20krytu=20tak,=20aby=20pasoval=20?= =?UTF-8?q?na=20l=C3=ADmce.=20Nepasuje=20v=C5=A1ak=20na=20otvory=20pro=20?= =?UTF-8?q?=C5=A1rouby.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/drawings/888_1102.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drawings/888_1102.scad b/src/drawings/888_1102.scad index 6eda40cd..4173e6ae 100644 --- a/src/drawings/888_1102.scad +++ b/src/drawings/888_1102.scad @@ -51,7 +51,7 @@ difference(){ if(cover){ // Top cover - translate([-engine_holder_beam_depth - 6, 0, 0]) // musí to být posunuto asi o těch 6mm a nevím proč. + translate([-engine_holder_beam_depth - hull_wall_thickness, 0, 0]) // musí to být posunuto asi o těch 6mm a nevím proč. rotate([90,0,0]) if(stl){import("../../STL/888_1025.stl", convexity=4);} else{888_1025();}