Hi all;
I got my Shapeoko II with grblshield working now, but I seem to have a problem with scale of the axis movement. Everything seems to work (except X axis inverted for who knows why).
But when I try to do a sample print in easel, it moves way beyond the platform (work area 300mm) and hits the sides. Seems it is trying too big of a print (the screen shows the print to be about 180mm by 180mm.
I have it working in Universal G-code sender, but when I move say a step size of 10, (I assume that is 10mm?), it moves 25mm (maybe 25.4mm which would suggest a mm-inch conversion problem somewhere?)
This is the $$ info block from the UGCS:
Can anyone help?
$0=250.000 (x, step/mm)
$1=250.000 (y, step/mm)
$2=320.000 (z, step/mm)
$3=10 (step pulse, usec)
$4=250.000 (default feed, mm/min)
$5=500.000 (default seek, mm/min)
$6=160 (step port invert mask, int:10100000)
$7=25 (step idle delay, msec)
$8=10.000 (acceleration, mm/sec^2)
$9=0.050 (junction deviation, mm)
$10=0.100 (arc, mm/segment)
$11=25 (n-arc correction, int)
$12=3 (n-decimals, int)
$13=0 (report inches, bool)
$14=1 (auto start, bool)
$15=0 (invert step enable, bool)
$16=0 (hard limits, bool)
$17=0 (homing cycle, bool)
$18=0 (homing dir invert mask, int:00000000)
$19=25.000 (homing feed, mm/min)
$20=250.000 (homing seek, mm/min)
$21=100 (homing debounce, msec)
$22=1.000 (homing pull-off, mm)
ok