mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-07 14:03:56 -06:00
Fix Ender-5 Z axis settings (#14605)
This commit is contained in:
parent
d2f20803ba
commit
bcbd2ff21c
2 changed files with 2 additions and 2 deletions
|
@ -998,7 +998,7 @@
|
|||
// Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
|
||||
#define INVERT_X_DIR true
|
||||
#define INVERT_Y_DIR true
|
||||
#define INVERT_Z_DIR false
|
||||
#define INVERT_Z_DIR true
|
||||
|
||||
// @section extruder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue