JohnJohn
(John Johnson)
August 17, 2023, 10:03am
4
1000 mm/ min is very slow for a Sculpfun S9.
6000 mm/min is the max rate ($110, $111) for this other user’s S9.
I checked today the console and its back to this
Waiting for connection…
error:7
EEPROM read failed. Reset and restored to default values.
$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=1
$100=80.000
$101=80.000
$102=250.000
$110=6000.000
$111=6000.000
$112=1000.000
$120=1000.000
$121=1000.000
$122=10.000
$130=410.000
$131=400.000
$132=200.000
Grbl 1.1f …
If the engraver is set up properly and on a stable bench you should be able to engrave at the speeds you’ve selected.
Engraving at speeds above the max rate setting can have some strange effects. Your speed and power settings may need further adjustment after your change to Max Rate.
Settings and their definitions here if you’re interested:
## Getting Started
First, connect to Grbl using the serial terminal of your choice.
Set the baud rate to **115200** as 8-N-1 (8-bits, no parity, and 1-stop bit.)
Once connected
you should get the Grbl-prompt, which looks like this:
```
Grbl 1.1d ['$' for help]
```
Type $ and press enter to have Grbl print a help message. You should not see any local echo of the $ and enter. Grbl should respond with:
```
[HLP:$$ $# $G $I $N $x=val $Nx=line $J=line $SLP $C $X $H ~ ! ? ctrl-x]
```
The ‘$’-commands are Grbl system commands used to tweak the settings, view or change Grbl's states and running modes, and start a homing cycle. The last four **non**-'$' commands are realtime control commands that can be sent at anytime, no matter what Grbl is doing. These either immediately change Grbl's running behavior or immediately print a report of the important realtime data like current position (aka DRO).
This file has been truncated. show original