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) {
|
module extension_twist(h, twist) {
|
||||||
assert(h >= 10, "minimum extension_twist height is 10");
|
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() {
|
module ptfe_guide_4() {
|
||||||
translate([0, 0, 5])
|
translate([0, 0, 5])
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
use <spoolmount_twist.scad>
|
use <spoolmount-twist.scad>
|
||||||
use <../util/torus.scad>
|
use <../util/torus.scad>
|
||||||
|
|
||||||
module spool_holder_twist(h) {
|
module spool_holder_twist(h) {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
use <../generic/spoolmount.scad>
|
use <../generic/spoolmount.scad>
|
||||||
use <../util/screw_hole_m3.scad>
|
use <../util/screw-hole-m3.scad>
|
||||||
use <../util/torus.scad>
|
use <../util/torus.scad>
|
||||||
|
|
||||||
module prusa_enclosure_mount(angle, h=10) {
|
module prusa_enclosure_mount(angle, h=10) {
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
use <../../lib/generic/extension_clip.scad>
|
use <../../lib/generic/extension-clip.scad>
|
||||||
|
|
||||||
extension_clip(h=25);
|
extension_clip(h=25);
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
use <../../lib/generic/extension_twist.scad>
|
use <../../lib/generic/extension-twist.scad>
|
||||||
|
|
||||||
extension_twist(h=25, twist=30);
|
extension_twist(h=25, twist=30);
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
use <../../lib/generic/extension_twist.scad>
|
use <../../lib/generic/extension-twist.scad>
|
||||||
|
|
||||||
extension_twist(h=25, twist=-30);
|
extension_twist(h=25, twist=-30);
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
use <../../lib/generic/ptfe_guide_4.scad>
|
use <../../lib/generic/ptfe-guide-4.scad>
|
||||||
|
|
||||||
ptfe_guide_4();
|
ptfe_guide_4();
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
use <../../lib/generic/spool_cage.scad>
|
use <../../lib/generic/spool-cage.scad>
|
||||||
|
|
||||||
spool_cage();
|
spool_cage();
|
||||||
@@ -1,3 +1,3 @@
|
|||||||
use <../../lib/prusa_enclosure/mount.scad>
|
use <../../lib/prusa-enclosure/mount.scad>
|
||||||
|
|
||||||
prusa_enclosure_mount(angle=15);
|
prusa_enclosure_mount(angle=15);
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
use <../../lib/prusa_enclosure/washer.scad>
|
use <../../lib/prusa-enclosure/washer.scad>
|
||||||
|
|
||||||
prusa_enclosure_mount_washer();
|
prusa_enclosure_mount_washer();
|
||||||
Reference in New Issue
Block a user