-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Missing intermediate configuration: solid small area #5146
Open
atamico
wants to merge
10,000
commits into
master
Choose a base branch
from
merill-merge
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- now use the thinnest extruder used by the object if % - more consistent over the software supermerill/SuperSlicer#1035
…og for regular file output or not.
…tting It allows to control the spacing vs width (10%% fill vs a bit less) The 'enforce 100% fill volume' is also adjusted to take that into account Note that if you're using multiple extruders/filament everywhere (and spacing setting for width setting), the result may be a bit unexpected, as the gui can't display all the interactions, also some features (like support) may revert to default overlap value, if printed with multiple filaments. supermerill/SuperSlicer#1590
…erything was filtered out. (bad global_endpoints) supermerill/SuperSlicer#1522
(fix ca99544) using the slicing state callback to transmit when to refresh things. supermerill/SuperSlicer#1533 supermerill/SuperSlicer#1532 supermerill/SuperSlicer#1591
…fier wreck solid bottom layer count supermerill/SuperSlicer#289 supermerill/SuperSlicer#584 supermerill/SuperSlicer#1566
…e left instead of the right Better spacing for infill lines, allowing larger infill % field fix supermerill/SuperSlicer#1573
medial_axis fusion_corners fix using supermerill/SuperSlicer#1583 project to reproduce
use layer_z instead of layer_id
The "ensure vertical shell wall" is enforced in spiral vase mode to extend the bottom of the vase to the vase hull. supermerill/SuperSlicer#1582
…t for first move before each object on first layer supermerill/SuperSlicer#1575
move solid_over_perimeters (as it only works with ensure_vertical_shell_thickness activated) TODO: maybe try to not create too thin solid surfaces in the first place? and really merge same surfaces?
Allow 2.3.10 to be > than 2.3.9 allow 1.1.1.1 and not only 1.1.1 supermerill/SuperSlicer#2301
Updated Simplified Chinese translation Added the missing 5% translation of the menu. merill: some little changes for some tooltips.
…llapse into hole & contours supermerill/SuperSlicer#2339
first_layer_infill_speed now take the first_layer_speed if set tot 0 supermerill/SuperSlicer#1948
Fix regression on legacy placeholder syntax supermerill/SuperSlicer#2359
Icons can get scaled even if the window is not yet fully initialised, in which case they ended up with a negative scale. Potentially related to supermerill/SuperSlicer#854 Revert "Add a linux startup crash fix." This reverts commit 34ff5c0.
When using a 3DXonnexion mouse on Linux or FreeBSD systems, USB HID mode is being used. This means only one program can be running at a time with Space Mouse support, and potentially means permissions issues for USB devices. This patch uses libspnav if available to avoid these issues. This also has the advantage of not relying on the device driver to be updated in Slic3r/Prusa Slicer/Super Slicer whenever a new device is supported.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I searched a lot for the setting to set the solid fill extrusion of small areas and there is no option to set the amount of extrusion for these areas.
Reason: In very small areas (often used to make it more resistant) in FDM printers there is overlap / excess filament that can change the final quality of the print.
Existing configurations that can help try to calibrate what I tried to use:
Motor step change ~> Problem when changing: Changes all other print settings (Perimeters, infill, etc);
Fill density: Irrelevant, did not affect small solid areas.
Solid infill threshold area: Here is the heart of the problem, the small area that should be filled as a solid, what can be done to solve the problem for now is to leave it as little as possible and use Fill density throughout the part.
Advanced ~> Extrusion width ~> Solid or Top solid (mm or %): Here during the tests I discovered that actually decreasing or increasing is a little irrelevant because Slic3r does the calculation and fills in the same way, just leaving the lines will be thicker or thicker but the filling will be the same, the amount of filament will be the same (Ex.: higher value increases the extruded line diameter, lower value the line diameter will be thinner and to compensate for the filling there will be more lines ) and yet it does not affect the solid configuration of small areas.
Filament Settings ~> Extrusion multiplier: Reducing the value works, but it affects the extrusion of all other settings that are perfect (Perimeters, infill, top solid, first layer, etc).
Remembering missing configuration: Define small solid areas extrusion. (Solid infill threshold area).
If you can help or have any suggestions for a solution to the problem, I welcome advice!
Thanks.
Att.
Rog. R