Add power switch hole to mount

This commit is contained in:
2022-06-27 00:08:45 -06:00
parent 50874e7e7a
commit 1f143bc695

View File

@@ -95,6 +95,9 @@ difference() {
cube([oled_width, oled_depth, plate_height + 0.1]);
}
}
translate([plate_width/2 - power_switch_hole_depth/2, plate_depth - 50, -0.05]) {
cube([power_switch_hole_depth, power_switch_hole_width, plate_height + 0.1]);
}
}