This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/config/examples/Creality/Ender-5
2020-01-02 20:41:50 -06:00
..
_Bootscreen.h Update (c) comments (#14584) 2019-07-11 13:48:15 -05:00
_Statusscreen.h Update (c) comments (#14584) 2019-07-11 13:48:15 -05:00
Configuration.h Update comments re: NOZZLE_AS_PROBE 2020-01-01 19:41:23 -06:00
Configuration_adv.h Add FILAMENT_UNLOAD_PURGE_FEEDRATE (#16372) 2020-01-01 21:56:58 -06:00
README.md Add Ender-5 leadscrew README (#16424) 2020-01-02 20:41:50 -06:00

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.