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

Printer ignores M106 (Fan Speed) GCode commands #8

Open
eduncan911 opened this issue Oct 24, 2022 · 0 comments
Open

Printer ignores M106 (Fan Speed) GCode commands #8

eduncan911 opened this issue Oct 24, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@eduncan911
Copy link
Member

eduncan911 commented Oct 24, 2022

There is some inconsistent oddness with the last several versions of firmware, and the M106 cooling fan gcode command. Let's break this down into two sections:

  • "Prioritizing GCode Settings" On and Off

When On, it's not clear what Prioritizing GCode Settings ignores/forces. But it seems to ignore any fan settings. Using Dremel filament, and non-Dremel filament, when Prioritizing is set to Off, the fan is always running on layer 1 regardless of M106 or M107 commands. However, if you set the printer's filament settings to 0% fan, it will be off - and remain off during the hole print.

When Prioritizing setting is OFF, that's where the inconsistent behavior happens. The fan, as commanded, will be off during the first several seconds into the first layer. And then randomly start spinning during the rest of the first layer.

Also during printing, changing the fan speed with M106, like from 30% to 100% bridging and then back down to 100%, doesn't seem to have any effect that the human ear can detect.

Maybe there's a gcode buffer reading ahead (as typical MCUs do), and when it encounters M106, it goes ahead and starts the fan instead of buffering the command?

@eduncan911 eduncan911 added the bug Something isn't working label Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant