-
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
estimated printing time error #10578
Comments
@riccalisci |
I used the bunny in shape gallery, but in everything shape that's I used found same problem. |
I am not talking about the model, but about the config settings (printer, filament, ...). |
Thank you, now I can reproduce the issue |
In case the filament override value is not defined (disabled with the check box), one should not access the variable from the script. We should however extend PrusaSlicer to give an error in case a nil value is accessed. |
Issue created SPE-1710 |
PrusaSlicer 2.6.0-beta3 will display the following error message and stop G-code export with your start & end custom G-codes: You should use retract_speed[0] instead of filament_retract_speed[0] in case is_nil(filament_retract_speed[0]) is true. You may find the following useful for working with such complex expressions as above: |
Fixed with c21e745 |
and throw if such nil variable or vector element is used. Fix of #10578 SPE-1710
Description of the bug
when in filament overrides there ise't value on detretraction and retraction value, estimated printing time give a same negative big value. Otherwise everything works
Project file & How to reproduce
-uncheck retraction and/or deretraction in filament overrides
-click on "slice now"
Checklist of files included above
Version of PrusaSlicer
2.6 beta 1
Operating system
windows 11
Printer model
Flsun Q5
The text was updated successfully, but these errors were encountered: