/
Squashed print
Squashed print
Some Ender 5 come with a new Z Axis lead screw with a step per milimeters of 800 instead of 400. If your firmware still use 400 step/mm, all print will look squased and with half the z height.
GCode only
You can easily update the printed settings by sending gocde : M92 Z800
Marlin 2.0.X and Marlin 1.1.X
In the Configuration.h
file, edit the DEFAULT_AXIS_STEPS_PER_UNIT
instruction:
#define DEFAULT_AXIS_STEPS_PER_UNIT { 80, 80, 800, 93 }
TH3D
In the Configuration.h
file, uncomment the line 422:
#define ENDER5_NEW_LEADSCREW
Related content
Mods
Mods
More like this
Bad origin
Bad origin
More like this
How To use Linear Advance on Ender 3/5
How To use Linear Advance on Ender 3/5
More like this
How To Calibrate the Extruder Steps (Ender-3 / Ender-5 / CR-10)
How To Calibrate the Extruder Steps (Ender-3 / Ender-5 / CR-10)
More like this
ESTEPS ENDER
ESTEPS ENDER
More like this
Auto Leveling
Auto Leveling
More like this