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

[1.1.x] Fix WDTO during long delta moves #8586

Conversation

AnHardt
Copy link
Member

@AnHardt AnHardt commented Nov 28, 2017

During long lasting moves of a delta machine neither the temperatures are maintained nor buttons checked nor ... .
The fix is to call 'manage_heater()' and 'idle()' every now and then in the loop where the move is segmented.
The code is about the same as in G2_G3 where we had the same problem with too large circles lasting too long.
Fixing #7510
Details about the failing mechanism in #7510 (comment)

During long lasting moves of a delta machine neither the temperatures are maintained nor buttons checked nor ... .
The fix is to call 'manage_heater()' and 'idle()' every now and then in the loop where the move is segmented. 
The code is abot the same as in G2_G3 wher we had the same problem with too large circles lasting too long.
Fixing MarlinFirmware#7510
@AnHardt AnHardt changed the title 1 Fix WDTO during long delta moves [1.1.x] Fix WDTO during long delta moves Nov 28, 2017
@thinkyhead thinkyhead merged commit 6eedb64 into MarlinFirmware:bugfix-1.1.x Nov 28, 2017
@AnHardt AnHardt deleted the 1_Fix_WDTO_during_long_DELTA_moves branch November 28, 2017 23:38
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.

None yet

2 participants