Welcome! Log In Create A New Profile

Advanced

Slic3r batch import to GUI

Posted by Goof 
Slic3r batch import to GUI
January 16, 2015 05:58AM
Hello together,

I am new to 3D printing. I would like to automate the stl import to Slic3r. How could I import a stl-file in the GUI? This starts Slic3r.
slic3r.exe --gui-mode

Or could I import a file from c:\Temp\Test.stl with a button in Slic3r?

Thank you very much

Goof
Re: Slic3r batch import to GUI
January 16, 2015 10:45AM
I'm not sure what you're asking.

The Add button in the slic3r GUI allows you to import an STL file.

If you want to slice from the command line, you can specify the stl file on the command line. Here is the template command line I use in my host program:
command = /home/jeff/Slic3r/bin/slic3r --load "%config%" "%stl%" -o "%slicegcode%"

Note that you will need to include a config file. Slic3r from the command line just uses default settings - NOT the settings you last left it with.
Sorry, only registered users may post in this forum.

Click here to login