forked from MarlinFirmware/Marlin
-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
[FR] [6axis_dev] 6 axes broken with certain configs and G-codes. Add Sanity checks! #13
Labels
enhancement
New feature or request
Comments
Currently the configs by hobiseven are the only ones that were tested. Below I list Individual features that may work (although not all combinations). All other config settings currently should be treated as not supported yet.
Boards:
The following G-codes were tested:
|
Added to the white list : |
Closed
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Marlin support for 6 axes (XYZIJK + E) works only for certain configs and only a subset of G-codes is supported at the moment. I suggest to collect a whitelist of working features
Expected behavior: [What you expect to happen]
add sanity checks against any non-working config settings.
Actual behavior: [What actually happens]
some config combination may not compile with NON_E_AXES > 3, some configs may compile but may not work in practice.
Additional Information
Configuration.h
andConfiguration_adv.h
files.The text was updated successfully, but these errors were encountered: