Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalfrost <gerald.hofmaier@gmail.com>2022-08-10 11:22:30 +0300
committerGitHub <noreply@github.com>2022-08-10 11:22:30 +0300
commit67d58397754b6aa868026a9e42b3199ca535a0c2 (patch)
treed85d80205a2db5efddaedff9f525ba14085bf733 /docs/repositories.md
parent850749fdf53c5e8e4d0893a6d35a9841a466d9ea (diff)
repositories.md: use is in descriptions
Use is in these two instances as well for consistency with the first list item.
Diffstat (limited to 'docs/repositories.md')
-rw-r--r--docs/repositories.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/repositories.md b/docs/repositories.md
index bccb5d64be..6b92993369 100644
--- a/docs/repositories.md
+++ b/docs/repositories.md
@@ -7,12 +7,12 @@ Cura uses a number of repositories where parts of our source code are separated,
- specific tools for handling 3D printed models
- pretty much all of the GUI
- Ultimaker services such as the Marketplace and accounts.
-* [Uranium](https://github.com/Ultimaker/Uranium) the underlying framework the Cura repository is built on. [Uranium](https://github.com/Ultimaker/Uranium) is a framework for desktop applications that handle 3D models and have a separate back-end. This provides Cura with:
+* [Uranium](https://github.com/Ultimaker/Uranium) is the underlying framework the Cura repository is built on. [Uranium](https://github.com/Ultimaker/Uranium) is a framework for desktop applications that handle 3D models and have a separate back-end. This provides Cura with:
- a basic GUI framework ([Qt](https://www.qt.io/))
- a 3D scene, a rendering system
- a plug-in system
- a system for stacked profiles that change settings.
-* [CuraEngine](https://github.com/Ultimaker/CuraEngine) the slicer used by Cura in the background. This does the actual process that converts 3D models into a toolpath for the printer.
+* [CuraEngine](https://github.com/Ultimaker/CuraEngine) is the slicer used by Cura in the background. This does the actual process that converts 3D models into a toolpath for the printer.
* [libArcus](https://github.com/Ultimaker/libArcus) handles the communication to CuraEngine. [libArcus](https://github.com/Ultimaker/libArcus) is a small library that wraps around [Protobuf](https://developers.google.com/protocol-buffers/) in order to make it run over a local socket.
* [cura-build](https://github.com/Ultimaker/cura-build): Cura's build scripts.
* [cura-build-environment](https://github.com/Ultimaker/cura-build-environment) build scripts for building dependencies.