Fix mount for e3d v6
more clearance
This commit is contained in:
parent
eb0b893d9d
commit
14a160413d
2 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,6 @@ include <../lib/common.scad>;
|
||||||
thickness = 6;
|
thickness = 6;
|
||||||
width = 65;
|
width = 65;
|
||||||
depth = 62;
|
depth = 62;
|
||||||
height = 50;
|
|
||||||
|
|
||||||
$fn = 100;
|
$fn = 100;
|
||||||
|
|
||||||
|
@ -12,9 +11,10 @@ base();
|
||||||
module base() {
|
module base() {
|
||||||
difference() {
|
difference() {
|
||||||
union() {
|
union() {
|
||||||
|
translate([0, - thickness * 2, 0])
|
||||||
|
block_with_fillet(width, depth + thickness * 2, thickness, 10);
|
||||||
translate([0, - thickness, 0])
|
translate([0, - thickness, 0])
|
||||||
block_with_fillet(width, depth + thickness, thickness, 10);
|
mount();
|
||||||
mount();
|
|
||||||
}
|
}
|
||||||
big_holes();
|
big_holes();
|
||||||
small_holes();
|
small_holes();
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue