# AI 3D Printing Advice — FDM & Resin Q&A

**Use case:** 

Ask any 3D printing question and get a clear answer with concrete settings — temperature, speed, retraction. FDM and resin, batch mode, powered by AI.

## Input

```json
{
  "questions": "Quel filament choisir pour une piece qui reste dehors ?\nMa premiere couche n accroche pas, que faire ?",
  "image": "https://api.apify.com/v2/key-value-stores/wYZJ0H0z2SF1WMRQs/records/test.jpeg",
  "imageContexte": "PLA à 210 °C, plateau à 60 °C. Je pense que c'est un problème d'adhérence.",
  "langue": "auto",
  "niveau": "intermediaire",
  "technologie": "both"
}
```

## Output

```json
{
  "question": {
    "label": "Question"
  },
  "reponse": {
    "label": "Réponse / Answer"
  },
  "technologie": {
    "label": "Techno"
  },
  "niveau": {
    "label": "Niveau / Level"
  },
  "langue": {
    "label": "Langue / Language"
  },
  "modele": {
    "label": "Modèle / Model"
  }
}
```

## About this Actor

This example demonstrates how to use [AI 3D Print Expert — Photo Diagnosis & Troubleshooting](https://apify.com/nicocomt/conseiller-3d) with a specific input configuration. Visit the [Actor detail page](https://apify.com/nicocomt/conseiller-3d) to learn more, explore other use cases, and run it yourself.