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

[Merged] Width change on odd layers #3688

Conversation

vovodroid
Copy link

This commit adds option for change in extrusion width every odd layer: Also it can alternate concentric infill line number.

image

It shifts and overlaps seams between lines for better wall strength.
image
image

Underlying layer seam overlap:
image

# Conflicts:
#	src/libslic3r/Fill/Fill.cpp
#	src/libslic3r/GCode.cpp
#	src/libslic3r/LayerRegion.cpp
#	src/libslic3r/Print.hpp
#	src/libslic3r/PrintRegion.cpp
#	src/libslic3r/SupportMaterial.cpp
#	src/slic3r/GUI/ConfigWizard.cpp
@supermerill
Copy link
Owner

I modified it a bit.
Now it modifies the spacing, as it's dangerous to modify the width without any check (a width musn't be < layer width)Also it Can be a % of the current computed spacing
A 0 value disable it.
Change them to expert-only (and set it as a SuSi setting as i don't think it's in prusa RN)

Tell me if it's okay for you.

@vovodroid
Copy link
Author

Tell me if it's okay for you.

Hi, no problem, introduce any changes you think will be good.

@supermerill
Copy link
Owner

add a comment if something is broken or buggy

@vovodroid vovodroid changed the title Width change on odd layers [Merged] Width change on odd layers Nov 25, 2023
@vovodroid vovodroid deleted the width_change_odd_layers branch November 25, 2023 07:23
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 this pull request may close these issues.

None yet

2 participants