Fix scad include/import paths broken by lowercase rename

This commit is contained in:
Ian Gulliver
2026-07-13 15:23:06 -04:00
parent c94df40c98
commit 83c7abb698
11 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use <spoolmount_twist.scad>
use <spoolmount-twist.scad>
module extension_twist(h, twist) {
assert(h >= 10, "minimum extension_twist height is 10");