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

[FeatureRequest] Add support for M309 Heater Feedforward to expansion and tool boards #1030

Open
droftarts opened this issue Aug 9, 2024 · 0 comments
Assignees
Milestone

Comments

@droftarts
Copy link

droftarts commented Aug 9, 2024

Heater feedforward is currently only supported on heaters connected to mainboard:

void SetExtrusionFeedForward(float pwm) noexcept override { }            // We can't yet set feedforward on remote heaters because this is called from an ISR

Suggestion from user (on Discord) to add support for remote heaters. Also reported on forum https://forum.duet3d.com/topic/36180/implement-m309-feedforward-for-remote-heaters (same user).

@dc42 said

It might not be difficult to implement where the extruder and heater are driven from the same board e.g a tool board.

@droftarts droftarts added this to the 3.6.0 milestone Aug 9, 2024
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

No branches or pull requests

2 participants