# Wall Order - Inner First

When enabled, perimeters will be printed from the innermost wall to the outermost wall. If this feature is disabled, the perimeter will be printed from outer wall to inner wall.&#x20;

<figure><img src="/files/202PqzDh9gZDJVOqgYy9" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qRQEYr1XoKyn0WuAq971" alt=""><figcaption><p>Wall ordering from inner most to outer.</p></figcaption></figure>

### When to use ***Outer wall first***

This feature can help with **dimensional accuracy** since the outer perimeter is laid down first and any extra filament extruded when printing following perimeters is pressed back away from the outer wall. On the other hand, the surface may be slightly less smooth.

### When to use ***Inner wall first***

Printing the outer wall first is generally worse for overhang. The outer wall is further removed from the previous layer than the inner wall. When printing the outer wall first, the outer wall has nothing yet to grab onto. When the inner wall is printed first, the outer wall can sideways attach to the outer wall.

Also, when you have infill being printed before walls, it is better to print inner wall first, as it creates a continuous part, moving from inner wall to outer wall. &#x20;


---

# 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.c6.fabheads.com/modules/print-settings/advanced-settings/layer-settings/wall-order-inner-first.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.
