TMC updates, capture LCD changes#14074
Merged
thinkyhead merged 6 commits intoMarlinFirmware:bugfix-2.0.xfrom May 25, 2019
Merged
TMC updates, capture LCD changes#14074thinkyhead merged 6 commits intoMarlinFirmware:bugfix-2.0.xfrom
thinkyhead merged 6 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
19ce2ed to
ef37e77
Compare
Member
Author
|
|
329ce9c to
112713c
Compare
Member
Author
|
Ended up restructuring much of the stepper indirection but it's now a bit more concise with 200 fewer lines of code. The vast majority of it is TMC stuff anyway. |
112713c to
c367a48
Compare
|
After 1c86fbc marlin is not compiling with TMC and disabled HYBRID_THRESHOLD because get_pwm_thrs is undefined. |
Member
Author
|
Can you attach your config files. I'm not getting an error and a quick search shows that all EDIT: Found the issue from |
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.
In an effort to crack down on some bugs
TMCMarlinclass is now aware of the AxisEnum axis ID number. For now it is only used for determining the steps per mm setting from planner array, but it may become useful later on.MONITOR_DRIVER_STATUSnow works with TMC2208 SW Serial communication as well. This was an artificial limitation as it is considerable slower than the HW counterpart, but perhaps not too slow after all.Current state: Final maybe