Skip to content

Commit 55bb0f4

Browse files
committed
Small refinements, added more on OpenCN
1 parent 470b172 commit 55bb0f4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

community/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,14 @@ LinuxCNC](/docs/html/code/contributing-to-linuxcnc.html).
6969
## Forks
7070

7171
LinuxCNC has spawned derivative projects. You may be interested to learn about what is different to LinuxCNC with
72-
* [OpenCN](https://gitlab.com/mecatronyx/opencnc/opencn)
72+
* [OpenCN](https://mecatronyx.gitlab.io/opencnc/opencn/)
7373
- Different trajectory planner with focus on minimal variation of force imposed on spindle
74-
* [MachineKit](https://www.machinekit.io/) - addresses developers
74+
- [Asymmetric Multi-Processing](https://mecatronyx.gitlab.io/opencnc/opencn/architecture/architecture.html) (AMP) assigns individual CPU cores to particular functions to single-out one core with hard realtime activities that is not affected by the Linux kernel's soft interrupts
75+
* [MachineKit](https://www.machinekit.io/) - expected to appeal more to developers
7576
- Trying to decouple the parts into isolated functional blocks: The focus is no longer the CNC controller, but the CNC is just one application. There is - for example - the [hal\_ros\_control](github.com/tormach/hal_ros_control) for connecting to the [Robot Operating System](https://www.ros.org/).
7677
- The Machinetalk remote communication protocol
7778
- (Hopefully) more clear repository structure
7879

79-
Forks are much appreciated as a means to tailor LinuxCNC to the needs of our users. And forks foster steady improvements as all forks compete for eyeballs, ideas and implementations.
80-
80+
Forks are much appreciated as a means to tailor LinuxCNC to the needs of our users.
81+
And forks foster steady improvements as all forks compete for eyeballs, ideas and implementations.
82+
Please inform us about projects that should be added to this list.

0 commit comments

Comments
 (0)