predict_print_settings
Predicts optimal 3D print settings by matching file hashes, geometric similarity, and material defaults from historical data.
Instructions
Predict optimal print settings from historical DNA data.
Searches for exact file hash matches first, then falls back to
geometrically similar models, and finally to material defaults.
Args:
file_hash: SHA-256 hash of the model file.
geometric_signature: Geometric signature from fingerprinting.
surface_area_mm2: Surface area in mm^2.
volume_mm3: Model volume in mm^3.
complexity_score: Model complexity (0.0-1.0).
printer_model: Target printer model.
material: Target material.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | Yes | ||
| file_hash | Yes | ||
| volume_mm3 | Yes | ||
| printer_model | Yes | ||
| complexity_score | Yes | ||
| surface_area_mm2 | Yes | ||
| geometric_signature | Yes |