Test links and formatting in Notes

pull/292/head
Rob 2025-01-24 12:24:27 -05:00
rodzic 23a92d1ba9
commit e853e17e30
1 zmienionych plików z 14 dodań i 10 usunięć

Wyświetl plik

@ -10,12 +10,13 @@ To use Fabex with Blender 4.1 and earlier use one of the blendercam.zip releases
[Download Blender from the official site.](https://www.blender.org/download/)
> If you are a Linux user, it is recommended that you download Blender from their website, and **NOT install via a Package Manager.**
> Blender has elected to support only Python 3.11 for Extensions, so Fabex is packaged with dependencies that are only compatible with Python 3.11.
> Since many distros will allow you to install Blender and Python separately this can lead to version mismatch and a broken Extension.
>
> *For details on how to work around this issue, see the FAQ.*
```{note}
If you are a Linux user, it is recommended that you download Blender from their website, and **NOT install via a Package Manager.**
Blender has elected to support only Python 3.11 for Extensions, so Fabex is packaged with dependencies that are only compatible with Python 3.11.
Since many distros will allow you to install Blender and Python separately this can lead to version mismatch and a broken Extension.
*For details on how to work around this issue, see the FAQ.*
```
## Get Fabex
### For Users
@ -25,16 +26,18 @@ To use Fabex with Blender 4.1 and earlier use one of the blendercam.zip releases
The Stable version will not have all the latest features right away, but it is more thoroughly tested and generally more reliable than the latest version.
```{note}
_If you're not sure which version you want, then you probably want the Stable version!_
```
#### Experimental Version
[Download the Experimental version here.](https://github.com/pppalain/blendercam/releases)
The Experimental version will have all the latest features, but is more likely to encounter bugs and errors and is recommended for more experienced users, developers and testers.
> [!NOTE]
>
> [The latest (Daily) build of Blender](https://builder.blender.org/download/daily/) can be used with the Experimental branch of FabexCNC to live on the bleeding edge!
```{note}
[The latest (Daily) build of Blender](https://builder.blender.org/download/daily/) can be used with the Experimental branch of FabexCNC to live on the bleeding edge!
```
From the Releases page, download **fabexcnc.zip**.
@ -52,8 +55,9 @@ From the Releases page, download **fabexcnc.zip**.
- Select the **fabexcnc.zip** file you downloaded, then click **Install from Disk**
- Blender may need to be restarted to ensure the dependencies are correctly installed.
> [!NOTE]
> If you experience difficulty installing the Extension, check out the FAQ for common installation issues and fixes, or try the Matrix chat for help from developers and other users.
```{note}
If you experience difficulty installing the Extension, check out the FAQ for common installation issues and fixes, or try the Matrix chat for help from developers and other users.
```
You're now ready to start using Fabex!