2,552
edits
Changes
→Equation
<code>New_Value = Current_Value / Actual_Distance * Desired_Distance</code>
So if the current value for X was 80 and the printer only moved 97mm when trying to move 100mm, the equation would be: <code>97 * 80 / 97 * 100</code>
The new X Steps Per mm to 77.6