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

Take filament flow ratio into account when displaying flow in gcode legend #5628

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

SoftFever
Copy link
Owner

Description

Orca now take "Flow ratio" value in filament settings into account when display flow for each extrusion in g-code legend.

image

@SoftFever SoftFever merged commit ff53f40 into main Jun 8, 2024
4 checks passed
@SoftFever SoftFever deleted the feature/mroe-accurate_flow_display branch June 8, 2024 02:53
@igiannakas
Copy link
Contributor

igiannakas commented Aug 20, 2024

@SoftFever this commit seems to have caused the flow rate to reduce quadratically :). #6478

Flow rate 1:
image

Flow rate 0.5:
image

Flow rate 0.5 with this commit reverted:
image

With a bit of chat GPT help, to do the math, based on the emitted GCODE the flow rate with the commit reverted seems to be the right one

Gcode for external perimeter with 50% flow rate:

G1 F8400
G1 X192.35 Y187.35
G1 X157.65 Y187.35 E.23739
G1 X157.65 Y152.65 E.23739
G1 X192.35 Y152.65 E.23739
G1 X192.35 Y187.35 E.23739
G1 X192.302 Y187.337

image

@igiannakas
Copy link
Contributor

This prob happens because the post processor already has baked in the mm3_mm value as part of the emitted Gcode I would hazard a guess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants