recommend_profile
Generate optimal 3D printing profiles based on printer settings, material type, and print goals like rapid prototyping or high-quality finishes.
Instructions
Génère un profil d'impression complet avec justification pour chaque paramètre. Prend en compte l'intention (prototype rapide, beau rendu, solide...), la buse, le matériau, et optionnellement une analyse mesh.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| printer | No | Nom de l'imprimante (ex: MK4S, MINI, CR30, Ender3) | Generic |
| nozzle | No | Diamètre de buse en mm (ex: 0.4, 0.6, 0.8, 1.0) | |
| goal | Yes | Intention d'impression : 'prototype rapide', 'standard', 'beau rendu', 'production solide', 'vase', 'speedrun', ou toute description libre | |
| material | No | Matériau : PLA, PETG, ABS, ASA, TPU, NYLON, PC | PLA |
| stl_path | No | Chemin optionnel vers un STL pour analyse automatique (overhangs, détails, taille) |