-
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
Maximum height reached, but model does not reach maximum height #9519
Comments
When exporting the model as STL and re-importing it, the issue is gone. Same if I then save the 3MF and re-open it, no issue slicing it. Not sure why, we'll try to find out more about it. |
I also encountered this on PrusaSlicer-2.6.0-alpha4+win64-202302180012 and did a few experiments I hope will be helpful. In this zip file is the STL, a 3MF where it slices OK (Good.3mf), and a 3MF where it shows the height error (Bad.3mf). The only difference is the object has a 45 degree rotation around the object's Z axis. To reproduce without the 3MF file:
Replacing 45 degrees in step 9 by any multiple of 45 degrees also shows the issue. Replacing it with 90 degrees or any multiple will not show the max height issue. Quite interesting. Alternatively, you can reproduce the issue with only world coordinate rotations:
Note: I've also maybe possibly observed some non-determinism in this. One time I ran through steps 1-7 and it immediately didn't work without doing steps 8-10, but wasn't able reproduce the issue without steps 8-10 again. Or maybe I didn't do my steps right... If I scale the object down to 83.6%, it will slice. (83.7% will not slice.) This is roughly (but not exactly!) 150mm in height. config.ini: config_ini.txt |
This issue should be resolved in regards to 2.6.0 beta1. |
Description of the bug
When slicing this model at a 45deg angle (with some variablility +-5deg), the maximum height error is emitted despite the model being significantly less than the maximum Z height (210, while the model height is 160). This error does not happen on 2.5.0 Release.
Project file & How to reproduce
Project file: broken slicing.zip
Note, setting the Max Print Height to 221.5 seems to allow slicing to continue.
Checklist of files included above
Version of PrusaSlicer
2.6.0-alpha2-linux-x64-GTK3
Operating system
Fedora Silverblue 37 inside a toolbox (essentially fedora 37)
Printer model
MK3S
The text was updated successfully, but these errors were encountered: