Files
micromelon-website/content/resources/guide-to-making-attachments-in-tinkercad.mdx
Tim Hadwen 707c49dd3f Build Your Kit page and full Micromelon website
Complete website build including:
- Build Your Kit store page with cart system, sectioned layout
  (Hardware, Software, Attachments, Spare Parts), inline quote
  request form, and sticky sidebar summary
- 16+ pages: Education, Platform, Resources, News, About Us,
  Download, Contact, Rover, Code Editor, Robot Simulator, etc.
- 89+ MDX resource articles and 18 news posts
- Store product images scraped from micromelon.com.au
- Quote request API route with Airtable integration
- Dynamic back links and cover photos on resource pages
- Redesigned downloads page
- Fixed corrupted MDX code blocks
2026-02-28 19:00:42 +10:00

77 lines
5.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Guide to Making Attachments in Tinkercad"
date: "2024-08-03"
categories: ["Guides"]
tags: []
excerpt: "Designing 3D printed attachments for the Micromelon rover is a fantastic way to upskill in CAD design while making your own custom additions. Tinkercad is a free-to-use software that allows you to bend and stretch existing shapes to create your own o"
featuredImage: "/images/resources/guide-to-making-attachments-in-tinkercad.jpg"
---
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/0b3e5e6b-bf45-42fc-ba1d-ba9f120a4c9c/Thumbnail.jpg)
Designing 3D printed attachments for the Micromelon rover is a fantastic way to upskill in CAD design while making your own custom additions. Tinkercad is a free-to-use software that allows you to bend and stretch existing shapes to create your own ones. In this guide, well be going through some of the basic Tinkercad tools and how we would go about designing a sumo ramp for the rover.
## The Workspace:
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/21d46639-cbec-4097-83a9-d6971176d7db/Workspace.jpg)
When a new project is opened in Tinkercad, the following screen is what we see. Highlighted by coloured squares are some important tools to get started.
- Red - This is the part name, simply click the word and type in your part name.
- Orange - There is where some of your keyboard tools are, such as delete, copy, paste, merge, etc.
- Yellow - This is the navigation tube, it can be clicked an dragged around to look at the part in 3D. Faces on this cube can be clicked to look at the front, top, and other faces. The cube can also be used to rotate your view of the part.
- Green - This is where all of the starting shapes are, click and drag any of these onto the workplane to start modelling.
## The Measure Tool:
The measure tool is like a special ruler that lets us see how long an object is on all sides. It also tells us the distance of the object to the ruler using green arrows. As seen in the video, we can click these numbers and change them to modify the shape. The video uses a cube but any of the shapes on the right can be used. Its recommended to always have a ruler in the workplane for any project.
## Holes and Solids:
The two types of objects in Tinkercad are Solids and Holes. As seen in the video, when two solids are grouped together, they become one solid object. But when a solid and a hole are grouped, where the hole overlaps the solid, the solid is cut off. This process can be reversed by ungrouping the objects again.
## Align Tool:
The align tool is useful for quickly making a number of objects sit on the same line. This tool cant be used to evenly distribute objects, however, for example, its very useful in making sure all your objects are sitting on the centre line of another object.
## Designing a Rover Ramp:
#### Step 1:
To get started, first download our rover shell clip [here](/s/MM-Attachment-Clip.stl). Next, open up the downloaded file in a new Tinkercad project by using **Import > Choose a File > (open the file) > Import**. Drop a ruler into the workplane and rotate the clip so that it looks like the image below:
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/3da58469-fca6-4315-b7b1-9f6afaf0e65e/Step+1.jpg)
#### Step 2:
Next, use a rectangle to cut off the bolt tabs at the front. The hole should look like the following image before grouping.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/8e8066c1-acef-42fc-9e6b-0f2c94f9aa17/Step+2.jpg)
#### Step 3:
Next, we need to make the weapon for our attachment. For this, we used a wedge and modified the shape so it serves as a sumo ramp. Its not attached to the clip just yet.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/b2712be8-70ef-4aa3-8346-4012f6ff734c/Step+3.jpg)
#### Step 4:
Next, we need to attach the ramp to the attachment clip. Move the ramp in so that its overlapping with the clip. Make sure it doesnt come too far in as the rover needs to sit inside the clip. Use the align tool to make sure the ramp is centred on the clip. Dont worry about the ultrasonic sensor opening, well take care of this in the next step. Group the objects together once everything is in place.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/db78df6a-c5fe-4529-abe6-b9524eeb52c7/Step+4.jpg)
#### Step 5:
Finally, we need to cut a hole so that the rover ultrasonic sensor can see through the ramp. Download the [Ultrasonic Bore](/s/Ultrasonic-Bore.stl), and import it into the workplane. Next, position the bore as a hole so that it can cut through the hole on the clip and into the wedge. Its easier to look from the back of the clip. The align tool and looking from many directions can help a lot with this step. Once everything is in position, merge the objects so the hole cuts through.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/e2e99d08-6567-473f-8eae-0550bb287854/Step+5.jpg)
#### Complete:
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/557bd60b-430f-4798-8624-859c15be3688/Complete.jpg)
Now that is the complete design on how to make a very basic attachment for the rover. Try experimenting with more complex shapes using a combination of solids. Maybe try to increase the amount of contact your shapes have with the rover clip to make a stronger bond.