Configurations/config/examples/Creality/Ender-5
Jason Smith 344b5a83cb
Update SERIAL_DMA and FREEZE_FEATURE comments (#1043)
* 🐛 HC32 - Add SERIAL_DMA, fix SDIO and MEATPACK
Co-authored-by: Chris <52449218+shadow578@users.noreply.github.com>

* 📝Improve Freeze Feature comment
Co-authored-by: InsanityAutomation <38436470+InsanityAutomation@users.noreply.github.com>
2024-04-20 15:35:39 -07:00
..
BigTreeTech SKR E3 Turbo Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
BigTreeTech SKR E3 Turbo with BLTouch Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
BigTreeTech SKR Mini E3 1.2 Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
BigTreeTech SKR Mini E3 2.0 Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
BigTreeTech SKR Mini E3 3.0 with BLTouch Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
Creality free-runs Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
CrealityV1 Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
CrealityV427 Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
CrealityV427 with BLTouch Update SERIAL_DMA and FREEZE_FEATURE comments (#1043) 2024-04-20 15:35:39 -07:00
README.md Marlin 2.0.2 configurations 2020-01-14 19:15:31 -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.