-
Notifications
You must be signed in to change notification settings - Fork 86
/
.gitmodules
54 lines (54 loc) · 1.5 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
[submodule "grbl"]
path = grbl
url = https://github.com/grblHAL/core
[submodule "eeprom"]
path = eeprom
url = https://github.com/grblHAL/Plugin_EEPROM
[submodule "keypad"]
path = keypad
url = https://github.com/grblHAL/Plugin_I2C_keypad
[submodule "odometer"]
path = odometer
url = https://github.com/grblHAL/Plugin_odometer
[submodule "sdcard"]
path = sdcard
url = https://github.com/grblHAL/Plugin_SD_card
[submodule "spindle"]
path = spindle
url = https://github.com/grblHAL/Plugins_spindle
[submodule "laser"]
path = laser
url = https://github.com/grblHAL/Plugins_laser
[submodule "motors"]
path = motors
url = https://github.com/grblHAL/Plugins_motor
[submodule "trinamic"]
path = trinamic
url = https://github.com/terjeio/Trinamic-library
[submodule "bluetooth"]
path = bluetooth
url = https://github.com/grblHAL/Plugins_Bluetooth
[submodule "embroidery"]
path = embroidery
url = https://github.com/grblHAL/Plugin_embroidery
[submodule "lwip"]
path = lwip
url = https://github.com/grblHAL/lwip
[submodule "networking"]
path = networking
url = https://github.com/grblHAL/Plugin_networking
[submodule "encoder"]
path = encoder
url = https://github.com/grblHAL/Plugin_encoder
[submodule "fans"]
path = fans
url = https://github.com/grblHAL/Plugin_fans/
[submodule "plasma"]
path = plasma
url = https://github.com/grblHAL/Plugin_plasma/
[submodule "webui"]
path = webui
url = https://github.com/grblHAL/Plugin_WebUI/
[submodule "plugins"]
path = plugins
url = https://github.com/grblHAL/Plugins_misc/