Single mount format checkpoint

This commit is contained in:
Ian Gulliver
2024-07-19 22:05:23 -07:00
parent a18d6a4eb0
commit 6aa8a81bdd
8 changed files with 93 additions and 126 deletions

View File

@@ -1,10 +1,10 @@
use <../generic/spoolmount_a.scad>
use <../generic/spoolmount.scad>
use <../util/screw_hole_m3.scad>
use <../util/torus.scad>
module prusa_enclosure_mount(angle, h=10) {
translate([0, 0, h - 5])
spoolmount_a();
spoolmount();
rotate([0, 0, angle])
difference() {