Closed DerAndere1 closed 3 years ago
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 : M17 M18 M85 M501
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.