Bob Kuhn 1ad53cee1f Improved STMicro L64XX stepper driver support (#16452) | 4 роки тому | |
---|---|---|
.. | ||
Configuration.h | 4 роки тому | |
Configuration_adv.h | 4 роки тому | |
README.md | 4 роки тому | |
_Bootscreen.h | 5 роки тому | |
_Statusscreen.h | 5 роки тому |
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 ½ 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.