-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy path.gitmodules
36 lines (36 loc) · 1.13 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
[submodule "main/grbl"]
path = main/grbl
url = https://github.com/grblHAL/core
[submodule "main/eeprom"]
path = main/eeprom
url = https://github.com/grblHAL/Plugin_EEPROM
[submodule "main/keypad"]
path = main/keypad
url = https://github.com/grblHAL/Plugin_I2C_keypad
[submodule "main/motors"]
path = main/motors
url = https://github.com/grblHAL/Plugins_motor
[submodule "main/networking"]
path = main/networking
url = https://github.com/grblHAL/Plugin_networking
[submodule "main/sdcard"]
path = main/sdcard
url = https://github.com/grblHAL/Plugin_SD_card
[submodule "main/spindle"]
path = main/spindle
url = https://github.com/grblHAL/Plugins_spindle
[submodule "main/trinamic"]
path = main/trinamic
url = https://github.com/terjeio/Trinamic-library
[submodule "main/webui"]
path = main/webui
url = https://github.com/grblHAL/Plugin_WebUI
[submodule "main/laser"]
path = main/laser
url = https://github.com/grblHAL/Plugins_laser
[submodule "main/embroidery"]
path = main/embroidery
url = https://github.com/grblHAL/Plugin_embroidery
[submodule "main/plugins"]
path = main/plugins
url = https://github.com/grblHAL/Plugins_misc/