-
-
Notifications
You must be signed in to change notification settings - Fork 942
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
Tsmith35 per BS PR4631 #6709
Tsmith35 per BS PR4631 #6709
Conversation
Thank you. Cloud you add the original author as the co author? |
Co-authored-by: Simon [email protected]
I made an additional commit (minor text changes) and added @ziehmon as co-author. Hopefully that will do it, but I added credit in the PR description as well. |
@SoftFever: to reproduce this, you need to remove Also by looking at the code, you can spot that Orca has this issue:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only spotted the two sections I commented to be different to the original PR, besides that, LGTM.
My pleasure @SoftFever, super nice to see the fix in Orca. Will update the reddit post about this and ask for some before/after photos. Also thanks again to @tsmith35 for porting! |
Hi @SoftFever, hi @tsmith35, unfortunately we need to revert this MR. There is a bug when AMS is used, since the position after changing filaments will be at X asis boundary and a spiral Z hop will move the axis out of physical boundaries. Details here: bambulab/BambuStudio#4841 (comment) I am working on fixing this and will provide the fix here too. Sorry, I should've bought an AMS... |
New PR: bambulab/BambuStudio#4848 Let's wait for review and testing. Will surely take some time, but at least that's fixed again...for now |
No sorry at all! |
This reverts commit 24ae14f.
Hi @SoftFever, I'm verry sorry to necro bump this, but I need your opinion and I think you are be the best person to ask right now. The reason why we had to rollback the change was that the injected filament change gcode from BambuStudio ends in an inconsistent and unsafe position at the bed boundary, instead of I raised a PR to fix this behavior here bambulab/BambuStudio#4848, which includes a full write up (it literally just moves the print head to the safe position However, Bambu seems to be unwilling to merge it and asks for position validations instead. Weirdly, they ask to only validate non-injected gcode (so, invalid position data since injections happen afterwards, e.g. by filament change) and I can't make a sense out of it. Maybe it's communication issues, but anyway, not your project, not your beer. Now, my question to you as a maintainer of Orca: would it be enough from your perspective to simply change the filament gcode to end in I am just asking for your thoughts, I'll implement this myself - promise. If we can't fix this nasty stringing bug in BambuStudio, maybe we can do it in Orca. |
Description
Porting BS PR 4631 to OrcaSlicer.
Bambu Studio PR#4631 was authored by @ziehmon
Screenshots/Recordings/Graphs
Bambu Studio after PR4631 top, OrcaSlicer after ported changes bottom