celownik - dodałem tekst z rozmiarem do debugu

przyda się jak będę testował dokładne rozmiary lufy
This commit is contained in:
sasza 2025-06-05 09:56:39 +02:00
parent c72a36cb3f
commit ef3e2edf69

View file

@ -7,7 +7,7 @@ use <Chamfer.scad>
// 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);
}
}
}
}