-
Notifications
You must be signed in to change notification settings - Fork 330
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
Split to parts misses one of the parts #3153
Comments
Also happens with OrcaSlicer: SoftFever/OrcaSlicer#3169 |
I'm having the same issue....frustrating. |
I have been having the same experience with my multi-body models as well.. |
@QingZhangBambu please advise on this bug, it broke our entire production line |
@ctadlock i will talk to the concerned staff of that. |
@ctadlock You can try converting STP files to STL files, or try saving them again using 3D software like FreeCAD. I hope this can solve your problem. |
Ive been using STP files for over 2 years without issue. Whatever this bug is was introduced recentley. Nothing to do with the output format. |
Could you tell me which version is working properly? |
Had to do a bunch of testing and pull out old files. I tested back to v1.6.2 which I know it was working then. Results:
There is very little design difference between the old and new, certainly not a difference in how I emboss the text. Ive attached my test files in the zip. So it would seem one of these is true:
If you have a dev env it would take a few min to step through the slicer with the "new.stp" file and look at the logic for splitting to parts. |
hi, I'm sorry for not replying for so long, This is an issue with loading the step file. We are using the OCCT library to load the step file. It is possible that some fields were changed by Inventor, resulting in the OCCT library not being able to read them. We will work hard to fix this issue. Before that, you can try saving it as a step file using other software and try again. |
This issue has been marked as inactive due to no response for 90 days. |
JIRA:STUDIO-5632 GITHUB: #3153 Change-Id: I1b9b49321cc0da8bdd79e2beb4009283cfada287 (cherry picked from commit 6191a66441549b1cee8be8d7f740c2d466557691)
JIRA:STUDIO-5632 GITHUB: #3153 Change-Id: I1b9b49321cc0da8bdd79e2beb4009283cfada287 (cherry picked from commit 6191a66441549b1cee8be8d7f740c2d466557691)
fixed |
Bambu Studio Version
1.8.2
Where is the application from?
Bambu Lab github releases
OS version
Windows 11
Additional system information
AMD Ryzen, 16GB
Printer
Bambu X1C and P1S
How to reproduce
Actual results
The slicer does not detect one of the bodies. This is not an issue with the actual model. Opening the exported stp file directly shows the appropiate solid bodies. The slicer seems to not detect either the first or last one. I have proven this by creating a test where I add another solid body "test" with the same embossed design; in this case it got the text bodies fine but not the new test body.
Expected results
The slicer should detect all solid bodies.
This is a relatively new bug in the last couple releases. I have printed this same part many times before without issue until recently.
Project file & Debug log uploads
roller_spacer_10_test.zip
Checklist of files to include
The text was updated successfully, but these errors were encountered: