My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
thisiskeithb 3162d378ff Add Ender-5 leadscrew README (#16424) 4 年前
..
Configuration.h Update comments re: NOZZLE_AS_PROBE 4 年前
Configuration_adv.h Add FILAMENT_UNLOAD_PURGE_FEEDRATE (#16372) 4 年前
README.md Add Ender-5 leadscrew README (#16424) 4 年前
_Bootscreen.h Update (c) comments (#14584) 5 年前
_Statusscreen.h Update (c) comments (#14584) 5 年前

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 ½ 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.