Skip to content
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

Sequential printing extruder clearance ignoring brim width #3923

Open
bennierex opened this issue Aug 26, 2023 · 6 comments
Open

Sequential printing extruder clearance ignoring brim width #3923

bennierex opened this issue Aug 26, 2023 · 6 comments
Labels
bug Something isn't working as intended

Comments

@bennierex
Copy link

What happened?

When printing squential objects, SS only takes into account the extruder clearance relative to the object itself. When using a brim, the extruder will collide when printing the brim of the next object.

Project file & How to reproduce

z_joints_lower.3mf.zip

When printing the brim of instance 2, my BLtouch collides with the printed instance 1.

Version

2.4.58.5

Operating system

macOS Ventura 13.4.1 (22F82)

Printer model

Ender 5 plus running Klipper

@blownupp
Copy link

I’ve experienced this as well, so it’s not isolated to you

@supermerill
Copy link
Owner

Brims are printed first, before any objects, and so nothing should collide.
Please help me to understand where is my mistake.

@bennierex
Copy link
Author

My brims are printed per-object...

@supermerill
Copy link
Owner

oh, yes.

@supermerill supermerill added bug Something isn't working as intended and removed not convinced yet labels Nov 23, 2023
@supermerill
Copy link
Owner

mmm.
if there is one brim per object, one skirt per object, and the skirt distance if computed from the brim, then it can be wrong.
I'll have to rework this a lot more to have something reliable. Also, i have to create a proper test case.
i'll do that after the 2.7 merge

@bennierex
Copy link
Author

@supermerill Thanks for looking into this!

@supermerill supermerill added this to the Todo with 2.7 merge milestone Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

3 participants