module for reference top plate without holes

This commit is contained in:
Brian S. Stephan 2023-08-16 13:59:09 -05:00
parent ca5ae59cc6
commit f7e706c21d
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -79,9 +79,13 @@ module levermountholes() {
m4_hole_countersink(); m4_hole_countersink();
} }
module base_topplate() {
cube([175,200,5], center=true);
}
module topplate() { module topplate() {
difference() { difference() {
cube([175,200,5], center=true); base_topplate();
// holes for mount bolts // holes for mount bolts
translate([77.5, 90, 0]) translate([77.5, 90, 0])
m4_hole(); m4_hole();