mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
Fix Geeetech/G2S mirrored feeder (#138)
This commit is contained in:
parent
b339c7a565
commit
6e6f652710
1 changed files with 1 additions and 1 deletions
|
@ -1187,7 +1187,7 @@
|
|||
|
||||
// For direct drive extruder v9 set to true, for geared extruder set to false.
|
||||
#define INVERT_E0_DIR true
|
||||
#define INVERT_E1_DIR true
|
||||
#define INVERT_E1_DIR false // Geeetech G2S usually comes with a "mirrored" feeder running in the opposite direction
|
||||
#define INVERT_E2_DIR true
|
||||
#define INVERT_E3_DIR true
|
||||
#define INVERT_E4_DIR true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue