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

Add Ender-5 leadscrew readme #16424

Merged
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
13 changes: 13 additions & 0 deletions config/examples/Creality/Ender-5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Creality Ender-5 Leadscrew Changes

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.

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`:

Before:
`DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 400, 93 }`

After:
`DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 800, 93 }`

Or by sending `M92 Z800` followed by `M500` after updating your firmware.