predict_print_settings
Predict optimal 3D print settings by matching historical prints via file hash, geometry, and material, with fallback to material defaults.
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.
geometric_signature_v2: ``fingerprint_model``'s
``geometric_signature_v2``. Pass it: without it the
prediction can be averaged over prints of a DIFFERENT
design that shares the older signature.
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 | ||
| geometric_signature_v2 | No |