swap Z motors for all targets and use predefined mappings #401
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/z-mapping"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
andTRIGORILLA_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
--