Fix scad include/import paths broken by lowercase rename
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use <Write.scad>;
|
||||
use <write.scad>;
|
||||
|
||||
$fn = 20;
|
||||
|
||||
|
||||
+1
-1
@@ -31,7 +31,7 @@
|
||||
t = 1; //mm letter thickness
|
||||
space =1; //extra space between characters in (character widths)
|
||||
rotate=0; // text rotation (clockwise)
|
||||
font = "Letters.dxf"; //default for aditional fonts
|
||||
font = "letters.dxf"; //default for aditional fonts
|
||||
|
||||
|
||||
// write cube defaults
|
||||
|
||||
Reference in New Issue
Block a user