swap Z motors for all targets and use predefined mappings #401

Merged
stklcode merged 1 commits from fix/z-mapping into master 2022-12-21 14:40:29 -06:00
stklcode commented 2022-12-21 12:58:55 -06:00 (Migrated from github.com)

Description

Z endstop mapping has changed as side effect of the upstream merge, so it does no longer match the motor mapping.
Define SWAP_Z_MOTORS to resolve this issue without manipulation of the upstream pin mapping.

Also use predefined mapping (TRIGORILLA_MAPPING_CHIRON and TRIGORILLA_MAPPING_I3MEGA) instead of custom overrides in the pins_TRIGORILLA_14.h.

I discovered this issue on a Mega P, not tested for other targets.

Requirements

Changes affect all targets.

Benefits

misaligned Z axis does not crash anymore.

Configurations

--

--

### Description Z endstop mapping has changed as side effect of the upstream merge, so it does no longer match the motor mapping. Define _SWAP_Z_MOTORS_ to resolve this issue without manipulation of the upstream pin mapping. Also use predefined mapping (`TRIGORILLA_MAPPING_CHIRON` and `TRIGORILLA_MAPPING_I3MEGA`) instead of custom overrides in the _pins_TRIGORILLA_14.h_. **I discovered this issue on a Mega P, not tested for other targets.** ### Requirements Changes affect all targets. ### Benefits misaligned Z axis does not crash anymore. ### Configurations -- ### Related Issues --
Sign in to join this conversation.
No description provided.