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

No Z-Hop for Gap Fill in Top Infill #1285

Closed
rynbrd opened this issue Jun 10, 2021 · 2 comments
Closed

No Z-Hop for Gap Fill in Top Infill #1285

rynbrd opened this issue Jun 10, 2021 · 2 comments
Labels
bug Something isn't working as intended fix is live in the last release Please download /build the last release and try to reproduce.

Comments

@rynbrd
Copy link

rynbrd commented Jun 10, 2021

Describe the bug
No z-hop is present to or from the gap fill in solid infill even though a retraction is present prior to the travel moves. This causes nozzle scarring since the travel moves happen across already printed solid infill.

Here you can see the fill happening in a curved corner of solid infill:
no-z-hop-on-fill-before
You can see the travel move coming to the gap fill did not have a z-hop.

Here you can see the retraction and travel move leaving the gap fill:
no-z-hop-on-fill-after

To Reproduce
Steps to reproduce the behavior:

  1. Enable retractions. I have configured firmware retractions in Klipper and enabled "Use Firmware Retractions" in SuperSlicer.
  2. Enable z-hop. I have configured 0.4mm z-hops and selected "Only on Top".
  3. Ensure retractions are enabled where possible. I have enable "Retract on Layer Change" and disabled "Only Retract when Crossing Perimeters".
  4. Configure "Monotonic (filled)" for the infill.
  5. Slice a part which requires gap fill on the top surface and has a travel move afterwards.

>> Project File <<
Filament Card Z-Hop Test.zip

Expected behavior
I expect to see a z-hop on the travel before and after the gap fill.

Desktop (please complete the following information):

  • OS: Windows 10
  • Version: 2.3.56.0
@supermerill
Copy link
Owner

mmm... "only on top" means "only on extrusions marked as top solid infill" and it seems like the gapfill from the fill isn't taggued correctly in that regard.

@supermerill supermerill added bug Something isn't working as intended fixed for the next version That means that you should be able to test it in the latest nightly build labels Jun 10, 2021
@supermerill supermerill added fix is live in the last release Please download /build the last release and try to reproduce. and removed fixed for the next version That means that you should be able to test it in the latest nightly build labels Jun 13, 2021
@rynbrd
Copy link
Author

rynbrd commented Jun 14, 2021

This is fixed for me using 2.3.56.5.

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 fix is live in the last release Please download /build the last release and try to reproduce.
Projects
None yet
Development

No branches or pull requests

2 participants