mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-07-06 22:47:35 -06:00
![]() MarlinFirmware/Marlin#27113 Co-Authored-By: Mihai <299015+mh-dm@users.noreply.github.com> |
||
---|---|---|
.. | ||
BigTreeTech SKR E3 Turbo | ||
BigTreeTech SKR E3 Turbo with BLTouch | ||
BigTreeTech SKR Mini E3 1.2 | ||
BigTreeTech SKR Mini E3 2.0 | ||
BigTreeTech SKR Mini E3 3.0 with BLTouch | ||
Creality free-runs | ||
CrealityV1 | ||
CrealityV427 | ||
CrealityV427 with BLTouch | ||
README.md |
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.