mirror of
https://github.com/kennetek/gridfinity-rebuilt-openscad.git
synced 2025-01-04 21:19:41 +00:00
Moved recycling slot to center
This commit is contained in:
parent
87c6741849
commit
19d74788ed
1 changed files with 2 additions and 1 deletions
|
@ -290,7 +290,8 @@ module block_base_hole(hole_options, o=0) {
|
|||
if(embedded) {
|
||||
// Leave a gap for the screwdriver for recycling
|
||||
intersection() {
|
||||
cube([magnet_radius * 0.3, magnet_radius, embedded_depth]);
|
||||
translate([-magnet_radius,-magnet_radius * 0.15,0])
|
||||
cube([2*magnet_radius, magnet_radius * 0.3, embedded_depth]);
|
||||
cylinder(h = embedded_depth, r=magnet_radius);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue