Create v1, scad, objects hierarchy

This commit is contained in:
Ian Gulliver
2024-07-11 09:16:54 -07:00
parent 1537b8bd1b
commit 05bbf5b8fa
20 changed files with 16 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
use <lib/extension.scad>
extension(h=25);

View File

@@ -1,3 +0,0 @@
use <lib/extension_twist.scad>
extension_twist(h=25, twist=30);

View File

@@ -1,3 +0,0 @@
use <lib/prusa_enclosure_mount.scad>
prusa_enclosure_mount(angle=135);

View File

@@ -1,3 +0,0 @@
use <lib/prusa_enclosure_mount.scad>
prusa_enclosure_mount(angle=45);

View File

@@ -0,0 +1,3 @@
use <../lib/extension.scad>
extension(h=25);

View File

@@ -0,0 +1,3 @@
use <../lib/extension_twist.scad>
extension_twist(h=25, twist=30);

View File

@@ -0,0 +1,3 @@
use <../lib/prusa_enclosure_mount.scad>
prusa_enclosure_mount(angle=135);

View File

@@ -0,0 +1,3 @@
use <../lib/prusa_enclosure_mount.scad>
prusa_enclosure_mount(angle=45);

View File

@@ -1,5 +1,5 @@
use <lib/spoolmount_b.scad>
use <lib/torus.scad>
use <../lib/spoolmount_b.scad>
use <../lib/torus.scad>
module spool_holder_simple() {
spoolmount_b();

View File

@@ -1,5 +1,5 @@
use <lib/spoolmount_twist.scad>
use <lib/torus.scad>
use <../lib/spoolmount_twist.scad>
use <../lib/torus.scad>
module spool_holder_simple_twist() {
spoolmount_twist();