mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
🎨 Tweak inverted E
This commit is contained in:
parent
bb3ea26051
commit
ef0116f5f2
2 changed files with 4 additions and 12 deletions
|
@ -1742,15 +1742,11 @@
|
|||
// @section extruder
|
||||
|
||||
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
||||
#ifdef BLUER_INVERTED_E
|
||||
#if ENABLED(BLUER_TMC2209)
|
||||
#if BOTH(BLUER_INVERTED_E, BLUER_TMC2209)
|
||||
#define INVERT_E0_DIR false
|
||||
#else
|
||||
#define INVERT_E0_DIR true
|
||||
#endif
|
||||
#else
|
||||
#define INVERT_E0_DIR true
|
||||
#endif
|
||||
#define INVERT_E1_DIR false
|
||||
#define INVERT_E2_DIR false
|
||||
#define INVERT_E3_DIR false
|
||||
|
|
|
@ -1739,12 +1739,8 @@
|
|||
// @section extruder
|
||||
|
||||
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
||||
#ifdef SPRO_INVERTED_E
|
||||
#if ENABLED(SPRO_TMC2209)
|
||||
#define INVERT_E0_DIR true
|
||||
#else
|
||||
#if ENABLED(SPRO_INVERTED_E) && DISABLED(SPRO_TMC2209)
|
||||
#define INVERT_E0_DIR false
|
||||
#endif
|
||||
#else
|
||||
#define INVERT_E0_DIR true
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue