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

Turning off the Hilbert Curve infill and random lines of filament. #66

Open
tadeastehan opened this issue Jan 20, 2024 · 3 comments · May be fixed by #78
Open

Turning off the Hilbert Curve infill and random lines of filament. #66

tadeastehan opened this issue Jan 20, 2024 · 3 comments · May be fixed by #78

Comments

@tadeastehan
Copy link

tadeastehan commented Jan 20, 2024

Hello, I want to ask if there is any way to turn off the Hilbert curve infill because my overhangs isn't that big for this infill and it is also very time consuming. I just want to try arc overhangs. 😄
PrusaSlicer version is 2.7.1 and I use MK4.

obrazek

And I also want to ask if there is any change how to remove this "red" random infill:

obrazek

Whole rewrited model:

obrazek

@SamuraiNinjaGuy
Copy link

I'm fairly sure you can disable the hilbert curve by changing "specialCoolingZdist" to 0. Be aware that you may get warping though, as warping mitigation is the point of the special cooling layer.

See #56 for more information about the random lines of filament (basically a known issue).

@Wasupmacuz
Copy link

Wasupmacuz commented Apr 12, 2024

I'm fairly sure you can disable the hilbert curve by changing "specialCoolingZdist" to 0. Be aware that you may get warping though, as warping mitigation is the point of the special cooling layer.

Unfortunately, setting specialCoolingZdist=0 still places a single cooling layer. Some simple logic needs to be added to disable hilbert curves.
EDIT: Setting specialCoolingZdist to a negative value does disable all Hilbert curve layers.

@Wasupmacuz Wasupmacuz linked a pull request Apr 13, 2024 that will close this issue
@jperry004
Copy link

I'm having a lot of issues with the special cooling layers, so I'm disabling it by Setting specialCoolingZdist to a negative value. Thanks to Wasupmacuz for pointing this out! Perhaps this is because I'm using a 0.6 mm nozzle?

Left is with special cooling layers, right is without them (and 10 minutes faster). Bottom is about the same, as expected.

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants