Improxe X carriage
This commit is contained in:
parent
665ec17c04
commit
d2685dd999
2 changed files with 6 additions and 5 deletions
|
@ -12,7 +12,8 @@ base();
|
||||||
module base() {
|
module base() {
|
||||||
difference() {
|
difference() {
|
||||||
union() {
|
union() {
|
||||||
block_with_fillet(width, depth, thickness, 10);
|
translate([0, - thickness, 0])
|
||||||
|
block_with_fillet(width, depth + thickness, thickness, 10);
|
||||||
mount();
|
mount();
|
||||||
}
|
}
|
||||||
big_holes();
|
big_holes();
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue