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

Make the e-steps calculation work for lengths other 100 #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

cutiepoka
Copy link

Currently the formula works only for lengths of 100. If you do anything other than 100 the formula breaks and you will get a bad esteps calculation. the formula is this:

(steps taken) / (actual length extruded) = (new steps/mm value)

where:
(steps/mm value) x (length of filament extruded) = (steps taken)

(length from extruder to mark pre extrusion) – (length from extruder to mark after extrusion) = (actual length extruded)

Currently the length of filament extruded is hard coded to 100 in your formula. I found this because my printer is under extruding due to this formula

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.

1 participant