|
|
@ -1,4 +1,5 @@
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
***
|
|
|
|
***
|
|
|
|
_Click the `Release` tab to download pre-compiled `.bin` files or just [click here](https://github.com/gnea/grbl-LPC/releases)_
|
|
|
|
_Click the `Release` tab to download pre-compiled `.bin` files or just [click here](https://github.com/gnea/grbl-LPC/releases)_
|
|
|
|
***
|
|
|
|
***
|
|
|
@ -19,7 +20,6 @@ Usage notes:
|
|
|
|
* Laser mode: ON ($32)
|
|
|
|
* Laser mode: ON ($32)
|
|
|
|
* Minimum S value: 0.0 ($31)
|
|
|
|
* Minimum S value: 0.0 ($31)
|
|
|
|
* Maximum S value: 1.0 ($30)
|
|
|
|
* Maximum S value: 1.0 ($30)
|
|
|
|
* Homing not tested
|
|
|
|
|
|
|
|
* Hard limits not yet ported
|
|
|
|
* Hard limits not yet ported
|
|
|
|
* Control inputs not yet ported (e.g. Cycle Start and Safety Door switches)
|
|
|
|
* Control inputs not yet ported (e.g. Cycle Start and Safety Door switches)
|
|
|
|
|
|
|
|
|
|
|
@ -57,12 +57,12 @@ Grbl includes full acceleration management with look ahead. That means the contr
|
|
|
|
***
|
|
|
|
***
|
|
|
|
|
|
|
|
|
|
|
|
### Official Supporters of the Grbl CNC Project
|
|
|
|
### Official Supporters of the Grbl CNC Project
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
***
|
|
|
|
***
|
|
|
|
|
|
|
|
|
|
|
|
##Update Summary for v1.1
|
|
|
|
## Update Summary for v1.1
|
|
|
|
- **IMPORTANT:** Your EEPROM will be wiped and restored with new settings. This is due to the addition of two new spindle speed '$' settings.
|
|
|
|
- **IMPORTANT:** Your EEPROM will be wiped and restored with new settings. This is due to the addition of two new spindle speed '$' settings.
|
|
|
|
|
|
|
|
|
|
|
|
- **Real-time Overrides** : Alters the machine running state immediately with feed, rapid, spindle speed, spindle stop, and coolant toggle controls. This awesome new feature is common only on industrial machines, often used to optimize speeds and feeds while a job is running. Most hobby CNC's try to mimic this behavior, but usually have large amounts of lag. Grbl executes overrides in realtime and within tens of milliseconds.
|
|
|
|
- **Real-time Overrides** : Alters the machine running state immediately with feed, rapid, spindle speed, spindle stop, and coolant toggle controls. This awesome new feature is common only on industrial machines, often used to optimize speeds and feeds while a job is running. Most hobby CNC's try to mimic this behavior, but usually have large amounts of lag. Grbl executes overrides in realtime and within tens of milliseconds.
|
|
|
|