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

Prevent stuck M109/M190 when target is changed #3650

Conversation

thinkyhead
Copy link
Member

@thinkyhead thinkyhead commented May 1, 2016

If the target temperature is changed while inside a wait loop, conditions need to be re-evaluated. This watches for a change (and always on the initial loop) in target temperature and decides whether to break out of the wait loop or keep going.

Reference: #3624

@thinkyhead thinkyhead merged commit 98f3028 into MarlinFirmware:RCBugFix May 1, 2016
@thinkyhead thinkyhead deleted the rc_temp_change_during_m109_m190 branch May 1, 2016 00:25
@thinkyhead thinkyhead mentioned this pull request Jul 8, 2016
@jbrazio jbrazio modified the milestone: 1.1.0 Jul 18, 2016
drewmoseley pushed a commit to drewmoseley/Marlin that referenced this pull request Nov 8, 2023
…ards_106

Update PF-build.sh to use Arduino_boards 1.6.0 which is same as devel…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants