slice_prusaslicer
Convert STL/3MF files to G-code using PrusaSlicer CLI, with configurable slicing parameters or automatic profile generation based on print goals.
Instructions
Slice un fichier STL/3MF avec PrusaSlicer CLI et retourne le G-code + statistiques. Peut utiliser un fichier .ini existant ou générer une config depuis une intention.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stl_path | Yes | Chemin absolu vers le fichier STL ou 3MF | |
| config_path | No | Chemin vers un fichier .ini PrusaSlicer existant | |
| output_gcode | No | Chemin de sortie pour le G-code | |
| goal | No | Si pas de config_path : intention pour générer un profil auto | |
| printer | No | Nom de l'imprimante (pour génération auto) | |
| nozzle | No | Diamètre de buse (pour génération auto) | |
| material | No | Matériau (pour génération auto) |