-
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
RC2+ Program crash when using raft with modified Shape-Box with height 0.5mm #5652
Comments
Reproduced, thanks. For reference: In version 2.2.0, slicing is stopped by the 'Empty layers detected' error, so there is some problem there as well, it probably just stops before the crash. The error was turned into a warning in 2.3.0. |
The problem is that PrintObject support generator is only run when m_layers.size() > 1, so one-layer object will skip it. It apparently never worked, after recent refactoring (probably 8bfc986) it started to crash in GCode generator. This commit fixes the crash, but not the problem. The raft is still not generated (like in all versions since 2.0.0 at least).
The problem is that raft is only generated when Given how close the 2.3.0 final is, we will probably just hotfix the crash itself (so we get the behaviour from previous versions) and leave the problem itself to be solved later. I'm not sure why the condition wants two or more object layers, there may be a reason. The hotfix is currently in branch |
The problem is that PrintObject support generator is only run when m_layers.size() > 1, so one-layer object will skip it. It apparently never worked, after recent refactoring (probably 8bfc986) it started to crash in GCode generator. This commit fixes the crash, but not the problem. The raft is still not generated (like in all versions since 2.0.0 at least).
The crash should be fixed in |
Fixed with 43c05d3 |
…#5652 Reworked skirt generator to only generate skirt at non-empty layers (layers that actually extruder object or support) and to respect minimum layer height. Skirt generator stops at the first layer where those both conditions cannot be met.
Version
Version 2.3.0-rc2+
Operating system type + version
MacOS Big Sur (11.1)
3D printer brand / version + firmware version (if known)
Ender 3 / Prusa MK3S+
Behavior
Program crashes when using a raft with the Shape-Box
Steps needed to reproduce the problem
Expected Results
Actual Results
Project File (.3MF) where problem occurs
Shape-Box with Raft.3mf.zip
The text was updated successfully, but these errors were encountered: