Hallo everyone,
long time ago I could feed a long path into variable path="/long/path/"
and the file name into variable file="myFile.dxf" for contaminated use
in import{_dxf}(). But I can't remember how I did that.
Any help is highly appreciated.
--
Mit freundlichen Grüßen
Best Regards
Peter Ragosch
This should work.
import(str(path, file));
On Fri, 2 Aug 2019 at 16:15, Peter Ragosch peter.ragosch@kabelmail.de
wrote:
Hallo everyone,
long time ago I could feed a long path into variable path="/long/path/"
and the file name into variable file="myFile.dxf" for contaminated use
in import{_dxf}(). But I can't remember how I did that.
Any help is highly appreciated.
--
Mit freundlichen Grüßen
Best Regards
Peter Ragosch
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
This should work.
import(str(path, file));
On Fri, 2 Aug 2019 at 16:15, Peter Ragosch
peter.ragosch@kabelmail.de wrote:
Hallo everyone,
long time ago I could feed a long path into variable
path="/long/path/" and the file name into variable
file="myFile.dxf" for contaminated use in import{_dxf}(). But I
can't remember how I did that.
Any help is highly appreciated.
--
Mit freundlichen Grüßen
Best Regards
Peter Ragosch
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
--
Mit freundlichen Grüßen
Best Regards
Peter Ragosch