Major site overhaul: resources hub, content migration, new blog posts, forms
- Redesign /resources as sectioned hub with category pages - Migrate 645 Squarespace CDN images to local /images/content/ - Create 9 new news/blog posts with event photos - Fix blog post slugs (rename gibberish filenames) - Rename Design Blog to Design Blogs across site - Remove education page, replace with Platform in nav - Redesign rover repair request form with dynamic rover entries - Add school search combobox to contact, store, and repair forms - Extract shared KNOWN_SCHOOLS data - Make /rover-expansion-3d-printing dynamically pull from MDX - Add related resources sections to product pages - Fix homepage broken /quote links to /store - Store page: sample kit cards, inline quote builder, mailing list opt-in
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
---
|
||||
title: "Guide to Making Attachments in Tinkercad"
|
||||
date: "2024-08-03"
|
||||
categories: ["Guides"]
|
||||
categories: ["3D Printing 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"
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
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, we’ll be going through some of the basic Tinkercad tools and how we would go about designing a sumo ramp for the rover.
|
||||
|
||||
## The Workspace:
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
@@ -43,34 +43,34 @@ The align tool is useful for quickly making a number of objects sit on the same
|
||||
|
||||
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:
|
||||
|
||||

|
||||

|
||||
|
||||
#### 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.
|
||||
|
||||

|
||||

|
||||
|
||||
#### 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. It’s not attached to the clip just yet.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Step 4:
|
||||
|
||||
Next, we need to attach the ramp to the attachment clip. Move the ramp in so that it’s overlapping with the clip. Make sure it doesn’t 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. Don’t worry about the ultrasonic sensor opening, we’ll take care of this in the next step. Group the objects together once everything is in place.
|
||||
|
||||

|
||||

|
||||
|
||||
#### 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. It’s 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.
|
||||
|
||||

|
||||

|
||||
|
||||
#### Complete:
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user