-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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
Multi-Hotend Preheat Fixes #20165
Multi-Hotend Preheat Fixes #20165
Conversation
I think I missed something, in a first view. Maybe the fix is use the complete |
It is a little more strange. I think the fix is: ACTION_ITEM_S(ui.get_preheat_label(m), MSG_PREHEAT_M_ALL, []() {
HOTEND_LOOP() thermalManager.setTargetHotend(ui.material_preset[editable.int8].hotend_temp, e);
TERN(HAS_HEATED_BED, _preheat_bed(editable.int8), ui.return_to_status());
}); |
Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
* Return to Status Screen on Multi-Hotend Preheat All Co-authored-by: Victor Oliveira <[email protected]>
Description
Return to Status Screen after using "Preheat (material) All" menu on multi-hotend setups and fix bed preheat with @rhapsodyv's fix below.
Benefits
Return to Status Screen similar to how preheating with a single extruder currently works and preheat the bed when selecting "Preheat (material) All".
Configurations
Use configs from #20163/any multi-hotend setup.
Related Issues
#20163