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

Allow gcode-modifiers to not split areas. #914

Open
CCS86 opened this issue Jan 24, 2021 · 13 comments
Open

Allow gcode-modifiers to not split areas. #914

CCS86 opened this issue Jan 24, 2021 · 13 comments
Labels
new Feature New feature or request

Comments

@CCS86
Copy link

CCS86 commented Jan 24, 2021

2.3.55.2 / Win 10 x64

It seems as though bridge perimeters are not being considered "bridges", and are causing the infill area above to split, with a non-100% above-bridge flow ratio:

image

image

Bridge Test.3mf.txt

IMO, "bridges" and "bridging perimeters" should be considered the same for this purpose and not split.

@qwewer0
Copy link

qwewer0 commented Feb 5, 2021

The issue is present on 2.3.55.4.

To reproduce the issue, use over_bridge_flow_ratio != 100%,
and for better visualization use only_one_perimeter_top = 1 with perimeters > 1

@CCS86
Copy link
Author

CCS86 commented Feb 5, 2021

The issue is present on 2.3.55.4.

To reproduce the issue, use over_bridge_flow_ratio != 100%,
and for better visualization use only_one_perimeter_top = 1 with perimeters > 1

2.3.55.4?

I don't see that in releases.

@qwewer0
Copy link

qwewer0 commented Feb 5, 2021

@CCS86 You can find it in the Actions tab

@supermerill
Copy link
Owner

supermerill commented Mar 18, 2021

That's because of the over_bridge_flow_ratio. That is used to compensate a bit the drop from the bridge area.
You can set it to 100% to remove this split when it's not wanted.

@supermerill supermerill added question working as intended unless you prove me wrong. labels Mar 18, 2021
@supermerill
Copy link
Owner

mmm. Maybe the problem is that the over_bridge_flow_ratio should also be used over the overhangs ?

@supermerill supermerill removed the working as intended unless you prove me wrong. label Mar 18, 2021
@qwewer0
Copy link

qwewer0 commented Mar 18, 2021

mmm. Maybe the problem is that the over_bridge_flow_ratio should also be used over the overhangs ?

@supermerill That might be a good idea, but I think this issues main point it that the over_bridge_flow_ratio line isn't printed continuously with the other lines.

@CCS86
Copy link
Author

CCS86 commented Mar 18, 2021

mmm. Maybe the problem is that the over_bridge_flow_ratio should also be used over the overhangs ?

I would tend to say yes to this. But, I only use "overhang perimeters" as "bridge perimeters", with a 100% unsupported requirement.

Maybe "bridge perimeters" and "overhang perimeters" need to be split into discrete categories? Then, bridges are bridges, whether perimeter or internal, and can be combined for these flow overrides.

Also, the "above bridge" flow override seems to do nothing (besides splitting the infill). Flow rate is not increased at all. I can start a new issue if you would like.

@supermerill
Copy link
Owner

supermerill commented Mar 19, 2021

If I remember, it doesn't increase flow rate but creates more overlap, so it extrudes more plastic in the same area.

I think this issue's main point is that the over_bridge_flow_ratio line isn't printed continuously with the other lines.

Yeah, it's better but it's harder to code. I agree I should do that. I also have to use it on multiple layers and not only the one on top because the bridge layer isn't strong enough imo. So any improvements will wait for a complete rework unless it's an easy fix.

@qwewer0
Copy link

qwewer0 commented Jun 4, 2021

I think this issue is still present on the latest release.

over_bridge_flow_ratio: 99%
bandicam 2021-06-04 19-14-11-867

over_bridge_flow_ratio: 100%
bandicam 2021-06-04 19-13-41-464

@supermerill
Copy link
Owner

supermerill commented Jun 4, 2021

I think this issue is still present on the latest release.

it's something I wanted, that's the whole point of the feature. Use 3 top layers or no over-bridge flow (100%) to don't see it.
This can only go away when modifiers will stop to create split in perimeters & infill.

@qwewer0
Copy link

qwewer0 commented Jun 4, 2021

it's something I wanted, that's the whole point of the feature. Use 3 top layers or no over-bridge flow (100%) to don't see it.
This can only go away when modifiers will stop to create split in perimeters & infill.

Yes, but as we now know why this happens, then could we see #914 as a feature request?

@supermerill
Copy link
Owner

if you want.
there is also #1092 that is the same thing but for perimeters.

@supermerill supermerill changed the title [2.3.55.2] Bridge Perimeters Cause Infill Split Above Allow gcode-modifiers to not split areas. Jun 4, 2021
@supermerill supermerill reopened this Jun 4, 2021
@supermerill supermerill added new Feature New feature or request and removed question labels Jun 4, 2021
@qwewer0
Copy link

qwewer0 commented Jun 4, 2021

if you want.
there is also #1092 that is the same thing but for perimeters.

Thank you, very kind of you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new Feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants