-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
overlaping between perimeters and infill lines #4414
Comments
I tried that, did not print it, just tried the config and looked at the sliced simulation. I dont see a change on the slice simulation iamge, even putting a value of 50%, Could be true that slice simulation wont show it? |
If I understand correctly, you have model consisting of two types of areas, one with perimeters and one without. Let's call the one with perimeters A and the one without B. You're trying to improve the improve the connection between the external perimeter from A with the infill from B, right? One idea that comes to mind would be to increase the flow when printing external perimeters, for this go to the "Custom G-code" tab in the printer settings and find the "Between extrusion role change G-code" section. Add the following:
(150 is an example value, increase or decrease it to your needs). |
This is woorking as intended ans it is ok, but my particular example is different. Look at the posted picture, the encrochment setting seems to work only when you have internal infill and its connection to surrounding perimeters. My case is a situation where I have an area with primeters and another area netxt to it and with a modifiers setting with 0 perimeters so that area has only infill. The conection between them is what you see on my picture and the encrotchment settings seems to no have effect at all |
TThabk to you Y have learn how to use this kind of code on the slicer, didnt knew these kinds of settings were possible. |
Version
2.5.60
Operating system type + version
win11
Behavior
I think I said it a lot of times but it worth doing it agai: my choice of superslicer is because I have always though is the slicer that gives us the most powerfull amount of config options, and so we can do great things at the slicing time.
This would be one of those times: im trying to print a fabric mesh like print on tpu, my objective is done but I have a small problem: using modifiers i print some areas with perimeters and some with no perimeters at all, just infill. But the areas where infill and perimeters meet, are somehow weak because of a weack connection. A screenshot show one of these areas. I have not found, if there is one, a parameter to make primeter and infill paths to overlap more. Is there such parameter?
Is this a new feature request?
may be? If such parameter described above doesnt exist, I think it would be usefull to have the abilitily to control overlapping of 2 paths, despite is they are infill or perimeter, in order to creat stronger bondings, specially on those areas where you use modifiers.
The text was updated successfully, but these errors were encountered: