Path reorg

This commit is contained in:
Ian Gulliver
2024-07-12 09:08:58 -07:00
parent a0867baac9
commit dc7d3a9252
27 changed files with 65 additions and 44 deletions

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,3 @@
use <../../lib/generic/ptfe_guide_4.scad>
ptfe_guide_4();