Browse Source

Add Ender-5 leadscrew README (#16424)

thisiskeithb 4 years ago
parent
commit
3162d378ff
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      config/examples/Creality/Ender-5/README.md

+ 13
- 0
config/examples/Creality/Ender-5/README.md View File

@@ -0,0 +1,13 @@
1
+# Creality Ender-5 Leadscrew Changes
2
+
3
+In mid-to-late 2019, Creality upgraded the base Ender-5 leadscrew to the same one used on the Ender-5 Pro which prevents the bed from dropping once power is cut.
4
+
5
+If your machine shipped with the upgraded leadscrew (or if your prints are 1/2 as tall as they should be), change your Z steps from `400` to `800` in `Configuration.h`:
6
+
7
+Before:
8
+`DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 400, 93 }`
9
+
10
+After:
11
+`DEFAULT_AXIS_STEPS_PER_UNIT   { 80, 80, 800, 93 }`
12
+
13
+Or by sending `M92 Z800` followed by `M500` after updating your firmware.

Loading…
Cancel
Save