You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,27 @@ grblHAL's HAL interface is based on function pointers that may be used to add fu
4
4
5
5
NOTE: A plugin needs to be supported by the processor specific driver - as a minimum a initialization call has to be made.
6
6
7
-
*[EEPROM](https://github.com/grblHAL/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/) - for non-volatile storage of settings/data on an external EEPROM or FRAM.
8
8
9
-
*[Encoder](https://github.com/grblHAL/Plugin_encoder/README.md) - for adjusting overrides<sup>1</sup>. Support for jogging is planned.
9
+
*[Encoder](https://github.com/grblHAL/Plugin_encoder/) - for adjusting overrides<sup>1</sup>. Support for jogging is planned.
10
10
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.
11
+
*[Keypad](https://github.com/grblHAL/Plugin_I2C_keypad/) - 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.
12
12
13
-
*[Networking](https://github.com/grblHAL/Plugin_networking/README.md) - for telnet or websocket communication<sup>2</sup>.
13
+
*[Networking](https://github.com/grblHAL/Plugin_networking/) - for telnet or websocket communication<sup>2</sup>.
14
14
15
-
*[Odometer](https://github.com/grblHAL/Plugin_odometer/README.md) - for logging of distances travelled and machining time. __NOTE:__ For review.
15
+
*[Odometer](https://github.com/grblHAL/Plugin_odometer/) - for logging of distances travelled and machining time. __NOTE:__ For review.
16
16
17
-
*[Plasma/THC](https://github.com/grblHAL/Plugin_plasma/README.md) - for plasma machines<sup>1</sup>. __NOTE:__ Under development, testers wanted.
17
+
*[Plasma/THC](https://github.com/grblHAL/Plugin_plasma/) - for plasma machines<sup>1</sup>. __NOTE:__ Under development, testers wanted.
18
18
19
-
*[SD card](https://github.com/grblHAL/Plugin_SD_card/README.md) - for executing gcode stored on SD card.
19
+
*[SD card](https://github.com/grblHAL/Plugin_SD_card/) - for executing gcode stored on SD card.
20
20
21
-
*[Spindle](https://github.com/grblHAL/Plugins_spindle/README.md) - for spindles controlled via MODBUS. __NOTE:__ Not yet verified, testers wanted.
21
+
*[Spindle](https://github.com/grblHAL/Plugins_spindle/) - for spindles controlled via MODBUS. __NOTE:__ Not yet verified, testers wanted.
22
22
23
-
*[Trinamic](https://github.com/grblHAL/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/) - for Trinamic TMC2130 stepper drivers controlled via SPI or I2C<sup>1</sup>.
24
24
25
-
*[Laser/PPI](https://github.com/grblHAL/Plugins_laser/README.md) - for laser machines. __NOTE:__ Under development, testers wanted.
25
+
*[Laser/PPI](https://github.com/grblHAL/Plugins_laser/) - for laser machines. __NOTE:__ Under development, testers wanted.
26
26
27
-
*[Laser/Coolant](https://github.com/grblHAL/Plugins_laser/README.md) - for laser machines. __NOTE:__ Under development, testers wanted.
27
+
*[Laser/Coolant](https://github.com/grblHAL/Plugins_laser/) - for laser machines. __NOTE:__ Under development, testers wanted.
28
28
29
29
<sup>1</sup> Plugin has $-settings, adding or removing it may cause settings for other plugins to be reset to default values.
30
30
<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