fix compile WARNING: Imported file (../libs/Write/orbitron.dxf) found in document root instead of relative to the importing module. This behavior is deprecated
parent
5ff8103b30
commit
59253ebaca
|
@ -32,7 +32,7 @@
|
||||||
space =1; //extra space between characters in (character widths)
|
space =1; //extra space between characters in (character widths)
|
||||||
rotate=0; // text rotation (clockwise)
|
rotate=0; // text rotation (clockwise)
|
||||||
font = "Letters.dxf"; //default for aditional fonts
|
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
|
// write cube defaults
|
||||||
|
|
Loading…
Reference in New Issue