Added 4.axes (A) and moved default settings to defaults.h and cpu-map.h
This commit is contained in:
@ -51,6 +51,7 @@ $27=1.000
|
||||
$30=1000.
|
||||
$31=0.
|
||||
$32=0
|
||||
$33=5000
|
||||
$100=250.000
|
||||
$101=250.000
|
||||
$102=250.000
|
||||
@ -63,6 +64,9 @@ $122=10.000
|
||||
$130=200.000
|
||||
$131=200.000
|
||||
$132=200.000
|
||||
$140=0.000
|
||||
$141=0.000
|
||||
$142=0.000
|
||||
```
|
||||
|
||||
#### $x=val - Save Grbl setting
|
||||
@ -227,6 +231,10 @@ When enabled, Grbl will move continuously through consecutive `G1`, `G2`, or `G3
|
||||
|
||||
When disabled, Grbl will operate as it always has, stopping motion with every `S` spindle speed command. This is the default operation of a milling machine to allow a pause to let the spindle change speeds.
|
||||
|
||||
#### $33 - Spindle/Laser PWM frequency
|
||||
|
||||
This sets the PWM frequency.
|
||||
|
||||
#### $100, $101 and $102 – [X,Y,Z] steps/mm
|
||||
|
||||
Grbl needs to know how far each step will take the tool in reality. To calculate steps/mm for an axis of your machine you need to know:
|
||||
|
Reference in New Issue
Block a user