Browse Source

Fix Ender-5 Z axis settings (#14605)

thisiskeithb 5 years ago
parent
commit
bcbd2ff21c

+ 1
- 1
config/examples/Creality/Ender-5/Configuration.h View File

@@ -998,7 +998,7 @@
998 998
 // Invert the stepper direction. Change (or reverse the motor connector) if an axis goes the wrong way.
999 999
 #define INVERT_X_DIR true
1000 1000
 #define INVERT_Y_DIR true
1001
-#define INVERT_Z_DIR false
1001
+#define INVERT_Z_DIR true
1002 1002
 
1003 1003
 // @section extruder
1004 1004
 

+ 1
- 1
config/examples/Creality/Ender-5/Configuration_adv.h View File

@@ -638,7 +638,7 @@
638 638
 #define DEFAULT_STEPPER_DEACTIVE_TIME 120
639 639
 #define DISABLE_INACTIVE_X true
640 640
 #define DISABLE_INACTIVE_Y true
641
-#define DISABLE_INACTIVE_Z true  // Set to false if the nozzle will fall down on your printed part when print has finished.
641
+#define DISABLE_INACTIVE_Z false  // Set to false if the nozzle will fall down on your printed part when print has finished.
642 642
 #define DISABLE_INACTIVE_E true
643 643
 
644 644
 #define DEFAULT_MINIMUMFEEDRATE       0.0     // minimum feedrate

Loading…
Cancel
Save