module for reference top plate without holes
This commit is contained in:
parent
ca5ae59cc6
commit
f7e706c21d
@ -79,9 +79,13 @@ module levermountholes() {
|
||||
m4_hole_countersink();
|
||||
}
|
||||
|
||||
module base_topplate() {
|
||||
cube([175,200,5], center=true);
|
||||
}
|
||||
|
||||
module topplate() {
|
||||
difference() {
|
||||
cube([175,200,5], center=true);
|
||||
base_topplate();
|
||||
// holes for mount bolts
|
||||
translate([77.5, 90, 0])
|
||||
m4_hole();
|
||||
|
Loading…
x
Reference in New Issue
Block a user