-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitmodules
24 lines (24 loc) · 935 Bytes
/
.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
[submodule "grblHAL_Due/src/grbl"]
path = grblHAL_Due/src/grbl
url = https://github.com/grblHAL/core
[submodule "grblHAL_Due/src/eeprom"]
path = grblHAL_Due/src/eeprom
url = https://github.com/grblHAL/Plugin_EEPROM
[submodule "grblHAL_Due/src/keypad"]
path = grblHAL_Due/src/keypad
url = https://github.com/grblHAL/Plugin_I2C_keypad
[submodule "grblHAL_Due/src/spindle"]
path = grblHAL_Due/src/spindle
url = https://github.com/grblHAL/Plugins_spindle
[submodule "grblHAL_Due/src/bluetooth"]
path = grblHAL_Due/src/bluetooth
url = https://github.com/grblHAL/Plugins_Bluetooth
[submodule "grblHAL_Due/src/openpnp"]
path = grblHAL_Due/src/openpnp
url = https://github.com/grblHAL/Plugin_OpenPNP
[submodule "grblHAL_Due/src/plasma"]
path = grblHAL_Due/src/plasma
url = https://github.com/grblHAL/Plugin_plasma
[submodule "grblHAL_Due/src/laser"]
path = grblHAL_Due/src/laser
url = https://github.com/grblHAL/Plugins_laser/