File: mainpage.md

package info (click to toggle)
cura-engine 1%3A5.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,436 kB
  • sloc: cpp: 52,601; python: 322; makefile: 10; sh: 2
file content (9 lines) | stat: -rw-r--r-- 536 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
CuraEngine
====

This is the documentation for CuraEngine, the back-end slicer of Cura. This is an index of the documentation pages available.

1. [Concepts](concepts.md): Explanation of several high-level concepts used during slicing.
2. [Glossary](glossary.md): Terminology used throughout the code base and documentation.
3. [Pipeline](pipeline.md): The slicing algorithm from start to finish.
4. [Code Conventions](https://github.com/Ultimaker/Meta/blob/master/code_conventions.md): Requirements on how the code must be structured.