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

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2018-08-07 23:26:46 +0300
committerGhostkeeper <rubend@tutanota.com>2018-08-07 23:27:29 +0300
commite1b4f40df49bd5e38f3138e92e83e9375c364d8f (patch)
tree0f2d28a07ef2b2c90ddcb25763afb32240983b64 /docs
parent15d8356f70d6504b711a6c6565ee23b1928c3e1a (diff)
Link to new generating areas page
Eventually I hope to turn each of these headers into links.
Diffstat (limited to 'docs')
-rw-r--r--docs/pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pipeline.md b/docs/pipeline.md
index bc5417b18..780cc2ab5 100644
--- a/docs/pipeline.md
+++ b/docs/pipeline.md
@@ -8,7 +8,7 @@ There are 5 main stages involved in slicing an object. Not all of them are execu
----
The first step in the pipeline is the slicing stage. This converts a 3D mesh into 2D layers. First it determines the heights at which to produce cross sections. Then it creates cross sections of every triangle at those heights, which will normally be a line. Then it stitches these lines together to form polygons wherever possible.
-Generating Areas
+[Generating Areas](generating_areas.md)
----
When given a set of layers, this stage divides each layer up into the areas that will be filled with the types of things we're going to print. What part is going to become wall? What part will be infill? Where will we place support?