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

Extrusion Multiplier for each Feature Type #10280

Closed
arshish1612 opened this issue Apr 7, 2023 · 5 comments
Closed

Extrusion Multiplier for each Feature Type #10280

arshish1612 opened this issue Apr 7, 2023 · 5 comments

Comments

@arshish1612
Copy link

At the moment we just have a single extrusion multiplier. Can we get this setting for each feature type? This is a setting available in Cura abut it is missing in Prusa Slicer
Screenshot 2023-04-07 at 1 09 39 PM

@Tupson444
Copy link

This would be very useful for high flow printing, for example, if infill is printed with higher volumetric flow (which means slight underextrusion) compared to perimeters. My current workaround is using Gcode substitutions:

replace:
;TYPE:Perimeter

with:
;TYPE:Perimeter\nM221 S100 ; set flow to 100%

and

replace:
;TYPE:Solid infill

with:
;TYPE:Solid infill\nM221 S110 ; set flow to 110%

etc.

But it would be easier if there were settings for this (or something like "Dynamic flow compensation" as suggested here: #10168 )

@rtyr
Copy link
Collaborator

rtyr commented Apr 7, 2023

Duplicate of #7200.

@arshish1612
Copy link
Author

When can we get this feature? Its an absolute Must have for clean top layers. Even OrcaSlicer has it implemented for Top layer.

@arshish1612
Copy link
Author

This would be very useful for high flow printing, for example, if infill is printed with higher volumetric flow (which means slight underextrusion) compared to perimeters. My current workaround is using Gcode substitutions:

replace:
;TYPE:Perimeter
with:
;TYPE:Perimeter\nM221 S100 ; set flow to 100%

and

replace:
;TYPE:Solid infill
with:
;TYPE:Solid infill\nM221 S110 ; set flow to 110%

etc.

But it would be easier if there were settings for this (or something like "Dynamic flow compensation" as suggested here: #10168 )

I currently use these substitutions. This gives me a near perfect finish.
image

However the problem I face is that the first layer is also labled as Solid infill. As a result of this, the 80% extrusion gets applied to the first layer also.

Is there any way to isolate the first layer from the substitutions?

@Henk72
Copy link

Henk72 commented Dec 17, 2023

You can use a post-processing script that does the substitution for all layers except the first. Search for a good script and change it to your needs.

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

No branches or pull requests

4 participants