Skip to content

Commit

Permalink
Invert E dir of Geeetech A10 (#16149)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschuerg authored and thinkyhead committed Dec 11, 2019
1 parent 98814e1 commit 50688f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/examples/Geeetech/A10/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1010,12 +1010,12 @@
// @section extruder

// For direct drive extruder v9 set to true, for geared extruder set to false.
#define INVERT_E0_DIR false
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false
#define INVERT_E4_DIR false
#define INVERT_E5_DIR false
#define INVERT_E0_DIR true
#define INVERT_E1_DIR false // unused, the A10 only has one extruder by default
#define INVERT_E2_DIR false // unused, the A10 only has one extruder by default
#define INVERT_E3_DIR false // unused, the A10 only has one extruder by default
#define INVERT_E4_DIR false // unused, the A10 only has one extruder by default
#define INVERT_E5_DIR false // unused, the A10 only has one extruder by default

// @section homing

Expand Down

0 comments on commit 50688f0

Please sign in to comment.