Warnings Reference (Profile & SynthBlocks)
When you design with the Profile or SynthBlocks module, the app validates your configuration before export. Warnings appear in the warnings panel (and in the G-code Inspector when it’s open). Blocking warnings must be fixed before you can export G-code.
Severity levels
| Severity | Icon | Meaning |
|---|---|---|
| Blocking | 🛑 | Critical. Export is disabled until the issue is resolved. |
| Warning | ⚠️ | Non-critical. Export is allowed; review recommended. |
| Info | ℹ️ | Informational. No action required. |
Click a warning in the panel to jump to the relevant parameter in the sidebar.
Common warnings
| Warning | Cause | Fix |
|---|---|---|
| Temperature below safe minimum | Nozzle temperature is below the minimum (e.g. for extrusion). | Increase nozzle temperature in the material preset or Print tab. |
| Temperature above safe maximum | Temperature exceeds the material’s safe maximum (e.g. 260°C for PLA). | Decrease temperature in the material preset. |
| Print exceeds machine limits | The generated toolpath goes beyond the printer’s build volume (X, Y, or Z). | Reduce total height or profile size, or check your machine profile build volume. |
| Invalid flow rate | Flow rate is zero or negative. | Set flow rate > 0 in the material preset. |
| NaN in configuration | A numeric parameter is invalid (e.g. corrupted or uninitialized). | Reset the affected parameter to a valid value; if needed, reload a preset or project. |
Where warnings appear
- Status bar: Warning count badge (click to open the G-code Inspector to the Readiness tab).
- G-code Inspector: Readiness tab lists all issues with severity; clicking one jumps to the parameter.
- Export: If any blocking warning is active, the Export button is disabled until you fix the issue.