Improxe X carriage

This commit is contained in:
Przemek Grondek 2021-08-22 20:05:53 +02:00
parent 665ec17c04
commit d2685dd999
2 changed files with 6 additions and 5 deletions

View file

@ -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.