Fix scad include/import paths broken by lowercase rename
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use <../util/screw_hole_m3.scad>
|
||||
use <../util/screw-hole-m3.scad>
|
||||
|
||||
module ptfe_guide_4() {
|
||||
translate([0, 0, 5])
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use <spoolmount_twist.scad>
|
||||
use <spoolmount-twist.scad>
|
||||
use <../util/torus.scad>
|
||||
|
||||
module spool_holder_twist(h) {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
use <../generic/spoolmount.scad>
|
||||
use <../util/screw_hole_m3.scad>
|
||||
use <../util/screw-hole-m3.scad>
|
||||
use <../util/torus.scad>
|
||||
|
||||
module prusa_enclosure_mount(angle, h=10) {
|
||||
|
||||
Reference in New Issue
Block a user