3dSynth

Docs / Settings

Open in the interactive docs reader

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

SeverityIconMeaning
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

WarningCauseFix
Temperature below safe minimumNozzle temperature is below the minimum (e.g. for extrusion).Increase nozzle temperature in the material preset or Print tab.
Temperature above safe maximumTemperature exceeds the material’s safe maximum (e.g. 260°C for PLA).Decrease temperature in the material preset.
Print exceeds machine limitsThe 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 rateFlow rate is zero or negative.Set flow rate > 0 in the material preset.
NaN in configurationA 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