postprocess_gcode
Modify existing G-code files to insert layer-specific actions like pauses, filament changes, temperature adjustments, or custom commands without overwriting the original file.
Instructions
Modifie un fichier G-code existant pour insérer des actions : pause à une couche, changement de filament (M600), changement de température, ou commande custom. Crée un nouveau fichier sans écraser l'original.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gcode_path | Yes | Chemin du fichier G-code à modifier | |
| actions | Yes | Liste d'actions à insérer | |
| output_path | No | Chemin de sortie (sinon _modified.gcode) |