Remove feet
This commit is contained in:
parent
26c5a213df
commit
71b5382544
5 changed files with 272937 additions and 68 deletions
|
|
@ -6,7 +6,6 @@ module receptacle() {
|
|||
difference() {
|
||||
box();
|
||||
hole();
|
||||
feet_grooves();
|
||||
track_grooves();
|
||||
}
|
||||
tape_guides();
|
||||
|
|
@ -38,25 +37,6 @@ module hole() {
|
|||
]);
|
||||
}
|
||||
|
||||
module feet_grooves() {
|
||||
foot_groove_interval = cartridge_width - 2 * foot_side_inset - foot_width + cartridge_clearance;
|
||||
foot_groove();
|
||||
translate([0, foot_groove_interval]) foot_groove();
|
||||
}
|
||||
|
||||
module foot_groove() {
|
||||
translate([
|
||||
foot_front_inset - cartridge_clearance,
|
||||
foot_side_inset - cartridge_clearance,
|
||||
-foot_height,
|
||||
])
|
||||
cube([
|
||||
cartridge_length + 2 * cartridge_clearance,
|
||||
foot_width + cartridge_clearance,
|
||||
foot_height,
|
||||
]);
|
||||
}
|
||||
|
||||
module track_grooves() {
|
||||
translate([
|
||||
track_back_inset + cartridge_clearance,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue