"Updates"

This commit is contained in:
2025-10-21 16:07:51 +02:00
parent 9c4e7c2156
commit 5311e85c4e
6 changed files with 19 additions and 2 deletions

View File

@@ -51,7 +51,8 @@ rotate([90,0,0]) translate([0,0,-30]) color("pink") {
}
}
*import("/home/julien/Sync/3D temp/tir/modular-handgun-stand/blank-platestl.stl");
import("/home/julien/Sync/3D/tir_sportif/support_pistolet_stand/stl/support_pistolet_stand_v2_plate.stl");
/*mag_holder*/
rotate([90,0,0]) translate([0,0,-80]) color("orange") {
@@ -61,6 +62,19 @@ rotate([90,0,0]) translate([0,0,-80]) color("orange") {
}
/*grip_plate*/
color("green") {
rotate([90,0,0]) translate([0,0,60]) {
difference() {
union() {
for(i=[-10 : 30 : 20]) translate([0,0,i]) cuboid([b_ins-3,t_height*2/3,8], chamfer=3);
translate([0,0,5]) cuboid([b_ins-8,11,30], rounding=3, edges=[BOT+RIGHT,BOT+LEFT,TOP+RIGHT,TOP+LEFT]) attach(BACK) textured_tile("trunc_ribs", [b_ins-8,20], tex_reps=[22,10]);
}
translate([0,-3,5]) cuboid([b_ins-11,14,30], rounding=3, edges=[BOT+RIGHT,BOT+LEFT,TOP+RIGHT,TOP+LEFT]);
}
}
translate([0,-80,15]) cuboid([b_ins-8,3,20], rounding=5, edges=[TOP+RIGHT,TOP+LEFT]);
}
*translate([0,0,40]) cuboid([34,24,70], rounding=1);