-
Notifications
You must be signed in to change notification settings - Fork 2k
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
First support layer does not stick to bed #2101
Labels
Comments
Hotfix:
Solution proposal:
|
This is also related to #1156 |
etphipp
added a commit
to etphipp/PrusaSlicer
that referenced
this issue
Dec 9, 2019
This adds a setting under "Print Settings" for controlling the density of first layer support lines, which previously was hard-coded to 0.5. Changing it to 1.0 yields a solid first layer and making it less than 0.5 yields even sparser support lines resulting in fewer corners. Frankly the first layer adhesion of the textured metal sheets is not great and really struggles with small features on the print bed. This is exacerbated by the first layer support pattern with its very sharp angles. This change gives the user the option to increase the density to get a solid support layer for better adhesion, or to decrease the density and reduce the number of sharp corners. Partially addresses issue prusa3d#2101.
bubnikv
added a commit
that referenced
this issue
Feb 24, 2021
Fixes [Request] Add optional perimeter to raft #756 Fixes First support layer does not stick to bed #2101 New parameters raft_first_layer_density and raft_first_layer_expansion to influence the 1st layer of raft or support. Fixes Allow to disable raft under support structures. #3772 Fixes raft is larger than necessary #2568 Fixes Supports on the build plate should have a solid bottom interface for better adhesion #1165 Changed the 1st layer infill to rectilinear even for soluble materials. Fixes first layer of support for multi filament support oddly spaced #1445 Fixes Full Soluble Materials interfacing into Models + Soluble material noise on Bed #684
Implemented with fcb714c The 1st layer support or raft will always have a perimeter drawn around it to improve support adhesion. Also there will be new parameters raft_first_layer_density and raft_first_layer_expansion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.42.0 b1
There are 2 issues with first layer of support:
Space between lines decreases adhesion while sharp corners tend to bend during cooling. This picture is taken after print with very well cleaned bed. Such clean bed does not cause any bending of brims or printed part. Without extra cleaning the support makes printing impossible.
Solution:
The text was updated successfully, but these errors were encountered: