From ef3e2edf69e4259ed16acbd50b15a4c7ccd0b843 Mon Sep 17 00:00:00 2001 From: sasza Date: Thu, 5 Jun 2025 09:56:39 +0200 Subject: [PATCH] =?UTF-8?q?celownik=20-=20doda=C5=82em=20tekst=20z=20rozmi?= =?UTF-8?q?arem=20do=20debugu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit przyda się jak będę testował dokładne rozmiary lufy --- Sasza/celownik/celownik2.scad | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Sasza/celownik/celownik2.scad b/Sasza/celownik/celownik2.scad index da3ec3c..828edfb 100644 --- a/Sasza/celownik/celownik2.scad +++ b/Sasza/celownik/celownik2.scad @@ -7,7 +7,7 @@ use // wystaje pałąk do przykręcenia (post) // parameters -length = 35; // ustaw poniżej 5 do testów wymiarów +length = 3; // ustaw poniżej 5 do testów wymiarów c_s = length>5 ? 1 : 0.4; // chamfer_size używane tylko do testów rail_height = 15; @@ -75,5 +75,12 @@ difference() { } } } + + // debug - wyświetl rozmiar + if(length < 5) { + translate([clamp_inner/2 + 2 ,post_thickness/6,length-0.5]) + linear_extrude(5) text(str(clamp_inner), 3); + } } -} \ No newline at end of file +} +