Skip to content

Commit cbd31cc

Browse files
committed
Update README.md
1 parent 8fb62ac commit cbd31cc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ grblHAL's HAL interface is based on function pointers that may be used to add fu
44

55
NOTE: A plugin needs to be supported by the processor specific driver - as a minimum a initialization call has to be made.
66

7-
* [EEPROM](../Plugin_EEPROM/README.md) - for non-volatile storage of settings/data on an external EEPROM or FRAM.
7+
* [EEPROM](https://github.com/grblHAL/Plugin_EEPROM/README.md) - for non-volatile storage of settings/data on an external EEPROM or FRAM.
88

9-
* [Encoder](../Plugin_encoder/README.md) - for adjusting overrides<sup>1</sup>. Support for jogging is planned.
9+
* [Encoder](https://github.com/grblHAL/Plugin_encoder/README.md) - for adjusting overrides<sup>1</sup>. Support for jogging is planned.
1010

11-
* [Keypad](../Plugin_I2C_keypad/README.md) - for I2C based keypad<sup>1</sup>. Support for jogging etc. [This](https://github.com/terjeio/I2C-interface-for-4x4-keyboard) is an example of an implementation.
11+
* [Keypad](https://github.com/grblHAL/Plugin_I2C_keypad/README.md) - for I2C based keypad<sup>1</sup>. Support for jogging etc. [This](https://github.com/terjeio/I2C-interface-for-4x4-keyboard) is an example of an implementation.
1212

13-
* [Networking](../Plugin_networking/README.md) - for telnet or websocket communication<sup>2</sup>.
13+
* [Networking](https://github.com/grblHAL/Plugin_networking/README.md) - for telnet or websocket communication<sup>2</sup>.
1414

15-
* [Odometer](../Plugin_odometer/README.md) - for logging of distances travelled and machining time. __NOTE:__ For review.
15+
* [Odometer](https://github.com/grblHAL/Plugin_odometer/README.md) - for logging of distances travelled and machining time. __NOTE:__ For review.
1616

17-
* [Plasma/THC](../Plugin_plasma/README.md) - for plasma machines<sup>1</sup>. __NOTE:__ Under development, testers wanted.
17+
* [Plasma/THC](https://github.com/grblHAL/Plugin_plasma/README.md) - for plasma machines<sup>1</sup>. __NOTE:__ Under development, testers wanted.
1818

19-
* [SD card](../Plugin_SD_card/README.md) - for executing gcode stored on SD card.
19+
* [SD card](https://github.com/grblHAL/Plugin_SD_card/README.md) - for executing gcode stored on SD card.
2020

21-
* [Spindle](../Plugins_spindle/README.md) - for spindles controlled via MODBUS. __NOTE:__ Not yet verified, testers wanted.
21+
* [Spindle](https://github.com/grblHAL/Plugins_spindle/README.md) - for spindles controlled via MODBUS. __NOTE:__ Not yet verified, testers wanted.
2222

23-
* [Trinamic](../Plugins_motor/README.md) - for Trinamic TMC2130 stepper drivers controlled via SPI or I2C<sup>1</sup>.
23+
* [Trinamic](https://github.com/grblHAL/Plugins_motor/README.md) - for Trinamic TMC2130 stepper drivers controlled via SPI or I2C<sup>1</sup>.
2424

25-
* [Laser/PPI](../Plugins_laser/README.md) - for laser machines. __NOTE:__ Under development, testers wanted.
25+
* [Laser/PPI](https://github.com/grblHAL/Plugins_laser/README.md) - for laser machines. __NOTE:__ Under development, testers wanted.
2626

27-
* [Laser/Coolant](../Plugins_laser/README.md) - for laser machines. __NOTE:__ Under development, testers wanted.
27+
* [Laser/Coolant](https://github.com/grblHAL/Plugins_laser/README.md) - for laser machines. __NOTE:__ Under development, testers wanted.
2828

2929
<sup>1</sup> Plugin has $-settings, adding or removing it may cause settings for other plugins to be reset to default values.
3030
<sup>2</sup> Driver support code has $-settings, adding or removing this may cause settings for other plugins to be reset to default values.

0 commit comments

Comments
 (0)