Skip to content

Commit

Permalink
Reverse extruder direction
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezs committed Feb 28, 2024
1 parent 554242f commit 93b471a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1756,7 +1756,7 @@
// @section extruder

// For direct drive extruder v9 set to true, for geared extruder set to false.
#define INVERT_E0_DIR false
#define INVERT_E0_DIR true
#define INVERT_E1_DIR false
#define INVERT_E2_DIR false
#define INVERT_E3_DIR false
Expand Down

0 comments on commit 93b471a

Please sign in to comment.