Skip to content

others_settings_post_processing_scripts

SoftFever edited this page Sep 9, 2025 · 2 revisions

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.

Check the script's documentation for dependencies, available parameters and usage instructions.

Example Python script:

"C:\Your\Path\To\Python\python.exe" "C:\Your\Path\To\Script\pythonScript.py" -parameterToScript 1994;
Clone this wiki locally