335
edits
(One intermediate revision by the same user not shown) | |||
Line 33: | Line 33: | ||
<code>/dev/serial/by-id/usb-Arduino__www.arduino.cc__0043_7533531343735110F120-if00</code> | <code>/dev/serial/by-id/usb-Arduino__www.arduino.cc__0043_7533531343735110F120-if00</code> | ||
<b>[https://github.com/Schildkroet/Candle2/releases/tag/latest this software CANDLE2 seems to work to move it around, but]</b> | |||
<i><b>the machine's Grbl settings are not calibrated, so it thinks a centimeter is about 8mm!!!!!</i></b> | |||
Connecing to it at 115200 baud, when pressing the reset button it says this: | Connecing to it at 115200 baud, when pressing the reset button it says this: | ||
<code>Grbl 1.1f ['$' for help]</code> | <code>Grbl 1.1f ['$' for help]</code> | ||
after $ and $$ queries, these are the responses: | |||
<code>[HLP:$$ $# $G $I $N $x=val $Nx=line $J=line $SLP $C $X $H ~ ! ? ctrl-x] | |||
ok | |||
$0=10 | |||
$1=25 | |||
$2=0 | |||
$3=0 | |||
$4=0 | |||
$5=0 | |||
$6=0 | |||
$10=1 | |||
$11=0.010 | |||
$12=0.002 | |||
$13=0 | |||
$20=0 | |||
$21=0 | |||
$22=0 | |||
$23=0 | |||
$24=25.000 | |||
$25=500.000 | |||
$26=250 | |||
$27=1.000 | |||
$30=1000 | |||
$31=0 | |||
$32=0 | |||
$100=250.000 | |||
$101=250.000 | |||
$102=250.000 | |||
$110=500.000 | |||
$111=500.000 | |||
$112=500.000 | |||
$120=10.000 | |||
$121=10.000 | |||
$122=10.000 | |||
$130=200.000 | |||
$131=200.000 | |||
$132=200.000 | |||
ok | |||
</code> | |||
[https://web.archive.org/web/20190331225723/https://wiki.shapeoko.com/index.php/Grbl_Configuration here is an incorrect Grbl Configuration on archive.org] | |||
[https://web.archive.org/web/20190924072420/https://github.com/grbl/grbl/wiki/Configuring-Grbl-v0.8 here is some info on configuring Grbl v0.8] | |||
[https://github.com/gnea/grbl/wiki/Grbl-v1.1-Configuration here's a page about Grbl v1.1 which we have] | |||
It runs GRBL firmware. Commands such as "X10" or "Y-20" or "X15 Y20 Z15" work to move things around. There is no command for spindle control because it's not connected to the board. | It runs GRBL firmware. Commands such as "X10" or "Y-20" or "X15 Y20 Z15" work to move things around. There is no command for spindle control because it's not connected to the board. |