mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
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:
@@ -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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user