check_ambient_conditions
Check printer chamber temperature against material-specific thermal limits to prevent warping or softening. Alerts for unsafe conditions like thermal runaway.
Instructions
Check if the printer's chamber temperature is safe for a material.
Reads the current chamber temperature from the connected printer
and checks it against material-specific thermal limits. Warns
about conditions like:
- Chamber too hot for PLA (softening risk)
- Chamber too cold for ABS/ASA (warping risk)
- Thermal runaway (exceeds printer safety profile max)
- Cool-down advisory after a high-temp print
All checks are local — no data leaves the machine.
Args:
material: Filament material type (e.g. "PLA", "ABS", "PETG").
If not provided, only checks against printer max.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material | No |