-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
9,471 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<img width="100px" src="https://github.com/grblHAL/.github/blob/main/media/grblHAL.svg"></img> | ||
|
||
## The ultimate [Grbl](https://github.com/gnea/grbl) port: | ||
|
||
* available for many [32 bit processors](https://github.com/grblHAL/drivers) and [controllers](https://github.com/grblHAL/Controllers). | ||
* hardware abstracted \(HAL\) architecture with processor specific drivers and [shared core](https://github.com/grblHAL/core). | ||
* [open](http://svn.io-engineering.com/grblHAL/html/hal_8h.html) architecture supports [3rd party drivers](https://github.com/dresco/STM32H7xx) and [plugins](https://github.com/grblHAL/plugins), including [user defined](https://github.com/grblHAL/Templates) plugins. | ||
* [extended gcode support](https://github.com/grblHAL/core#supported-g-codes): tool changes, canned cycles, extra inputs and outputs, optional parameter and expression handling, ... | ||
* [networking](https://github.com/grblHAL/Plugin_networking/) \(WiFi or ethernet\) and [SD card](https://github.com/grblHAL/Plugin_SD_card/) options available for some controllers. [WebUI](https://github.com/grblHAL/Plugin_WebUI) options. | ||
* [Web Builder](http://svn.io-engineering.com:8080) available for the most popular processors, no need to install a toolchain for creating the firmware. | ||
|
||
[Wiki](https://github.com/grblHAL/core/wiki), general [issues](https://github.com/grblHAL/core/issues) and [discussions](https://github.com/grblHAL/core/discussions) are found in the [core repository](https://github.com/grblHAL/core). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<img width="100px" src="https://github.com/grblHAL/.github/blob/main/media/grblHAL.svg"></img> | ||
|
||
## The ultimate [Grbl](https://github.com/gnea/grbl) port: | ||
|
||
* available for many [32 bit processors](https://github.com/grblHAL/drivers) and [controllers](https://github.com/grblHAL/Controllers). | ||
* hardware abstracted \(HAL\) architecture with processor specific drivers and [shared core](https://github.com/grblHAL/core). | ||
* [open](http://svn.io-engineering.com/grblHAL/html/hal_8h.html) architecture supports [3rd party drivers](https://github.com/dresco/STM32H7xx) and [plugins](https://github.com/grblHAL/plugins), including [user defined](https://github.com/grblHAL/Templates) plugins. | ||
* [extended GCode support](https://github.com/grblHAL/core#supported-g-codes): [tool changes](https://github.com/grblHAL/core/wiki/Manual,-semi-automatic-and-automatic-tool-change), canned cycles, extra inputs and outputs, optional [parameter and expression](https://github.com/grblHAL/core/wiki/Expressions-and-flow-control) handling, ... | ||
* [networking](https://github.com/grblHAL/Plugin_networking/) \(WiFi or ethernet\) and [SD card](https://github.com/grblHAL/Plugin_SD_card/) options available for some controllers. [WebUI](https://github.com/grblHAL/Plugin_WebUI) options. | ||
* [Web Builder](http://svn.io-engineering.com:8080) available for the most popular processors, no need to install a toolchain for creating the firmware. | ||
* works with all mainstream GCode senders, some may require [compatibility level](https://github.com/grblHAL/core/wiki/Compatibility-level) set to function properly. | ||
|
||
[Wiki](https://github.com/grblHAL/core/wiki), general [issues](https://github.com/grblHAL/core/issues), [discussions](https://github.com/grblHAL/core/discussions) and [changelog](https://github.com/grblHAL/core/blob/master/changelog.md) are found in the [core repository](https://github.com/grblHAL/core). |
Oops, something went wrong.