Zimablade rack

This commit is contained in:
2026-06-30 15:19:38 +02:00
parent a3981093ae
commit 824ac50a44
13 changed files with 317 additions and 6 deletions
@@ -62,13 +62,13 @@ bullets();
federal_holder();
cci_holder();
base_l=77;
base_w=45;
plate_l=70;
plate_w=37.5;
riser_l=70;
riser_w=35;
riser_h=6;
base_l=riser_l+10;
base_w=riser_w+10;
plate_l=70;
plate_w=37.5;
// federal_riser_vertical
color("blue", alpha=1) {
@@ -80,7 +80,7 @@ color("blue", alpha=1) {
}
// federal_riser_horizontal
color("blue", alpha=1) {
*color("blue", alpha=1) {
cuboid([base_l,base_w,4], rounding=4, edges=[FWD+RIGHT,FWD+LEFT,BACK+RIGHT,BACK+LEFT], anchor=TOP);
cuboid([riser_l,riser_w,riser_h], rounding=1, edges=[FWD+RIGHT,FWD+LEFT,BACK+RIGHT,BACK+LEFT], anchor=BOT);
for (i = [-14.5:14.5:14.5]) {
@@ -89,7 +89,7 @@ color("blue", alpha=1) {
}
// cci riser
!color("orange", alpha=1) {
color("orange", alpha=1) {
difference() {
rect_tube(size=[base_l,base_w], isize=[riser_l+1,riser_w+1], h=23, rounding=4, irounding=1, anchor=BOT);
translate([0,0,20]) rect_tube(size=[plate_l+1,plate_w+1], wall=3, h=3, rounding=1, anchor=BOT);