diff --git a/developer-reference/How-to-wiki.md b/developer-reference/How-to-wiki.md index 43a6f77..3d31f4c 100644 --- a/developer-reference/How-to-wiki.md +++ b/developer-reference/How-to-wiki.md @@ -201,16 +201,14 @@ When new features or upgrades are merged into the main branch, please add a note ```markdown > [!IMPORTANT] > NEW FEATURE: **Feature short description** -> Available in: -> [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds) or releases grater than **stable version number at merge time**. +> Available in: Releases grater than **stable version number at merge time** or [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds). ``` Example: > [!IMPORTANT] -> NEW FEATURE: **Input Shaping Calibration Types** -> Available in: -> [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds) or releases grater than **2.3.1**. +> NEW FEATURE: **Inverse Hole Direction** +> Available in: Releases grater than **2.3.2** or [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds). This notes should be removed after a new stable release is made that includes the new feature. diff --git a/print_settings/others/others_settings_brim.md b/print_settings/others/others_settings_brim.md index d782a65..3715794 100644 --- a/print_settings/others/others_settings_brim.md +++ b/print_settings/others/others_settings_brim.md @@ -127,6 +127,10 @@ Combine adjacent brims into a single continuous brim when they touch. - Disable: Each object's brim is generated and printed separately; each brim is completed before its object is printed. - Enable: Brims that touch are merged and printed together as longer continuous loops, which can improve adhesion for small or closely spaced objects. +> [!IMPORTANT] +> NEW FEATURE: **Combine brims** +> Available in: Releases grater than **2.3.2** or [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds). + ### Combined ![combined-brims](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/brim/combined-brims.gif?raw=true) diff --git a/print_settings/quality/quality_settings_overhangs.md b/print_settings/quality/quality_settings_overhangs.md index 64ef436..2c14af7 100644 --- a/print_settings/quality/quality_settings_overhangs.md +++ b/print_settings/quality/quality_settings_overhangs.md @@ -60,9 +60,6 @@ A disadvantage of this setting is that the outer wall may show a texture due to ![reverse-odd-texture](https://github.com/OrcaSlicer/OrcaSlicer_WIKI/blob/main/images/Precision/reverse-odd-texture.png?raw=true) -> [!NOTE] -> Only be available if [Wall loop direction](quality_settings_wall_and_surfaces#wall-loop-direction) is set on **Auto** and [spiral vase mode](others_settings_special_mode#spiral-vase) is **disabled**. - ### Reverse internal only [Variable](Built-in-placeholders-variables): `overhang_reverse_internal_only`. diff --git a/print_settings/quality/quality_settings_wall_and_surfaces.md b/print_settings/quality/quality_settings_wall_and_surfaces.md index fed7dfd..781ba2d 100644 --- a/print_settings/quality/quality_settings_wall_and_surfaces.md +++ b/print_settings/quality/quality_settings_wall_and_surfaces.md @@ -53,9 +53,15 @@ When using this option is recommended to use the [Precise Wall](quality_settings ## Wall loop direction [Variable](Built-in-placeholders-variables): `wall_direction`. -The direction which the wall loops are extruded when looking down from the top. -By default all walls are extruded in counter-clockwise, unless [Reverse on even](quality_settings_overhangs#reverse-on-even) is enabled. -Set this to any option other than Auto will force the wall direction regardless of the [Reverse on even](quality_settings_overhangs#reverse-on-even). +The direction which the **contour** wall loops are extruded when looking down from the top. +Holes are printed in the opposite direction to the contour to maintain alignment with layers whose contour polygons are incomplete and change direction, also partially forming the contour of a hole. +Check [PR 12669](https://github.com/OrcaSlicer/OrcaSlicer/pull/12669) for more details about reversing hole direction. + +> [!IMPORTANT] +> NEW FEATURE: **Inverse Hole Direction** +> Available in: Releases grater than **2.3.2** or [Nightly builds](https://github.com/OrcaSlicer/OrcaSlicer/releases/tag/nightly-builds). + +The usage of [Reverse on even](quality_settings_overhangs#reverse-on-even) will reverse wall direction based on this setting. > [!NOTE] > This option will be disabled if spiral vase mode is enabled.