Updated images

This commit is contained in:
2025-10-21 16:27:30 +02:00
parent 5844e33093
commit 48f042c42b
2 changed files with 2 additions and 2 deletions

View File

@@ -58,8 +58,8 @@ import("/home/julien/Sync/3D/tir_sportif/support_pistolet_stand/stl/support_pist
/*mag_holder*/ /*mag_holder*/
rotate([90,0,0]) translate([0,0,-80]) color("orange") { rotate([90,0,0]) translate([0,0,-80]) color("orange") {
for(i=[-10 : 20 : 10]) translate([0,0,i]) cuboid([b_ins-3,t_height*2/3,8], chamfer=3); for(i=[-10 : 20 : 10]) translate([0,0,i]) cuboid([b_ins-3,t_height*2/3,8], chamfer=3);
translate([0,-1.35,0]) cuboid([t_ins,14,m_width], rounding=5, edges=[TOP+RIGHT,TOP+LEFT,BOT+RIGHT,BOT+LEFT]); translate([0,-5.85,0]) cuboid([t_ins,5,m_width], rounding=5, edges=[TOP+RIGHT,TOP+LEFT,BOT+RIGHT,BOT+LEFT,FRONT]);
translate([0,m_height,0]) rotate([90,0,0])rect_tube(size=[t_ins,m_width], h=m_height, wall=2, rounding=5); translate([0,m_height-4,0]) rotate([90,0,0])rect_tube(size=[t_ins,m_width], h=m_height, wall=2, rounding=5);
} }