Wiki Update 12 - Others (#10452)

* Update others_settings_brim.md

* Improved brim

* brim wiki

* Update others_settings_brim.md

* Skirt

* Icons to settings sections

* Create Built-in-placeholders-variables.md

* Update others_settings_g_code_output.md

* Update others_settings_notes.md

* Update others_settings_post_processing_scripts.md

* special mode

* Fuzzy skin

* Image fix

* PA update

* Update pressure-advance-calib.md

* Phishing report link in README

* pa wiki link

* Esthetic -> Aesthetic
This commit is contained in:
Ian Bassi
2025-09-08 23:52:40 -03:00
committed by GitHub
parent 78eb3b464f
commit 4faaa5e6ee
30 changed files with 393 additions and 112 deletions

View File

@@ -1,3 +1,12 @@
# Post-Processing Scripts
Here you can set up post-processing scripts that will be executed after slicing. This allows you to modify the G-code output or perform additional tasks.
Here you can set up post-processing scripts that will be executed after slicing.
This allows you to modify the G-code output or perform additional tasks.
Check the script's documentation for dependencies, available parameters and usage instructions.
Example Python script:
```shell
"C:\Your\Path\To\Python\python.exe" "C:\Your\Path\To\Script\pythonScript.py" -parameterToScript 1994;
```