-
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
Add option to disable top surface infill tracing around a raised object (i.e. logo) #12260
Comments
Hi there, To answer your question about the speed, I found that you could actually change the Height Range Modifier value under Speed>Infill to the desired slow speed. But what we really need in order for the height range modifiers to work is the ability to select Monotonic Rectilinear as an internal infill pattern. |
I think this issue is partially related to #9533 (and the mentioned issue could benefit from this fix) |
This is a good idea |
Agree with the other suggestions here for slicer improvements to deal with this. Another workaround I have found is to increase the number of perimeters until the logo doesn't have any infill. Only really practical if the logo is really thin, otherwise the added perimeters is generally undesired. |
When adding a logo to a flat solid object, prusaslicer will trace around the base of the logo on the final top surface layer under the raised logo. The issue is that this creates surface imperfections in the top surface since the infill can't keep a constant pattern under the logo (starts and stops in pattern). Even with Monotonic lines top fill pattern selected, the "lawn mower" effect is still visible.
There is a current workaround to partially fix this by changing to 100% infill and changing the top layers to 0. Height range modifiers can be added to reduce the infill percentage to less than 100% and ironing can still be enabled on the topmost surface. This now allows the top surface under the raised logo to be printed in one single pattern with no breaks and no tracing around the logo. However the issue is the print speed for the top layer matches the infill speed (200 mm/s) and there's no way to override this. So the surface is improved, but due to the print speed at 200 mm/s, it creates an undesirable matte finish.
The text was updated successfully, but these errors were encountered: