Skip to content

Instantly share code, notes, and snippets.

@ednisley
Created August 20, 2019 19:20
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ednisley/ed8578982bedc95413089d4d50da6bc8 to your computer and use it in GitHub Desktop.
Save ednisley/ed8578982bedc95413089d4d50da6bc8 to your computer and use it in GitHub Desktop.
CNC 3018-Pro GRBL configuration files
$0=10
$1=25
$2=0
$3=5
$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=1600.000
$101=1600.000
$102=1600.000
$110=1000.000
$111=1000.000
$112=800.000
$120=30.000
$121=30.000
$122=30.000
$130=200.000
$131=200.000
$132=200.000
$0=10
$1=100
$2=0
$3=5
$4=0
$5=0
$6=0
$10=1
$11=0.010
$12=0.020
$13=0
$20=1
$21=0
$22=1
$23=0
$24=100.000
$25=1000.000
$26=25
$27=1.000
$30=1000
$31=0
$32=0
$100=1600.000
$101=1600.000
$102=1600.000
$110=1100.000
$111=1100.000
$112=1100.000
$120=3000.000
$121=3000.000
$122=3000.000
$130=299.000
$131=179.000
$132=44.000
ok
[G54:-147.000,-90.600,-1.500]
[G55:0.000,0.000,0.000]
[G56:0.000,0.000,0.000]
[G57:0.000,0.000,0.000]
[G58:0.000,0.000,0.000]
[G59:0.000,0.000,0.000]
[G28:0.000,0.000,0.000]
[G30:0.000,0.000,0.000]
[G92:0.000,0.000,0.000]
[TLO:0.000]
[PRB:0.000,0.000,0.000:0]
ok
@wrueth
Copy link

wrueth commented Jan 6, 2021

Have you gotten this machine to work with software like==>> Candle, cncjs, putty, etc???
I have NOT!!, putty connects and gives:
Grbl 1.1f ['$' for help]
|_| <<=== yellow block
Key in $ '$" $$ $# yields nothing

Candle, cncjs goes no place.
Bill (wrueth)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment