62 Commits

Author SHA1 Message Date
c.lamboo
6e045e8b37 Put back getAnyExtruderPositionWithOrDefault api function
CURA-10685
2023-08-29 14:11:36 +02:00
saumya.jain
ab8b7c3ab5 name changes
CURA-10685
2023-08-25 15:46:30 +02:00
Remco Burema
24ef3badbc Update documentation: Added anyExtruderNrWithOrDefault function.
done as part of CURA-10643
2023-06-13 16:04:56 +02:00
jspijker
7a29c99700 Moved PR template to .github
Added contribution link and code style links
2023-01-07 14:45:51 +01:00
Joey de l'Arago
9da46ba533 PR template 2022-11-25 11:24:54 +01:00
Joey de l'Arago
545291511c
Merge pull request #13011 from digitalfrost/patch-9
setting_properties.md: Reformat text and corrections
2022-08-24 09:05:50 +02:00
digitalfrost
77cc7787e3
setting_properties.md: Use bold
Use bold for the first part of the description of the property
2022-08-23 15:42:19 +02:00
digitalfrost
09a8a70739
setting_properties.md: use indented bullet points
Use indented bullet points for the text about the properties.
2022-08-23 15:32:10 +02:00
digitalfrost
a40b0da63d
settings_properties.md: correct indentation
Correct indentation and fix and inconsistent use of "unused by Cura"
2022-08-12 09:36:19 +02:00
digitalfrost
56f5d6b60d
Improve stylistic consistency
Always use "This is currently unused by Cura" so that the settings descriptions are more coherent.
2022-08-12 09:29:19 +02:00
digitalfrost
f9f7aae908
Use italics for "unused by Cura"
Use italics to emphasize "This is currently unused by Cura".
2022-08-12 09:27:17 +02:00
digitalfrost
22867d6984
settings_properties.md: reformat text
Reformat text to make it easier to read.
Breakup setting descriptions into separate lines.
2022-08-12 09:20:10 +02:00
digitalfrost
590c95020b
setting_properties.md: correct grammar
Correct the grammar used in the description of default_value
2022-08-12 08:51:06 +02:00
ElectronicsArchiver
4d61895caf Moved & Formatted Reporting 2022-08-11 13:55:36 -04:00
digitalfrost
2a11555a4a
repositories.md: remove extra whitespace
Remove extra whitespace in markdown.
2022-08-10 10:34:50 +02:00
digitalfrost
4e0addbe67
repositories.md: fix grammatical mistake
Fix grammatical mistake.
2022-08-10 10:23:58 +02:00
digitalfrost
67d5839775
repositories.md: use is in descriptions
Use is in these two instances as well for consistency with the first list item.
2022-08-10 10:22:30 +02:00
digitalfrost
850749fdf5
repositories.md use is instead of comma
Is should be used instead of a comma here
2022-08-10 10:20:24 +02:00
digitalfrost
3f440a4481
repositories.md: remove extra whitespace
Remove extra whitespace.
2022-08-10 10:18:15 +02:00
digitalfrost
3402544906
repositoires.md: reformat to start with repos
Move the name of the repos to the beginning of the line/ beginning of each section.
This makes it much easier to read.
2022-08-10 10:16:39 +02:00
digitalfrost
476033e6b6
repositories.md: Breakup text into lists
This makes it easier to read and to understand what each repository does.
2022-08-10 10:02:06 +02:00
j.spijker@ultimaker.com
229e548e1d Add Conan generated deps graph for documentation
Contributes to CURA-9365
2022-06-18 17:20:45 +02:00
Jaime van Kessel
9b23d3ac9a
Add drawing of how per object stacks work 2022-02-14 09:30:27 +01:00
luz paz
d68f375e38 Fix various typos
Found via `codespell -q 3 -S *.po,*.pot -L childs,initialy,lod,ned,te,slicable,sur,tutoriels,wont`
2021-09-07 11:33:54 -04:00
Kostas Karmas
d2c1dc6f6c Fix review comments
CURA-7502
2021-02-04 09:46:03 +01:00
Kostas Karmas
e23c1799b0 Add the Operations markdown page
It includes information about the OperationStack and all the individual operations that are
available in Cura.

CURA-7502
2021-02-03 17:25:17 +01:00
Kostas Karmas
a9eeaa9419 Mention the layFlat operation in the RotateTool
CURA-7502
2021-02-03 17:18:05 +01:00
Kostas Karmas
2d1a0cd47f Add documentation about the Tools and ToolHandles
CURA-7502
2021-02-03 10:54:12 +01:00
Kostas Karmas
49330f3e62 Fix the description of the SliceableObjectDecorator
CURA-7502
2021-02-02 14:22:06 +01:00
Kostas Karmas
f7f331d8a2 Add information on the rest of the decorators
* ZOffsetDecorator
  * BlockSlicingDecorator
  * GCodeListDecorator

CURA-7502
2021-02-02 14:15:08 +01:00
Kostas Karmas
7826e89299 Transfer the LayerData information in the LayerDataDecorator section
CURA-7502
2021-02-02 09:58:23 +01:00
Kostas Karmas
ec9d692a68 Fix inline code to point to the correct function
CURA-7502
2021-02-01 17:37:16 +01:00
Kostas Karmas
6ff6fa4af0 Add information about the (legacy) BuildPlateDecorator
CURA-7502
2021-02-01 17:33:08 +01:00
Kostas Karmas
c8c795e573 Add ConvexHull-, SettingOverride-, and SliceableObject-Decorator info
CURA-7502
2021-02-01 17:03:19 +01:00
Kostas Karmas
dce6c1c871 Add information on the GroupDecorator
CURA-7502
2021-02-01 15:54:55 +01:00
Kostas Karmas
85dea31e04 Fix images to contain the SceneNodeDecorator
CURA-7502
2021-02-01 09:40:44 +01:00
Kostas Karmas
383e599f4e Add notes under the scene_example_scene_graph.jpg
CURA-7502
2021-02-01 09:34:35 +01:00
Kostas Karmas
48d4488eb1 Mention the Scene Graph before the class diagram
CURA-7502
2021-01-29 17:49:49 +01:00
Kostas Karmas
6b194a8193 Fix image not showing up correctly
CURA-7502
2021-01-29 17:33:39 +01:00
Kostas Karmas
1db4cbe5f0 Add images and text about the 3D scene graph
CURA-7502
2021-01-29 17:22:49 +01:00
Tim Gates
cf7b0d9768
docs: fix simple typo, thier -> their
There is a small typo in docs/How_to_use_the_flame_graph_profiler.md.

Should read `their` rather than `thier`.
2020-12-31 06:01:18 +11:00
Ghostkeeper
6478cee411
Add a page about the build volume 2020-05-08 15:35:08 +02:00
Ghostkeeper
62b49e2459
Add category about the 3D scene 2020-05-08 14:46:32 +02:00
Ghostkeeper
33d78fd692
Add chapter on how value formulas are evaluated 2020-04-27 01:19:19 +02:00
Ghostkeeper
27bfe68659
Add header on how settings are used in CuraEngine
This should hopefully fix a couple of the links to this header in the rest of the article. Hopefully I guessed it right as to how Github shows these chapter headers (because Github is the targeted renderer for this documentation).
2020-04-27 00:56:58 +02:00
Ghostkeeper
8146030bc8
Add documentation on evaluating a setting from a definition 2020-04-27 00:42:31 +02:00
Ghostkeeper
302e7ddc00
Add documentation on how a setting is evaluated from a stack
And also how it continues evaluating on the global stack.
2020-04-27 00:32:02 +02:00
Ghostkeeper
98f37e3fa3
Add documentation on the resolve functions 2020-04-27 00:25:29 +02:00
Ghostkeeper
93fb772826
Add header on limit to extruder 2020-04-27 00:11:39 +02:00
Ghostkeeper
66609fc787
Add beginnings of a page on how to arrive at a setting value 2020-04-26 23:50:00 +02:00