Currently just printing 10mm cubes..
I looked at the original offsets for I started messing about...
Code: Select all
SENT: M92
READ: echo: M92 X88.91 Y88.91 Z400.00 E100.00
A bit of numbercrunching later...
Code: Select all
New M92 value = Desired movement / Actual movement * Current M92 value
X
10 / 10.22 * 88.91 = 86.99608610567515
Y
10 / 10.17 * 88.91 = 87.42379547689282
M92 X86.99 Y87.42
M500
Y new
10 / 9.97 * 87.42 = 87.68304914744233
X new
10 / 10.13 * 86.99 = 84.45631067961165
M92 X84.456 Y87.683
M500
