-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Post-Processing Script Parameters? #4000
Comments
I met the problem too. My solution is to write a |
@thuSkywalker thank you! :-) |
Actually, that limitation was in place on purpose, for security reasons. I didn't want people to be able to distribute a malicious config file containing, say, |
I wonder if we should add an option to enable this, and leave it disabled by default. I don't like the idea that Slic3r config files could be used as attack vectors. |
I understand your concern. But do you have a means to pass parameters the save way? |
Batch file that helps windows users avoid issues related to slic3r/Slic3r#4000, and which also reveals the output of the post processing script by pausing to keep the command line window open. Will require editing if users have python stored in a place other than C:/python27. This batch file must be kept in the same directory as skinnydip.py.
It looks like #4363 added the ability to pass parameters to a post-processing script. Is this issue still open because of the enable/disable feature? |
Nah, I forgot about it and never closed it ... we're done here! |
Version
Any, so far.
Operating system type + version
Windows 7 Pro
Behavior
I made a post-processing script which accepts parameters (like:
Slic3rPostProcessing.exe --output "c:\GeeeeCode\[input_filename_base].gcode" --v 4 --i
) but for some reason, whenever I add such a parameter to the script input box it will fail to execute my script.Is it not possible to pass parameters?
The text was updated successfully, but these errors were encountered: