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

[FEATURE] Configurable solid (internal) infill pattern #10652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mjonuschat
Copy link
Contributor

Backport of SuperSlicer feature to make the solid (internal) infill configurable. Using alternatives to monotonic/rectilinear for the usually invisible internal infill can be beneficial when printing translucent/transparent materials.

@jschuh
Copy link
Contributor

jschuh commented May 26, 2023

It looks like #10299 ports the same code. The only functional difference I can see is that this PR applies to solid infill over internal voids, which doesn't seem correct to me since I would assume the bridge infill pattern should be used over voids. Although, maybe I'm just misreading how it works.

@mihaisat
Copy link

mihaisat commented Jun 5, 2023

Hi.I would like a feature that's critical in the final Prusa Slicer 2.6.0 (a feature that's available in SuperSlicer for example so shouldn't be a big issue I guess )
In Hight Range Modifier-> Advanced one of the options should also be Extrusion Multiplier and Temperature too
I print RC planes for LWPLA-HT filament and in order not to be able to detach from the bed it needs to print the first few layers at 100% flow and low temperature and after that at 60% flow and higher temperature.This is the actual suggestion from the filament manufacturer ColorFabb
Anyone can help or can suggest where/how to request this feature ?

@vovodroid
Copy link
Contributor

this PR applies to solid infill over internal voids

No, internal bridge is not changed. Anyway I simplify the code. It seems that currently solid internal pattern is set here https://github.com/prusa3d/PrusaSlicer/blob/master/src/libslic3r/Fill/Fill.cpp#L313, overriding all previous assignments.

@mjonuschat mjonuschat force-pushed the feature-configurable-solid-infill branch from c026baf to 2f50702 Compare February 19, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants