swap Z motors for all targets and use predefined mappings
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 instead of custom overrides.
This commit is contained in:
@@ -55,6 +55,15 @@
|
||||
*/
|
||||
// #define KNUTWURST_DEBUG
|
||||
|
||||
/*
|
||||
* Adjust the Trigorilla pin mapping.
|
||||
*/
|
||||
#if ENABLED(KNUTWURST_CHIRON)
|
||||
#define TRIGORILLA_MAPPING_CHIRON
|
||||
#else
|
||||
#define TRIGORILLA_MAPPING_I3MEGA
|
||||
#define SWAP_Z_MOTORS
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This enables the integrated Laser engaving feature
|
||||
|
||||
Reference in New Issue
Block a user