mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 11:02:08 +00:00
Updated Wiki content
@@ -114,17 +114,17 @@ The following sample JSON file shows how to create a new generic filament profil
|
|||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "OrcaFilamentLibrary",
|
"name": "OrcaFilamentLibrary",
|
||||||
"version": "02.02.00.04",
|
"version": "02.02.00.04",
|
||||||
"force_update": "0",
|
"force_update": "0",
|
||||||
"description": "Orca Filament Library",
|
"description": "Orca Filament Library",
|
||||||
"filament_list": [
|
"filament_list": [
|
||||||
// ...
|
// ...
|
||||||
{
|
{
|
||||||
"name": "Generic PLA-GF @System",
|
"name": "Generic PLA-GF @System",
|
||||||
"sub_path": "filament/Generic PLA-GF @System.json"
|
"sub_path": "filament/Generic PLA-GF @System.json"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -135,15 +135,16 @@ The following sample JSON file shows how to create a new generic filament profil
|
|||||||
|
|
||||||
> [!TIP]
|
> [!TIP]
|
||||||
> **Testing Profile Changes**
|
> **Testing Profile Changes**
|
||||||
>
|
>
|
||||||
> When developing profiles, you may notice that changes aren't reflected in OrcaSlicer after editing profile files. This happens because OrcaSlicer caches profiles in the system folder.
|
> When developing profiles, you may notice that changes aren't reflected in OrcaSlicer after editing profile files. This happens because OrcaSlicer caches profiles in the system folder.
|
||||||
> To force OrcaSlicer to load your updated profiles:
|
> To force OrcaSlicer to load your updated profiles:
|
||||||
> 1. **Access the configuration folder**: Go to **Help** → **Show Configuration Folder**
|
>
|
||||||
|
> 1. **Access the configuration folder**: Go to **Help** → **Show Configuration Folder**.
|
||||||
> 
|
> 
|
||||||
> 2. **Clear the cache**: Delete the `system` folder to remove cached profiles
|
> 2. **Clear the cache**: Delete the `system` folder to remove cached profiles.
|
||||||
> 
|
> 
|
||||||
> 3. **Restart OrcaSlicer**: Launch the application to load your updated profiles
|
> 3. **Restart OrcaSlicer**: Launch the application to load your updated profiles.
|
||||||
> This process forces OrcaSlicer to update its profile cache from the source files in the `resources/profiles/` directory.
|
> This process forces OrcaSlicer to update its profile cache from the source files in the `resources/profiles/` directory.
|
||||||
|
|
||||||
### Adding Filament Profiles to Printer Vendor Library
|
### Adding Filament Profiles to Printer Vendor Library
|
||||||
|
|
||||||
@@ -248,7 +249,7 @@ Example:
|
|||||||
resources\profiles\vendor_name\machine\
|
resources\profiles\vendor_name\machine\
|
||||||
```
|
```
|
||||||
|
|
||||||
- Each vendor's folder may contain an image named:
|
- Each vendor's folder may contain an 240x240px image named:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
[machine_model_list.name]_cover.png
|
[machine_model_list.name]_cover.png
|
||||||
|
|||||||
Reference in New Issue
Block a user