From 59253ebacaeca3b0084e19ec337c138eb82fd58a Mon Sep 17 00:00:00 2001 From: Glen Chung Date: Tue, 22 Oct 2013 11:09:59 +0800 Subject: [PATCH] fix compile WARNING: Imported file (../libs/Write/orbitron.dxf) found in document root instead of relative to the importing module. This behavior is deprecated --- Hardware/Development/libs/Write/Write.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware/Development/libs/Write/Write.scad b/Hardware/Development/libs/Write/Write.scad index ccc43f7..ffe9b6b 100644 --- a/Hardware/Development/libs/Write/Write.scad +++ b/Hardware/Development/libs/Write/Write.scad @@ -32,7 +32,7 @@ space =1; //extra space between characters in (character widths) rotate=0; // text rotation (clockwise) font = "Letters.dxf"; //default for aditional fonts - fontPath = "../libs/Write/"; // CGS MOD: Path for the DXF font files + fontPath = "./"; // CGS MOD: Path for the DXF font files // write cube defaults