Url update: SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer (#11371)

* SoftFever/OrcaSlicer -> OrcaSlicer/OrcaSlicer

* Revert for deps
This commit is contained in:
Ian Bassi
2025-11-17 00:17:54 -03:00
committed by GitHub
parent 8ec2454835
commit 4b1ddcdc55
69 changed files with 458 additions and 458 deletions

View File

@@ -7,7 +7,7 @@ This happens by reducing the stresses put on the extrusion system as well as red
This feature is especially helpful when printing at high accelerations and large flow rates as the deviations are larger in these cases.
![ers-intro](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ERS/ers-intro.png?raw=true)
![ers-intro](https://github.com/OrcaSlicer/OrcaSlicer/blob/main/doc/images/ERS/ers-intro.png?raw=true)
- [Theory](#theory)
- [Acceleration vs. Extrusion rate smoothing](#acceleration-vs-extrusion-rate-smoothing)
@@ -28,7 +28,7 @@ In summary, **it takes the "edge" off rapid extrusion changes caused by accelera
**The example below shows the artifact that is mitigated by ERS.**
![ers-artefact](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ERS/ers-artefact.jpg?raw=true)
![ers-artefact](https://github.com/OrcaSlicer/OrcaSlicer/blob/main/doc/images/ERS/ers-artefact.jpg?raw=true)
The bulging visible above is due to the extruder not being able to respond fast enough to the required speed change when printing with high accelerations and high speeds and being requested to slow down for an overhang.
@@ -70,7 +70,7 @@ t = \frac{v_f - v_i}{a}
A printer printing at 200mm/sec with a 0.42 line width and 0.16 layer height would be extruding plastic at approx. 12.16mm³/sec, as can also be seen from the below visual.
![ers-printspeed](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/ERS/ers-printspeed.png?raw=true)
![ers-printspeed](https://github.com/OrcaSlicer/OrcaSlicer/blob/main/doc/images/ERS/ers-printspeed.png?raw=true)
When the printer is extruding at 40mm/sec with the same line width and layer height as above, the flow rate is 2.43mm³/sec.

View File

@@ -20,4 +20,4 @@ Usually, this is set to 100% of the [travel speed](speed_settings_travel), but i
Specifies how many of the first layers should be printed at a reduced speed. Instead of jumping straight to full speed after the first layer, the speed gradually increases in a linear fashion over this number of layers. This gradual ramp-up helps maintain adhesion and gives the print more stability in its early stages, especially on prints with a small contact area or materials prone to warping.
![number-of-slow-layers](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/speed/number-of-slow-layers.png?raw=true)
![number-of-slow-layers](https://github.com/OrcaSlicer/OrcaSlicer/blob/main/doc/images/speed/number-of-slow-layers.png?raw=true)

View File

@@ -40,7 +40,7 @@ Any shape (not only circles) will be considered as a small perimeter.
If expressed as percentage (for example: 80%) it will be calculated on the [outer wall speed](#outer-wall).
> [!NOTE]
> Zero will use [50%](https://github.com/SoftFever/OrcaSlicer/blob/7d2a12aa3cbf2e7ca5d0523446bf1d1d4717f8d1/src/libslic3r/GCode.cpp#L4698) of [outer wall speed](#outer-wall).
> Zero will use [50%](https://github.com/OrcaSlicer/OrcaSlicer/blob/7d2a12aa3cbf2e7ca5d0523446bf1d1d4717f8d1/src/libslic3r/GCode.cpp#L4698) of [outer wall speed](#outer-wall).
### Small perimeters threshold

View File

@@ -14,7 +14,7 @@ This can help improve print quality and reduce issues like stringing or sagging.
Enable this option to slow down printing in areas where perimeters may have curled upwards. For example, additional slowdown will be applied when printing overhangs on sharp corners like the front of the Benchy hull, reducing curling which compounds over multiple layers.
![slow-down-for-curled-perimeters](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/speed/slow-down-for-curled-perimeters.png?raw=true)
![slow-down-for-curled-perimeters](https://github.com/OrcaSlicer/OrcaSlicer/blob/main/doc/images/speed/slow-down-for-curled-perimeters.png?raw=true)
It is generally recommended to have this option switched on unless your printer cooling is powerful enough or the print speed slow enough that perimeter curling does not happen. If printing with a high external perimeter speed, this parameter may introduce slight artifacts when slowing down due to the large variance in print speeds. If you notice artifacts, ensure your pressure advance is tuned correctly.

View File

@@ -1,6 +1,6 @@
# Travel
![travel-lines](https://github.com/SoftFever/OrcaSlicer/blob/main/doc/images/speed/travel-lines.png?raw=true)
![travel-lines](https://github.com/OrcaSlicer/OrcaSlicer/blob/main/doc/images/speed/travel-lines.png?raw=true)
Travel speed is the speed at which the print head moves when not extruding filament.
This speed is typically faster than the printing speed, as there is no need to carefully place material. However, setting the travel speed too high can lead to issues such as missed steps or ringing artifacts.