Wiki Update 9 - Speed (#10173)

* Improve initial layer speed documentation

Expanded explanations for initial layer speed settings, including benefits of slower first layers, detailed descriptions for each speed parameter, and added an illustrative image for the 'number of slow layers' setting.

* Update Volumetric speed calib + images

* Update speed_settings_other_layers_speed.md

* Improved MVFS descriptions

Co-Authored-By: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com>
Co-Authored-By: MxBrnr <142743732+mxbrnr@users.noreply.github.com>
Co-Authored-By: Rodrigo <162915171+RF47@users.noreply.github.com>

* Clarify bed temperature effects

* MVF images from 14 to 19

To match description

* Update temp-calib.md

* Expand and clarify temperature calibration guide

Added a standard temperature ranges table for common 3D printing materials, clarified and expanded sections on bed and chamber temperature, and improved formatting and tips for optimal print quality.

Co-Authored-By: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com>

* Update links for acceleration and jerk settings

* Small perimeters

* Update speed_settings_other_layers_speed.md

* Add reference to ironing speed settings

* Update overhang speed

* Add travel speed illustration

* Update avoid crossing

* Update speed_settings_acceleration.md

* Update speed_settings_overhang_speed.md

* Update speed_settings_acceleration.md

* Update speed_settings_jerk_xy.md

* Update speed_settings_jerk_xy.md

* Update ERS documentation and replace images with PNGs

* Seam Aligned Back

* Copilot FIX

Co-Authored-By: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: dewi-ny-je <2866139+dewi-ny-je@users.noreply.github.com>
Co-authored-by: MxBrnr <142743732+mxbrnr@users.noreply.github.com>
Co-authored-by: Rodrigo <162915171+RF47@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ian Bassi
2025-08-05 11:57:00 -03:00
committed by GitHub
parent f27a40d29b
commit f4d2d050f5
28 changed files with 284 additions and 117 deletions

View File

@@ -25,3 +25,7 @@ The distance to keep from the edges. A value of 0 sets this to half of the nozzl
## Angle
The angle ironing is done at. A negative number disables this function and uses the default method.
## Speed
See [Speed settings for other layers](speed_settings_other_layers_speed#ironing-speed) for more information about ironing speed.

View File

@@ -14,6 +14,13 @@ Will attempt to align the seam to a hidden internal facet of the model.
![seam-aligned](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/seam/seam-aligned.png?raw=true)
### Aligned Back
Combines "Aligned" and "Back" strategies by prioritizing seam placement away from the front-facing side while still finding optimal hidden locations for other orientations. This is particularly useful for directional models like sculptures or figurines that have a clear front view.
Unlike "Back" which always places seams at the rearmost position, "Aligned Back" uses intelligent positioning that avoids the front while maintaining sophisticated seam hiding capabilities.
![seam-aligned-back](../../images/seam/seam-aligned-back.png)
### Nearest
Will place the seam at the nearest starting point compared to where the nozzle stopped printing in the previous layer.