mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-25 22:25:21 +00:00
Updated Wiki content
Binary file not shown.
|
Before Width: | Height: | Size: 20 KiB |
@@ -3,7 +3,7 @@
|
|||||||
This metalanguage provides a way to define the [direction and rotation](strength_settings_infill#direction-and-rotation) of [patterns](strength_settings_patterns) in 3D printing.
|
This metalanguage provides a way to define the [direction and rotation](strength_settings_infill#direction-and-rotation) of [patterns](strength_settings_patterns) in 3D printing.
|
||||||
|
|
||||||
- [Basic instructions](#basic-instructions)
|
- [Basic instructions](#basic-instructions)
|
||||||
- [Quick examples](#quick-examples)
|
- [Quick examples](#quick-examples)
|
||||||
- [Defined angle](#defined-angle)
|
- [Defined angle](#defined-angle)
|
||||||
- [Runtime instructions](#runtime-instructions)
|
- [Runtime instructions](#runtime-instructions)
|
||||||
- [Joint sign](#joint-sign)
|
- [Joint sign](#joint-sign)
|
||||||
@@ -37,8 +37,6 @@ This metalanguage provides a way to define the [direction and rotation](strength
|
|||||||
|
|
||||||
`[±]α*` - just setting an initial rotation angle
|
`[±]α*` - just setting an initial rotation angle
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> `[...]` - values in square brackets are optional
|
> `[...]` - values in square brackets are optional
|
||||||
|
|
||||||
@@ -58,8 +56,6 @@ This metalanguage provides a way to define the [direction and rotation](strength
|
|||||||
- `*ℤ` - repeat the instruction ℤ times
|
- `*ℤ` - repeat the instruction ℤ times
|
||||||
- `!` - the one-time running instruction
|
- `!` - the one-time running instruction
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Joint sign
|
### Joint sign
|
||||||
|
|
||||||
`[joint sign]` - the symbol which determines the method of connection for turning of the infill:
|
`[joint sign]` - the symbol which determines the method of connection for turning of the infill:
|
||||||
@@ -195,8 +191,6 @@ There are 2 letter signs `T` and `B` that can determine the number of shell laye
|
|||||||
- `B!, +30` - skip the first shell layers from rotation, then fill with 30 degree turn each layer
|
- `B!, +30` - skip the first shell layers from rotation, then fill with 30 degree turn each layer
|
||||||
- `+30/1cm, T` - rotate one centimeter of infill linearly at a 30 degree angle, then skip the number of layers equal to the count of the upper shell layers without rotation.
|
- `+30/1cm, T` - rotate one centimeter of infill linearly at a 30 degree angle, then skip the number of layers equal to the count of the upper shell layers without rotation.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Complex template examples
|
## Complex template examples
|
||||||
|
|
||||||
- `+10L25%, -10l25%, -10L25%, +10l25%` - fill the model with sine period with 10 degree amplitude
|
- `+10L25%, -10l25%, -10L25%, +10l25%` - fill the model with sine period with 10 degree amplitude
|
||||||
|
|||||||
Reference in New Issue
Block a user