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 +} +