Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invert E direction of Geeetech A10 #16149

Merged
merged 1 commit into from
Dec 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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