Wiki Update part 4 (#9872)

* How to wiki

* Local images + pressure-advance realocation

* fill patterns WIP

+ Patch Until they fix this: https://github.com/orgs/community/discussions/118296

* Wiki images update 8fff1ca

Updated images with new style from commit 8fff1ca (pr: #9797)

* Internal Wiki Links + standardization

* Update Flow Calibration image

Co-Authored-By: Dowsha3d <216038220+dowsha3d@users.noreply.github.com>

* Seam wiki merge

* Updated Wiki Home

* MD Final lines

* How to index

---------

Co-authored-by: Dowsha3d <216038220+dowsha3d@users.noreply.github.com>
This commit is contained in:
Ian Bassi
2025-06-13 12:09:05 -03:00
committed by GitHub
parent 25785abfe0
commit 33dc7bc1f2
145 changed files with 636 additions and 409 deletions

View File

@@ -27,7 +27,7 @@ This guide is for building your Visual Studio 2022 solution for OrcaSlicer on Wi
winget install --id=GitHub.GitLFS -e
```
> [!Tip]
> [!TIP]
> GitHub Desktop (optional): A GUI for Git and Git LFS, which already includes both tools.
> ```shell
> winget install --id=GitHub.GitHubDesktop -e
@@ -83,7 +83,7 @@ This guide is for building your Visual Studio 2022 solution for OrcaSlicer on Wi
- autoconf
- texinfo
> [!Tip]
> [!TIP]
> You can install most of them by running:
> ```shell
> brew install gettext libtool automake autoconf texinfo
@@ -156,7 +156,7 @@ To build and debug directly in Xcode:
git clone https://github.com/SoftFever/OrcaSlicer && cd OrcaSlicer && ./DockerBuild.sh && ./DockerRun.sh
```
> [!Note]
> [!NOTE]
> To troubleshoot common Docker-related errors, refer to the comments in
> ```shell
> DockerRun.sh
@@ -190,4 +190,4 @@ All required dependencies will be installed automatically by the provided shell
```shell
sudo ./BuildLinux.sh -u # Install dependencies
./BuildLinux.sh -dsi # Build OrcaSlicer
```
```