GIVI key grip updates.
This commit is contained in:
13
replacement-parts/parsonver-la24-band-converter.scad
Normal file
13
replacement-parts/parsonver-la24-band-converter.scad
Normal file
@@ -0,0 +1,13 @@
|
||||
tw=15; // toungue width
|
||||
td=7; // toungue depth
|
||||
rw=1.2; // rail width
|
||||
sw=((tw - (rw * 3)) / 2); // slot width
|
||||
|
||||
difference() {
|
||||
cube([tw, td, rw]);
|
||||
|
||||
union() {
|
||||
translate([rw, rw, -0.1]) cube([sw, 1.6, 2]);
|
||||
translate([tw - sw - rw, rw, -0.1]) cube([sw, 1.6, 2]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user