# Arranging parts in Fusion

### Arrange parts&#x20;

Now that we have multiple solid parts parts in Fusion 360, we need to arrange them to be machined on the CNC.&#x20;

First, we start out by changing workspace. Change workspace to the "Manufacturing" workspace. Click the "Design" workspace and choose "Manufacture".

<figure><img src="/files/WKeFgmk0dVjCMj5G8L90" alt="" width="563"><figcaption></figcaption></figure>

Then we proceed by making a manufacturing model. Click the "Setup" drop down menu and then click the "Create manufacturing model"

<figure><img src="/files/tG4p2Nx3GN5tgOIdnlaJ" alt="" width="563"><figcaption></figcaption></figure>

Now we want to position the bodies relative to each other. First we rotate and position the pieces approximately how the orient relative to each other. Double left click on the body you want to move/rotate and press "m"  on your keyboard for the move command. If the pieces should be flipped click and drag on the circles highlighted below.

<figure><img src="/files/x0wVZN3Bpyb5O2MzaDBO" alt="" width="563"><figcaption></figcaption></figure>

If the bodies should be moved to the sides. click and drag on the arrows as highlighted below.

<figure><img src="/files/E6EuywxqZjLviYNQtEl5" alt="" width="563"><figcaption></figcaption></figure>

The bodies should be oriented in the right orientation and approximately how the should be placed relative to each other when machined on the CNC.

<figure><img src="/files/iuvEwz3JYpmBnuq8fJwQ" alt="" width="563"><figcaption></figcaption></figure>

Now we want to be more precise in the distance the bodies have to eachother. We do this using the the joint feature. Press J on your keyboard or this icon.&#x20;

<figure><img src="/files/BESPETXC957WlOBxegAA" alt=""><figcaption></figcaption></figure>

Now we want a distance between the bodies. 20 mm gaps between objects is our recommended amount. First press on the line of the body then press the corner point for the joint to work properly.

{% embed url="<https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExZnMxeXdyc2R4dWpqM2EwbnIzbGZoYWFjMnl3d2Zta3dmZXNhc3BmYyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/SqX7mZ722AldqsxxJP/giphy.gif>" %}

Now click on "Setup". We will now define the working area parameters for the CNC machine.

<figure><img src="/files/WvwKutBS3tmawTHAWOer" alt="" width="563"><figcaption></figcaption></figure>

Click on "Model" and select the body or bodies you are want to machine.&#x20;

<figure><img src="/files/9QSZxSWOjsAJBSh9rMhU" alt="" width="563"><figcaption></figcaption></figure>

* In the top of the setup panel, click "Stock," then choose "Add stock to all sides" and enter the extra material dimensions you have on each side — typically over 20 mm on each side will be on the safe side. This extra stock material will allow for space to screw or nail the stock material in place. In this case there is an extra 30 mm to each side. \
  Set both the stock +/- Z parameters to 0. \
  The dimensions in "Stock Dimensions" should now match your piece of stock material.

<figure><img src="/files/0GjrABp9zUEKeOAiEwZk" alt=""><figcaption></figcaption></figure>

Define the origo/zero-point by pressing setup and selecting box point.&#x20;

<figure><img src="/files/exEgWzf4jcobj9Cc9DID" alt="" width="563"><figcaption></figcaption></figure>

The origo/zero point should be in the bottom point of the far corner.

<figure><img src="/files/QYuBRhSks25BMp4Eg9dx" alt="" width="563"><figcaption></figcaption></figure>

## Tool paths

Now we are ready to define the toolpaths of your project. Click the link below to continue the guide.

{% content-ref url="/pages/c66M1d9VX5rVDubm6gsJ" %}
[Tool Paths](/1/cnc-routing/tool-paths.md)
{% endcontent-ref %}


---

# 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://kadk-3d.gitbook.io/1/arranging-parts-in-fusion.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.
