slic3r / Slic3r

Open Source toolpath generator for 3D printers
https://slic3r.org/
GNU Affero General Public License v3.0
3.27k stars 1.29k forks source link

Command Line issues #5168

Closed mageedoo closed 10 months ago

mageedoo commented 10 months ago

to work with the command line I noticed the following issues:

1- when loading model using the following line Slic3r C:\Users\dar\Desktop\cura\BCC structure.STL it should open the interface and load the stl file because no action is specified. but it does not work unless I added "" like this Slic3r "C:\Users\100060598\Desktop\cura\test folder\BCC structure.STL"

2- secondly, non of the actions specified in the instructions page "https://manual.slic3r.org/advanced/command-line" seems to work, even the simplest one like [slic3r --help-options]

please if some one can giude as I need to use the command line but I can't at the moment

here are some of needed imformation