Changing direction of the stepper motors.
Correcting X and Y direction for TAZPro, TAZProXT and MiniV2
This commit is contained in:
parent
98d93fad86
commit
be73ce833d
@ -1702,10 +1702,10 @@
|
|||||||
#else
|
#else
|
||||||
#define INVERT_X_DIR true
|
#define INVERT_X_DIR true
|
||||||
#endif
|
#endif
|
||||||
#if ANY(Sidekick_289, Sidekick_747, MiniV2, Workhorse, TAZ6)
|
#if ENABLED(MiniV2)
|
||||||
#define INVERT_Y_DIR true
|
|
||||||
#else
|
|
||||||
#define INVERT_Y_DIR false
|
#define INVERT_Y_DIR false
|
||||||
|
#else
|
||||||
|
#define INVERT_Y_DIR true
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ANY(TAZ6,Workhorse, TAZPro, TAZProXT)
|
#if ANY(TAZ6,Workhorse, TAZPro, TAZProXT)
|
||||||
@ -1720,7 +1720,7 @@
|
|||||||
// @section extruder
|
// @section extruder
|
||||||
|
|
||||||
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
||||||
#if ANY(Workhorse,TAZ6)
|
#if ANY(Workhorse,TAZ6, TAZPro, TAZProXT)
|
||||||
#define INVERT_E0_DIR true
|
#define INVERT_E0_DIR true
|
||||||
#else
|
#else
|
||||||
#define INVERT_E0_DIR false
|
#define INVERT_E0_DIR false
|
||||||
|
Loading…
Reference in New Issue
Block a user