Skip to content

Instantly share code, notes, and snippets.

@adjavaherian
Last active October 11, 2016 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adjavaherian/4d874c3db832ea23241eab8f5544a9c2 to your computer and use it in GitHub Desktop.
Save adjavaherian/4d874c3db832ea23241eab8f5544a9c2 to your computer and use it in GitHub Desktop.
new y hardware 51.50
< 7:48:02 PM: echo: M92 X84.06 Y83.88 Z2020.00 E98.80
(old steps value * software move) / hardware move = new steps value
83.88 * 50 / 51.50 = 81.43
< 8:54:16 PM: echo: M92 X84.06 Y81.43 Z2020.00 E98.80
========================M501
< 11:10:14 AM: echo: M92 X84.06 Y81.43 Z2020.00 E98.80
#measure real x distance at 50mm
new x 49.5
(old steps value * software move) / hardware move = new steps value
84.06 * 50 / 49.5 = 84.90
M92 X84.90
#measure real y distance at 50mm
new y 50.5
(old steps value * software move) / hardware move = new steps value
81.43 * 50 / 50.5 = 80.62
M92 Y80.62
STORE M500
M501
< 11:17:45 AM: echo: M92 X84.90 Y80.62 Z2020.00 E98.80
========================M501
< 8:04:46 PM: echo: M92 X84.90 Y80.62 Z2020.00 E98.80
#measure real x distance at 50mm
new x 55
(old steps value * software move) / hardware move = new steps value
84.90 * 50 / 53 = 80.09
M92 X80.09
STORE M500
========================M501 Z-Coupler Update
< 10:38:56 PM: echo: M92 X80.09 Y80.62 Z2020.00 E98.80
#measure real Z part at 10mm
new z 9.75
(old steps value * software move) / hardware move = new steps value
2020.00 * 10 / 9.75 = 2071.79
M92 Z2071.79
STORE M500
========================M501 X Update
< 12:14:09 AM: echo: M92 X80.09 Y80.62 Z2071.79 E98.80
#measure real X part at 10mm
new x 10.12
(old steps value * software move) / hardware move = new steps value
80.09 * 10 / 10.12 = 79.14
M92 X79.14
STORE M500
========================M501 Y Update
< 12:18:37 AM: echo: M92 X79.14 Y80.62 Z2071.79 E98.80
#measure real Y part at 5mm
new x 5.15
(old steps value * software move) / hardware move = new steps value
80.62 * 5 / 5.15 = 78.27
M92 Y78.27
STORE M500
========================M501 Z-Coupler Update
< 2:47:11 PM: echo: M92 X79.14 Y78.27 Z2071.79 E98.80
#measure real Z part at 10mm
new z 10.10
(old steps value * software move) / hardware move = new steps value
2071.79 * 10 / 10.10 = 2051.27
M92 Z2051.27
STORE M500
========================M501 X Update
< 3:33:59 PM: echo: M92 X79.14 Y78.27 Z2051.27 E98.80
#measure real X part at 10mm
new x 9.84
(old steps value * software move) / hardware move = new steps value
79.14 * 10 / 9.84 = 80.42
M92 X80.42
STORE M500
========================M501 Y Update
< 3:36:22 PM: echo: M92 X80.42 Y78.27 Z2051.27 E98.80
#measure real Y part at 5mm
new y 4.94
(old steps value * software move) / hardware move = new steps value
78.27 * 5 / 4.94 = 79.22
M92 Y79.22
STORE M500
========================M501 Y Update
< 4:03:51 PM: echo: M92 X80.42 Y79.22 Z2051.27 E98.80
#measure real Y part at 5mm
new y 4.84
(old steps value * software move) / hardware move = new steps value
79.22 * 5 / 4.84 = 81.83
M92 Y81.83
STORE M500
========================M501 E Update
< 3:01:39 PM: echo: M92 X80.42 Y83.46 Z2051.27 E98.80
#measure real E part at 10mm
new z 9mm
(old steps value * software move) / hardware move = new steps value
98.80 * 10 / 9 = 109.77
M92 E109.77
STORE M500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment