# Automatic STL Repair

## <img src="/files/nICByQNLJNIIMPbezIwF" alt="" data-size="line"> STL One Click

This command lets you check and repair your design for 3D printing and save it in STL format. It is especially useful if you must send the file to your manufacturing supplier or want to 3D print multiple designs simultaneously.

Once you run this command, it will ask which folder you want to save your design.

## <img src="/files/oTfSlcJYNRFfM46mXLCw" alt="" data-size="line"> Check

The Check command reports errors in the selected object's data structure.

## <img src="/files/LeqTadWgL3zsnaJyy8mp" alt="" data-size="line"> Repair

The MeshRepair command opens the Mesh Repair panel.

The Mesh Repair panel contains a mesh information display and repair commands to make repairing bad meshes easier.

{% hint style="info" %}
Some STL/SLA printers have problems if meshes contain many long, thin facets. These facets can slow the printer down, produce odd results, or run the printer out of memory.
{% endhint %}


---

# 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://docs.rhinoartisan.com/commands/3d-printing/automatic-stl-repair.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.
