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

Fan speed doesn't capture last existing fan speed when change happens over more than 1 layer #1

Open
randyinla opened this issue May 7, 2020 · 0 comments
Assignees
Labels
defect Something isn't working

Comments

@randyinla
Copy link
Owner

When a fan speed change occurs on 1 layer, the script is able to capture any existing fan speed changes in that layer (M106 or M107) and reset the GCode to that fan speed at the end of the layer change. However, when the change is to occur across more than 1 layer, the script does not look for the latest fan speed change so does not reset the fan speed correctly at the end of the last layer change.

When the speed change is spread across more than 1 layer, the script should scan for fan speed changes on every layer, always storing the latest one it finds until the endLayer. Then it should reset the GCode to that numer at the end of the endLayer.

@randyinla randyinla added the defect Something isn't working label May 7, 2020
@randyinla randyinla self-assigned this May 7, 2020
@randyinla randyinla added this to To do in SpeedChangeByLayer May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Something isn't working
Projects
Development

No branches or pull requests

1 participant