-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Distinct Chopper Timing settings #19781
Distinct Chopper Timing settings #19781
Conversation
Add separate chopper timing as requested in Issue [MarlinFirmware#18667](MarlinFirmware#18667). Configured by adding particular axis chopper timings in Configuration_adv.h
Apologies for messing up the requests originally. |
I'm confused by the test failures because the config files were fresh from the bugfix branch before I modified them |
If you look at the Files changed tab, you'll need to revert several lines in |
a6ecb71
to
33359e3
Compare
Getting closer. Notice that currently only |
e98ece2
to
51966cb
Compare
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
Description
Issue #18667 requests for the chopper timing for stealth chop to be able to be set independently to allow it to work properly when axis have different steppers.
Benefits
This adds this functionality allowing each one to be set in the same way as the default one is set.
Configurations
Similar to setting stepper drivers this is configured by defining a timing for each axis, or if no timing is set the default is used.
Uncomment and change the configurations for each axis below in Configuration_adv.h to enable for each axis, setting their values as with the old default one.
Related Issues
Issue #18667