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
@@ -40,6 +40,9 @@ The following documentation is provided in this repository:
40
40
make html
41
41
```
42
42
43
+
> [!NOTE]
44
+
> Currently the technical documentation is only provided in Spanish.
45
+
43
46
-**Electrical Schematics**: [KiCAD](https://www.kicad.org/) electrical schematics in [/schematics](schematics/).
44
47
45
48
## Hardware Components
@@ -59,22 +62,33 @@ The following documentation is provided in this repository:
59
62
60
63
## System Architecture
61
64
62
-

65
+

63
66
64
67
## Repository Structure
65
68
66
69
```txt
67
70
linuxcnc-testbed/
68
71
├── README.md # This file
69
-
├── media/ # Pictures and videos
72
+
├── assets/ # Pictures and videos
70
73
├── docs/ # Technical Documentation
71
74
├── linuxcnc/ # LinuxCNC configurations
72
75
├── schematics/ # Wiring diagrams
73
76
├── scripts/ # Example control scripts
74
-
├── gcode/ # G-code example
75
-
└── documents/ # Hardware datasheets and manuals
77
+
└── gcode/ # G-code example
76
78
```
77
79
78
80
## License
79
81
80
-
This project is licensed under the [Creative Commons Attribution-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/) (CC BY-SA 4.0), except for files in the `documents/` directory. The Files in the `documents/` directory are datasheets and manuals from different manufacturers and retain their original copyright, these are included for reference only.
This work has been supported by project TED2021-130240B-I00 (IVRY) funded by MCIN/AEI/10.13039/501100011033 and the European Union NextGenerationEU/PRTR.
0 commit comments