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
+16-17Lines changed: 16 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,24 @@
1
1
# LinuxCNC Motor Control Testbed
2
2
3
-
<divalign="center">
3
+
A motor control testbed using the open-source [LinuxCNC](https://www.linuxcnc.org) platform integrated with the [Mesa Electronics](https://store.mesanet.com/) 7i96S and 7I77 interface cards and the [igus® dryve D1](https://www.igus.eu/product/D1) motor controllers.
This system was used to to develop and validate the control system for [a large high-precision 3-axis gantry robot system](https://github.com/GTEC-UDC/linuxcnc_gantry_robot).
6
6
7
+
<divalign="center">
8
+
7
9
[](https://creativecommons.org/licenses/by-sa/4.0/)
A motor control testbed using the open-source [LinuxCNC](https://www.linuxcnc.org) platform integrated with the [Mesa Electronics](https://store.mesanet.com/) 7i96S and 7I77 interface cards and the [igus® dryve D1](https://www.igus.eu/product/D1) motor controllers.
20
-
21
-
This system was used to to develop and validate the control system for a gantry robot.
@@ -32,16 +32,15 @@ This system was used to to develop and validate the control system for a gantry
32
32
33
33
The following documentation is provided in this repository:
34
34
35
-
-**Technical Documentation**: Complete system documentation and setup guide in `docs/`
36
-
-**Electrical Installation**: KiCAD electrical schematics in `electrical_installation/`
35
+
-**Technical Documentation**: [Sphinx](https://www.sphinx-doc.org) documentation sources in [/docs](docs/). To build the documentation execute the following commands:
37
36
38
-
To build the Sphinx documentation:
37
+
```bash
38
+
cd docs
39
+
pip install -r requirements.txt
40
+
make html
41
+
```
39
42
40
-
```bash
41
-
cd docs
42
-
pip install -r requirements.txt
43
-
make html
44
-
```
43
+
-**Electrical Schematics**: [KiCAD](https://www.kicad.org/) electrical schematics in [/schematics](schematics/).
0 commit comments