delta / rostock calibration video
Posted: Wed May 01, 2013 12:33 am
found this on youtube today while browsing for other stuff. thought it was real handy to set scripts up in repetier for easier z height adjustments.
http://www.youtube.com/watch?v=XmP9JQPAlr4
use the calibration points from genes manual though.
for z axis (script 1)
;adjust z height
g28
g0 z0 y110 f1200
for y axis (script 2)
;adjust y height
g28
g0 z0 x70 y-30 f1200
for x axis (script3)
;adjust x height
g28
g0 z0 x-70 y-30 f1200
for center (script 4)
;center check
g28
g0 z0 f1200
http://www.youtube.com/watch?v=XmP9JQPAlr4
use the calibration points from genes manual though.
for z axis (script 1)
;adjust z height
g28
g0 z0 y110 f1200
for y axis (script 2)
;adjust y height
g28
g0 z0 x70 y-30 f1200
for x axis (script3)
;adjust x height
g28
g0 z0 x-70 y-30 f1200
for center (script 4)
;center check
g28
g0 z0 f1200