# File 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 %}

{% hint style="danger" %}
Please ensure all .3dm files are saved as Rhino 7. Please do not submit Rhino 8 files.&#x20;
{% endhint %}

| File Type                                                                                                                 | Naming Convention                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| <p><strong>.3dm</strong><br>Rhino 7 template files for Laser, Metal Laser and CNC. </p>                                   | <p><strong>Job Number\_Technology\_version.3dm</strong><br><em>e.g. 8095\_Laser\_v1.3dm</em></p>               |
| <p><strong>.gcode.3mf</strong><br>Files exported from Bambu Studio for FDM 3D printing.</p>                               | <p><strong>Job Number\_Material\_Version.gcode.3mf</strong><br><em>e.g. 8095\_White PLA\_v1.gcode.3mf</em></p> |
| <p><strong>.form</strong> <br>Files exported from Preform for SLA (resin) 3D printing.</p>                                | <p><strong>Job Number\_Material\_Version.form</strong><br><em>e.g. 8095\_BLACK\_v1.form</em></p>               |
| <p><strong>.stl</strong><br>All files exported as individual objects for 3D Printing repair (if requested by Fab Lab)</p> | <p><strong>Job Number\_Material\_Version.stl</strong><br><em>e.g. 8095\_White PLA\_v1.stl</em></p>             |


---

# 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/the-fablab/job-submission/file-naming-conventions.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.
