# File Naming Conventions

## Naming Conventions

{% hint style="warning" %}
Only alphanumeric characters (underscores & hyphens are excepted). No special characters in the name (ie. " ", ( ), { }, \[ ]. \\, /, ' '). These will not be recognised by the Bambu and cause print submission failure.
{% endhint %}

<table data-header-hidden><thead><tr><th width="255">File Types</th><th>Naming Convention</th></tr></thead><tbody><tr><td><strong>File Types</strong></td><td><strong>Naming Convention</strong></td></tr><tr><td><p><strong>.stl Files</strong></p><p>All files exported as one .stl file for correlating geometry with build plates</p></td><td><p><strong><code>Filename</code>_<code>Version</code>.stl</strong></p><p><em>e.g. house_v3.stl</em></p></td></tr><tr><td><p><strong>.gcode.3mf Files</strong></p><p>Each build plate exported <br>as an individual files</p></td><td><p><strong><code>File No.</code></strong>_<em><strong><code>filename</code></strong></em>_<strong><code>Version</code>.gcode.3mf</strong></p><p><em>e.g. 1of3_house_v1.gcode.3mf</em></p></td></tr></tbody></table>

### Examples

<figure><img src="/files/hzgKNHk99fOd8Ohvnxzf" alt="" width="425"><figcaption></figcaption></figure>

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ms-kb.msd.unimelb.edu.au/next-lab/3d-printing/3d-print-farm/quickstart/submission.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
