1
0
mirror of https://github.com/nophead/Mendel90.git synced 2025-09-02 01:22:45 +02:00

Nut trap support expanded to ensure support layer is solid.

This commit is contained in:
Chris Palmer
2016-04-25 06:30:29 +01:00
parent ab45bb25e5
commit 055c47dc45
52 changed files with 12280 additions and 64472 deletions

View File

@@ -119,7 +119,7 @@ module nut_trap(screw_r, nut_r, depth, horizontal = false, supported = false) {
}
if(supported)
translate([0, 0, depth - eta])
cylinder(r = nut_r, h = layer_height, center = false);
cylinder(r = nut_r + eta, h = layer_height, center = false);
}
}
}