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,13 +1,13 @@
|
||||
---
|
||||
title: "Connections in 3D Printing"
|
||||
date: "2024-12-31"
|
||||
categories: ["Guides"]
|
||||
categories: ["3D Printing Guides"]
|
||||
tags: []
|
||||
excerpt: "Credit: Sculpteo When creating objects for 3D printing, it’s sometimes hard to print the entire object at once. It helps to break it up into smaller pieces and put them together. But gluing pieces together can sometimes be tedious and challenging whe"
|
||||
featuredImage: "/images/resources/connections-in-3d-printing.jpg"
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
*Credit: Sculpteo*
|
||||
|
||||
@@ -17,37 +17,23 @@ When creating objects for 3D printing, it’s sometimes hard to print the entire
|
||||
|
||||
Simple shape joints can be made by simply having male-to-female connectors 3D printed. You can find inspiration for connectors from woodworking joinery such as dovetails. Connecting these are simple as snapping the two parts together, using friction to hold the joint together.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
*Credit: Markforged*
|
||||
|
||||
It’s important to remember that printers do not print dimensions perfectly, so it helps to add a bit of tolerance. In connections like the ones above, it’s good to make the female connector slightly larger than the male connector. This is a trial and error process as each printer is different. In our experience, +0.3mm for a hole is a good place to start.
|
||||
|
||||
## Cons
|
||||
**Pros:** Simple to design, easy to print, easy to assemble
|
||||
|
||||
## Pros
|
||||
|
||||
---
|
||||
|
||||
- Somewhat breakable
|
||||
|
||||
- Lots of trial and error
|
||||
|
||||
- Weak connection
|
||||
|
||||
- Simple to design
|
||||
|
||||
- Easy to print
|
||||
|
||||
- Easy to assemble
|
||||
**Cons:** Somewhat breakable, lots of trial and error, weak connection
|
||||
|
||||
## Self-Tapping Screw Holes:
|
||||
|
||||
Adding appropriately sized holes to your design will allow you to add screws that will self-tap as they are screwed in. While normal circular holes work, a great way to implement self-tapping holes is to use the following design:
|
||||
|
||||

|
||||

|
||||
|
||||
- Create a circle the same size as your screw size (this dimension should be adjusted depending on your printer)
|
||||
|
||||
@@ -55,35 +41,23 @@ Adding appropriately sized holes to your design will allow you to add screws tha
|
||||
|
||||
- Apply a slight fillet to this triangle
|
||||
|
||||

|
||||

|
||||
|
||||
Once these holes are printed, screw a screw all the way in, which will apply thread to the inside of the hole. Remember, if the screw feels loose, make the dimension of the circle in step 1 a bit smaller.
|
||||
|
||||
### Cons
|
||||
**Pros:** Simple to design, easy to assemble, easy to print
|
||||
|
||||
### Pros
|
||||
**Cons:** Requires purchase of screws, weak connection
|
||||
|
||||
---
|
||||
## Threaded Inserts:
|
||||
|
||||
- Requires purchase of screws
|
||||
|
||||
- Weak connection
|
||||
|
||||
- Simple to design
|
||||
|
||||
- Easy to assemble
|
||||
|
||||
- Easy to print
|
||||
|
||||
## **Threaded Inserts:**
|
||||
|
||||

|
||||

|
||||
|
||||
*Credit: Joshua Vasquez - Threading 3D Printed Parts: How to Use Heat-Set Inserts*
|
||||
|
||||
Threaded inserts are the step up from self-tapping screw holes. These are a great way to add strong metal threads to screw holes in 3D prints. First, you must obtain threaded brass inserts for your desired screw size. These brass inserts can then be heated and gently pressed into a corresponding hole in your print. Once the insert is flush with the print’s surface, leave it to cool, and it will be held in place. We have outlined a basic technique below. However, a great resource is an extensive guide on heat-set inserts by Joshua Vasquez on Hackaday ([Link Here](https://hackaday.com/2019/02/28/threading-3d-printed-parts-how-to-use-heat-set-inserts/)).
|
||||
|
||||

|
||||

|
||||
|
||||
- Purchase threaded inserts for desired screw size (ID). Note the outer diameter (OD) of the insert (not the screw size)
|
||||
|
||||
@@ -97,61 +71,37 @@ Threaded inserts are the step up from self-tapping screw holes. These are a grea
|
||||
|
||||
- Once the metal is flush with the printed surface, hold it until the plastic and the insert cool down again.
|
||||
|
||||
## Cons
|
||||
**Pros:** Simple to design, very strong connection, easy to assemble, easy to print
|
||||
|
||||
### Pros
|
||||
|
||||
---
|
||||
|
||||
- Requires purchase of brass inserts and screws
|
||||
|
||||
- Can be time-consuming to insert into prints
|
||||
|
||||
- Simple to design
|
||||
|
||||
- Very strong connection
|
||||
|
||||
- Easy to assemble
|
||||
|
||||
- Easy to print
|
||||
**Cons:** Requires purchase of brass inserts and screws, can be time-consuming to insert into prints
|
||||
|
||||
## Print-In-Place:
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Print-in-place is a technique for designing objects with moving components that do not require additional assembly. The idea is to design a single object in two unconnected and free-standing parts. If designed correctly, the part should hold together even when taken off the build plate. In the design above, the four wheels are printed with axles and can rotate about the axle without assembly.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
As you can see in the wheel design, the axle inside is not actually touching the inner surface of the wheel. Still, the printer can print the axle and wheel without support. Furthermore, the wheel can’t slip off because of the angle between the axle and the wheel. This technique above is a great way to print-in-place wheels and axles.
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Show above is a print-in-place hinge by mikeprusa. As seen in the gif, the hinge uses a technique similar to the wheels on the race car. This design, however, is printed in a different orientation. This technique can be used to create hinges in your parts. There are many other versions of print-in-place joints, but they can be very complex to design.
|
||||
|
||||
## Cons
|
||||
**Pros:** No assembly required
|
||||
|
||||
## Pros
|
||||
**Cons:** Difficult to design, difficult to print, joints can be breakable
|
||||
|
||||
---
|
||||

|
||||
|
||||
- Difficult to design
|
||||
|
||||
- Difficult to print
|
||||
|
||||
- Joints can be breakable
|
||||
|
||||
- No Assembly required
|
||||
|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
# Say Hi to Makerhero!
|
||||
|
||||
@@ -159,6 +109,4 @@ From filament, to repairs and spare parts. Micromelon has spent the last 6 years
|
||||
|
||||
We also own MakerHero, our very own 3D printing filament and parts brand.
|
||||
|
||||
[
|
||||
Buy MakerHero Filament and Parts
|
||||
](https://makerhero.com.au)
|
||||
[Buy MakerHero Filament and Parts](https://makerhero.com.au)
|
||||
|
||||
Reference in New Issue
Block a user