Topic: Asymmetric steps for threadless ball screw in new firmware
Apparently with the threadless ball screw there is the issue that movement is not symmetrical, i.e. the amount of steps per mm is not the same upwards and downwards. The latest firmware contains a small patch that allows the definition of different number of steps for the negative movement direction (for the Z axis, that would be TOWARDS the extruder, so moving the bed upwards).
Get the latest firmware from https://github.com/ozadr1an/Solidoodle- … in_v1_beta and set DEFAULT_AXIS_STEPS_PER_UNIT to the amount needed for a downwards movement (positive movement in the printer reference system), and uncomment
#define AXIS_STEPS_NEGATIVE {88,88,2268,138}by changing the value for the Z axis (the third) to the amount needed for an upward movement (negative movement).
Any comment is appreciated, as I don't have a threadless ball screw and I don't know if this is useful at all.
