-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Closed
Labels
Description
Did you test the latest bugfix-2.1.x
code?
Yes, and the problem still exists.
Bug Description
8 axis example config no longer builds
Bug Timeline
Since #25761
Expected behavior
It should build
Actual behavior
it errors with:
Marlin/src/HAL/STM32/../../inc/../core/types.h:982:68: error: expected unqualified-id before numeric constant
982 | bool LOGICAL_AXIS_LIST(E:1, A:1, B:1, C:1, _I:1, _J:1, _K:1, _U:1, _V:1, _W:1);
| ^~
Steps to Reproduce
- use Configs https://github.com/MarlinFirmware/Configurations/tree/import-2.1.x/config/examples/linear_axes/Octopus%208%20LINEAR_AXES
- build
- see the error
Version of Marlin Firmware
Bugfix-2.1.x
Electronics
Octopus
Additional information & file uploads
batista352