Learn how to split bodies to fit on a 3D printer bed
- Brad Tallis
- Jun 26
- 5 min read
Does your 3D print project involve a model too long for your printer's bed? This is a common challenge for makers and designers. The solution is not a difficult process. You can split your model into smaller, printable parts right inside Fusion. This guide will show you how.
Getting Started with Your Slicer in Fusion
Before you split anything, set up Fusion to point to your slicer software. This saves time and avoids file format issues.
Go to the Utilities tab and click the Make 3D Print icon. In the dialog box, change the "Application" setting to Custom. Then, click the folder icon to find your slicer program on your computer. This can be OrcaSlicer, Cura, Bamboo Studio, or any other.
Once you link the .EXE file, Fusion will open your model in the slicer automatically. This skips the step of saving and opening files manually.
Next, change the export format. Use 3MF instead of STL. The 3MF file format carries more metadata that the slicer software can use.
Method 1: The Fast Plane Split
The quickest way to cut a model is with a construction plane. This method works well for simple cuts across a part.
Start by creating an Offset Plane. You can pick a vertical plane from the origin. Then, drag it to the spot where you want to make the cut. For example, you might set it to 200mm along the length.
With the plane in place, use the Split Body command. Do not use "Split Face." Select your model as the body to split, then choose the plane as the splitting tool.
Fusion will create two separate bodies that you can see in the browser.
To export both at once, do not right-click and save each one. Instead, click on the top-level component name in the Fusion browser. Then, use the Make 3D Print utility again. Choose the 3MF format. This will send both split pieces to your slicer as separate objects.
In your slicer, you can arrange each piece on its own print bed plate. This confirms they now fit.
Important: A straight cut creates a weak glue joint. For a functional part like a drone arm, use a different method for more strength.
Method 2: Splitting with a Simple Sketch
For more control, use a sketch to define the split line. This lets you create multiple pieces or specific shapes.
Create a new sketch on a flat face of your model. For a basic split, draw a rectangle on the sketch. Place it where you want the cut to happen. A center rectangle is a good choice.
Then, run the Split Body command. Select your model as the body. Choose the sketch profile as the splitting tool. Fusion uses the sketch to cut the model. It creates a new plane at the sketch location. This will split your part into three pieces: inside the rectangle and on either side.
Export these pieces the same way. Select the top component name and use the Make 3D Print tool. In your slicer, use the "Arrange All Objects" function. This places every piece efficiently on your build plate.
A Common Fix: Your slicer might warn about "non-manifold edges." This means the mesh has gaps or errors. Simply click the Repair button in your slicer. This usually fixes the problem.
Method 3: Creating a Strong Interlocking Joint
For parts that need strength, use an advanced sketch. This creates a joint with more surface area. It is better for gluing or adding mechanical fasteners.
Start a new sketch on the face where you want the split.
Project Geometry: Hit 'P' or use the Project tool. Click on the face. This brings its outline into your sketch.
Draw a Center Line: Create construction lines to find the middle of a feature, like a rib. Snapping to midpoints is key. Click points near the ends of a line, then connect them.
Draw the Split Pattern: Switch to a regular line. Draw a pattern that zigzags. For example, draw a line down from the center, across, and then back up. Use the Horizontal/Vertical constraint to align points.
Use the Shift Key: To snap to a midpoint of an edge, hover over the edge and hold the Shift key. Then click. This aligns your point perfectly.
This sketch is an open profile, not a closed shape like a rectangle.
Now, use Split Body. Select the model and then the three lines of your sketch as the tool. Fusion will cut along this zigzag path.
The result is two parts with a large, interlocking surface area. You can apply glue along the entire wavy seam. You could also design holes for screws or pins to add even more strength.
Sending Your Split Model to the Printer
After your split, follow these steps to prepare for printing:
Export Correctly: Always select the parent component in Fusion's browser. Use the Make 3D Print utility set to 3MF.
Arrange in Slicer: In your slicer (like OrcaSlicer), check the "Objects" list. You will see all your split parts listed separately. Use the "Arrange All" feature. Your slicer will rotate and place each part on the virtual bed. It may use multiple plates if needed.
Repair if Needed: If you get a non-manifold warning, click Repair. This is common with split operations and models with many holes.
Slice and Print: Generate your G-code as normal. You can now print each section.
Why This is Better Than Slicer Tools
You might wonder why you shouldn't just cut the model in your slicer software. Fusion gives you precise design control. You can place the split exactly where you want. You can also design complex, strong joints. A slicer's cut tool usually only makes flat, straight cuts. This can lead to weak spots.
Conclusion: Choose the Right Split for Your Project
Splitting a large 3D model in Fusion is a vital skill. It lets you print objects of any size on a small printer. You learned three key methods.
Use the Plane Split for a fast, simple cut. Use a Sketch with a Rectangle to create multiple sections or control the cut location. For the best results, use an Advanced Sketch to create an interlocking joint. This adds strength and makes assembly easier.
Remember these key tips:
Link your slicer in the Fusion Utilities settings for a faster workflow.
Always export as 3MF for fewer errors.
Select the top-level component to export all split bodies at once.
Use your slicer's "Repair" function if you see a non-manifold error.
With this knowledge, you can confidently tackle any large 3D printing project. You are no longer limited by your printer's bed size. Design big, split smart, and print successfully.

Comments