The frontend doesn't just use just one file. A single extrusion machine can have: User, quality_changes, quality, material, variant, definition changes and definition.
Settings are handled in a stack like way; If a setting is set in the user profile, that value is used. If it isn't there, the value of quality_changes is used (and on until definition is reached, at which point the default is used).
You could create a custom definition file where you set the defaults to what you want, but this is a bit tricky for multi extrusion machines.
We tend to use bat/shell files with certain settings to slice them if we don't want to use this method.
Recommended Posts
gr5 2,071
@nallath should be able to answer this. But why not just cut and paste the 330 -s options into a script and be done with it?
Also I think there is a way to pass a file with parameters instead of passing them on the command line.
Link to post
Share on other sites