-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Output filename generation based on variables broken #615
Comments
Slic3r 1.38.4 will emit an error report, that a variable named P does not exist. (that is for the [P] sequence). |
The following output format filename doen't work too: |
I have uploaded a continuous build, which has the placeholder parser error reporting significantly improved. Would you please test with that? I just tested with your new template Slic3r-1.38.3.21-prusa3d-win64-full-gae5863f-201712102228.zip |
I found a bug in the "version" variable. I will post another continuous build soon. |
Here is an updated build. Slic3r-1.38.3.22-prusa3d-win64-full-g1938828-201712110832.zip This is the error message you receive from this build on your original template: It is not ideal as the ^ arrow should point to the variable, but due to variable width font it does not. I shall fix that as well. |
Nice! |
Version
1.38.3
Operating system type + version
Windows 10 64bits
Behavior
Output filename format, in my case: [input_filename_base]-[P][print_preset]-[F][filament_preset]-[P][printer_preset]-[version]-[timestamp].gcode
Don't give a proper filename anymore.
The text was updated successfully, but these errors were encountered: