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
path: root/docs
diff options
context:
space:
mode:
authordigitalfrost <gerald.hofmaier@gmail.com>2022-08-10 11:34:50 +0300
committerGitHub <noreply@github.com>2022-08-10 11:34:50 +0300
commit2a11555a4afea900c1acafbb4756f480bbc38749 (patch)
tree66c8f7eaccf9e7bed6b6a6332ebc932d1ad6ddcd /docs
parent4e0addbe676a1ea965e031a9ea1784f96b8a239a (diff)
repositories.md: remove extra whitespace
Remove extra whitespace in markdown.
Diffstat (limited to 'docs')
-rw-r--r--docs/repositories.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/repositories.md b/docs/repositories.md
index 210c3fd29b..0d882c44b2 100644
--- a/docs/repositories.md
+++ b/docs/repositories.md
@@ -12,7 +12,7 @@ Cura uses a number of repositories where parts of our source code are separated,
- a 3D scene, a rendering system
- a plug-in system
- a system for stacked profiles that change settings.
-* [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.
+* [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.
@@ -20,7 +20,7 @@ Cura uses a number of repositories where parts of our source code are separated,
There are also a number of repositories under our control that are not integral parts of Cura's architecture, but more like separated side-gigs:
* [libSavitar](https://github.com/Ultimaker/libSavitar) is used for loading and writing 3MF files.
* [libCharon](https://github.com/Ultimaker/libCharon) is used for loading and writing UFP files.
-* [cura-binary-data](https://github.com/Ultimaker/cura-binary-data) pre-compiled parts to make the build system a bit simpler. This holds things which would require considerable tooling to build automatically like:
+* [cura-binary-data](https://github.com/Ultimaker/cura-binary-data) pre-compiled parts to make the build system a bit simpler. This holds things which would require considerable tooling to build automatically like:
- the machine-readable translation files
- the Marlin builds for firmware updates
* [Cura-squish-tests](https://github.com/Ultimaker/Cura-squish-tests): automated GUI tests.