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

Prepare Menu fix #5632

Closed
wants to merge 1 commit into from
Closed

Prepare Menu fix #5632

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Dec 30, 2016

Fixed Prepare menu when hotend is > 0 deg.

HOTEND_LOOP() if (thermalManager.target_temperature[e])
{
has_heat = true;
MENU_ITEM(function, MSG_COOLDOWN, lcd_cooldown);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no point to the has_heat boolean if you're going to duplicate code for each heat test.
Also while I haven't checked yet, I'm pretty sure you're adding a Cooldown entry for every hotend. Multi-extruder users will probably be confused

@ghost
Copy link
Author

ghost commented Jan 3, 2017

I like this better from @manianac, (#5647).

@ghost ghost closed this Jan 3, 2017
@ghost ghost deleted the RCBugFix---Prepare-menu-fix branch April 1, 2017 07:12
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants