[1.1.x] idex and bl touch fix#11392
Merged
Roxy-3D merged 6 commits intoMarlinFirmware:bugfix-1.1.xfrom Jul 28, 2018
Merged
Conversation
Bugfix 1.1.x
Bugfix 1.1.x
Fix bltouch not deploying during fast home, fix dual x carriage setting opposing side park position as destination on tool change
Member
|
Travis failing with: |
Contributor
|
I'm going to guess that function is not defined if dual-x Carriage is not defined. I'll confirm in update the pull request when I get back in front of my computer. |
Contributor
|
bltouch homing fix is duplicated, see #11380 |
Roxy-3D
added a commit
that referenced
this pull request
Jul 29, 2018
thinkyhead
pushed a commit
that referenced
this pull request
Sep 22, 2018
* [1.1.x] IDEX and BLTouch Fixes Fix bltouch not deploying during fast home, fix dual x carriage setting opposing side park position as destination on tool change * Update Marlin_main.cpp * Update Marlin_main.cpp * Change brackets to be more in conformance with Marlin coding standards
thinkyhead
pushed a commit
that referenced
this pull request
Sep 22, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Z homing with bl touch crashes on fast home as probe is never deployed
Tool change when both tools are parked crashes as there are no sanity checks on target position
Issue #11252