"Updates"
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
### Support Pistolet / Stand
|
### Support Pistolet / Stand
|
||||||
|
|
||||||

|
| Front | Back |
|
||||||
|
| --- | --- |
|
||||||
|
|  |  |
|
||||||
|
|
||||||
| Élément | Vue | Fichier |
|
| Élément | Vue | Fichier |
|
||||||
| --- | --- | --- |
|
| --- | --- | --- |
|
||||||
@@ -8,6 +10,7 @@
|
|||||||
| Tower |  | [support_pistolet_stand_v2_tower.stl](stl/support_pistolet_stand_v2_tower.stl) |
|
| Tower |  | [support_pistolet_stand_v2_tower.stl](stl/support_pistolet_stand_v2_tower.stl) |
|
||||||
| Plate |  | [support_pistolet_stand_v2_plate.stl](stl/support_pistolet_stand_v2_plate.stl) |
|
| Plate |  | [support_pistolet_stand_v2_plate.stl](stl/support_pistolet_stand_v2_plate.stl) |
|
||||||
| Mag Holder |  | [support_pistolet_stand_v2_mag_holder.stl](stl/support_pistolet_stand_v2_mag_holder.stl) |
|
| Mag Holder |  | [support_pistolet_stand_v2_mag_holder.stl](stl/support_pistolet_stand_v2_mag_holder.stl) |
|
||||||
|
| Grip Plate |  | [support_pistolet_stand_v2_grip_plate.stl](stl/support_pistolet_stand_v2_grip_plate.stl) |
|
||||||
|
|
||||||
#### OpenSCAD Libraries
|
#### OpenSCAD Libraries
|
||||||
- [BOSL2](https://github.com/BelfrySCAD/BOSL2)
|
- [BOSL2](https://github.com/BelfrySCAD/BOSL2)
|
||||||
|
|||||||
BIN
tir_sportif/support_pistolet_stand/images/grip_plate.png
Normal file
BIN
tir_sportif/support_pistolet_stand/images/grip_plate.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 25 KiB |
@@ -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*/
|
/*mag_holder*/
|
||||||
rotate([90,0,0]) translate([0,0,-80]) color("orange") {
|
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);
|
*translate([0,0,40]) cuboid([34,24,70], rounding=1);
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user