There are at least three cases where cutting objects into smaller components could be your best option:

  1. Your model is too big and does not fit inside the print volume.
  2. Your model does not have any suitable flat surface to serve as a base to be placed on the bed.
  3. You want to avoid using support material or at least decrease the amount of support material.

The first case is obvious. If it’s too big, there is no way of printing the model as one piece. Cases number 2 and 3 are a little bit trickier to recognize. Imagine you’re printing a perfect sphere. No matter which orientation you choose, only a tiny area will be in contact with the bed, and the print will inevitably fail. However, when you cut the sphere in half, you can easily place each hemisphere on the print bed and print it without problems. Such a simple cut can be made directly in Slic3r as explained in our Beginner’s guide for Slic3r Prusa Edition.

Cut_spheres

Printing sphere in one piece vs simple cut along the Z axis

However, a simple cut along the Z-axis is not always enough. Sometimes, you’ll want to cut along the X or Y axis, or even with an arbitrary positioned plane. For that, the simple cutting in Slic3r is not enough. A good option is to use Meshmixer, cutting model in it is fast and easy.

Simple plane cut in Meshmixer

We’ve been using Meshmixer in our previous tutorials, and we’ll continue to do so. It’s free, easy to use, and powerful software for editing and repairing 3D models. It’s available for both Windows and Mac (no Linux support though). Developed by Autodesk, it includes features like plane cuts, hollowing, adding custom supports and much more. In your typical workflow, it will fit as a step between creating/downloading model and slicing. You can download Meshmixer here.
  1. Select Edit – Plane Cut
  2. A plane will appear. You can move it around using the three-axis gizmo
  3. You can also define a plane by holding down the left mouse button and moving the mouse
  4. Select whether you want to keep both halves (slice) or just one (cut) from the Cut-type drop-down menu
  5. Select the hole filling method from the Fill-type drop-down menu.  The default usually works great. You can learn more about the various filling methods in Meshmixer documentation.
  6. Accept the cut. The model will still look like one piece.
  7. Select Edit – Separate Shells to split the model into two
  8. Select one of the newly created halves, and click Export from the menu on the left to generate an STL file. Repeat the process for the other half.

hulk_cut

A plane cut of the Hulk

Advanced cut in Meshmixer

By default, Meshmixer cuts with an infinite plane. As a result, you might be accidentally cutting areas of your model that you wished to stay as one piece. This is most commonly a problem when cutting figures as illustrated in the image below.

Cut_Hulk

Cut with an infinite plane vs a cut with dimension constrained plane

To prevent this behavior, we can specify a smaller area to be affected by the cut. Everything outside of this selection will ignore the plane cut and stay as one piece.

  1. Choose Select from the left menu. By default, a brush tool is selected.
  2. By holding down the left mouse button, you can paint over parts of the model to select them. Selected triangles turn orange.
  3. Alternatively, choose the lasso tool using the switch in the top left corner.
  4. By holding down the left mouse button, draw a curve/loop. Everything inside the loop will be selected. Unlike the brush tool, this will also select triangles on the other side of the model, that are not facing the camera.
  5. Once your selection is complete, a new menu will appear on the left side. Select Edit – Plane cut from the new menu. If you accidentally use the Edit – Plane cut from the main toolbar, your selection will be discarded.
  6. Proceed the same as with a simple cut. Only selected triangles (orange) will be affected by the cut.

Hulk_select_cut

A cut through selection (right arm). Note that the cut does not affect Hulk’s body, even though the plane intersects it

Adding aligning pins

When you finished printing individual parts, you’ll have to glue them together. This can get somewhat tricky and you’ll have to hold the pieces perfectly aligned as the glue cures. If the glue takes too long to cure, it’s difficult to keep the parts aligned the whole time and sometimes it’s impossible to use a clamp. And if it takes just a second (e.g., super-glue with an activator), you only have one shot and if you misalign the parts, it’s already too late to fix it. For this reason, it’s a very good idea to add some aligning pins. Doing this in Meshmixer is at the edge of its capabilities, but it’s doable. In a future tutorial, we’ll tackle the same problem with a more powerful, but also more complex software.

  1. Cut the model (follow the steps for simple or advanced plane cutting)
  2. Open the objects browser View – Show Objects Browser (CTRL+Shift+O)
  3. Hide one of the objects by clicking on the eye icon in the Objects Browser
  4. Select Meshmix, pick a primitive (a cylinder for example) and drag it to the plane of the model, created by the cut
  5. Position and scale the primitive, so that it can work as an aligning pin
    • You can move the primitive around by dragging the sphere gizmo in the middle of the primitive
    • You can scale the primitive by dragging the arrow shape next to the sphere gizmo
  6. In the Drop Solid menu on the left change Composition mode to Create New Object
  7. Hit Accept when you’re happy with the scale and position of the primitive
  8. Select the primitive and duplicate it by hitting Shift+C or by clicking on the duplicate icon in the Objects browser
    1. Repeat this two times so that you end up with 3 copies of the primitive
  9. Select the model (Hulk) and then the primitive (cylinder), then click Edit – Boolean Difference
  10. In the new window on the left, untick Auto-Reduce Result, tick Use Intersection Curves and decrease Target Edge Scale
  11. After you hit Accept, the primitive will disappear. Luckily, we made a copy of it in step 8
  12. Repeat the Boolean Difference with the other half of the model (steps 9-10)
  13. This consumed another copy of the primitive.
  14. Export both halves of the cut object and the last copy of the primitive one by one as STL
  15. When you’re preparing the G-code in a slicer, it’s a good idea to scale the primitive down a tiny bit to create clearance for the aligning pin

Aligning_pin

You can download Low Poly Hulk model by Tom Davis from MyMiniFactory.