-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
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
Use E in M306 T to specify autotuned extruder #25326
Use E in M306 T to specify autotuned extruder #25326
Conversation
8a426b4
to
f14988c
Compare
Marlin/src/module/temperature.cpp
Outdated
@@ -914,27 +914,29 @@ volatile bool Temperature::raw_temps_ready = false; | |||
}; | |||
|
|||
struct OnExit { | |||
heater_id_t e; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure OnExit local variable is right approach
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not type has been changed to uint8_t but question is still valid
Let MPC autotune to specify extruder
Use uint8_t instead of heater_id_t because active_extruder (original variable) was such type
|
IMO when bed will be implemented it may be renamed to heater_id, but I'm ready to change it now if you think it's better |
40e1292
to
339773d
Compare
This can wait. I'll go ahead and merge what we have now. |
503ebc5
to
cac0148
Compare
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-Authored-By: Scott Lahteine <thinkyhead@users.noreply.github.com>
Let MPC autotune to specify extruder
It should implement #25325 but I can't test it.