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:
Tim Hadwen
2026-03-01 17:14:05 +10:00
parent 707c49dd3f
commit ae3ae18585
1212 changed files with 2477 additions and 6948 deletions

View File

@@ -7,15 +7,11 @@ excerpt: "Learn the fundamentals of 3D printing as a technology you can use in t
featuredImage: "/images/resources/everything-to-know-about-3d-printing.jpeg"
---
This post is designed to be a taster at how 3D printers work, dont work and how they can be used in the classroom. This is the written version of a Professional Development Webinar Micromelon Robotics ran for teachers in 2022. Check out the events page to find out if there are other events coming up you might want to tune in for.
[
Events Page
](/events)
This post is designed to be a taster at how 3D printers work, dont work and how they can be used in the classroom. This is the written version of a Professional Development Webinar Micromelon Robotics ran for teachers in 2022. Check out the events page to find out if there are other events coming up you might want to tune in for.[Events Page](/events)
### How Do 3D Printers Work?
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/88a449e3-306e-4438-8ca9-dbcc77ee8e02/3dprintinggif.gif)
![](/images/content/042d22-3dprintinggif.gif)
The term “3D printing” encompasses several different technologies with their own benefits and drawbacks. We will mainly be discussing the currently most accessible and affordable 3D printer technology known as FDM (Fused Deposition Modeling). However, due to technological improvements and pricing reductions, resin LCD printers are also becoming a mainstay among hobbyists and schools alike.
@@ -69,11 +65,11 @@ The most significant advantage that 3D printers give us is quickly taking an ide
The process of taking your idea to the 3D printer can be broken down into 3 distinct parts: Designing, Slicing and finally, Printing.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/2ab9563a-19a4-4f35-9692-7047a2a45ddd/image9.png)
![](/images/content/5bfd37-image9.png)
For students we often need to repeat this cycle a few times and in order to save class time, filament and failed designs, we normally start with ideation and sketching. Basically we follow the engineering design process, meaning we do lots of thinking and sketching at the start, before jumping into software to build our models, finally to print and evaluate where we went wrong.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/86a581e9-6c82-492f-bfce-b980896c7283/image8.png)
![](/images/content/921eea-image8.png)
**3D Modelling and Design**
@@ -83,33 +79,33 @@ Once you have finalised and fleshed out your idea, you must first design it in s
The image on the left is an example of a spinning top that does not conform to this rule. We can see that this model will be impossible to print as there are no flat portions that can be placed on the printer bed. The image on the right shows a version of a spinning top that conforms to this rule. The handle has been made specifically so the spinning top can be placed upside down and printed with support.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/7c1d7f5c-5faa-4ad9-9280-ba2394d217d9/image10.png)
![](/images/content/78f5f9-image10.png)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/6606c294-4a47-4990-b0af-6c5ff6fabf09/image4.png)
![](/images/content/aa146f-image4.png)
#### *Rule: Try to minimise the number of features in your design that are not directly connected to something below it*
The image on the left is of a bracket with an overhanging portion on each side. For this to be printed in its current orientation, it would require support material between the bottom and top surfaces, which could be challenging to remove and leave a bad surface finish. The image on the Right shows the same bracket with the overhanging portions filled in, making it significantly easier to print.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/d7dcb38a-8222-4961-b373-8ced32f4ada9/image11.png)
![](/images/content/647620-image11.png)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/35fc9903-74b0-4f3d-8aec-d9207533cfed/image5.png)
![](/images/content/17d4c4-image5.png)
#### *Rule: If you must have something sticking out from your design, try to keep it at an angle of more than 45 degrees to avoid the need for supports.*
The image on the left is of a stopper meant to have an O-ring placed between the top and bottom ridges. For this to be printed in its current orientation, it would require support material between the bottom and top surfaces, leading to a reduced surface finish that could damage the O-ring. The image on the right is of the same stopper with a 45-degree angle added to the top surface. This now means that the stopper can be printed without the need for supports, ensuring a good surface finish.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/5d50a91b-9986-4885-a754-8e0c46691d9f/image6.png)
![](/images/content/129006-image6.png)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/ddab977c-447b-478f-b8b0-22951f347954/image1.png)
![](/images/content/1a7bf5-image1.png)
#### *Rule: Due to the printing process, curves look best when orientated in the x and y-axis.*
The image on the left is of a design with a curved portion pointing upwards. Due to the way that 3D printers slice models for printing, this curve will end up being made of layers with a height equal to the selected layer height. This will cause the curve to become less defined and to look more like steps. To avoid this, you should design your parts to be orientated with significant curves on either the x or y-axis. This is because the resolution of the x and y axises significantly better than the layer height. This can be seen in the image to the right, where the component is laid on its side.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1678f16c-1afc-4b52-a112-67d45eb954cf/image14.png)
![](/images/content/911446-image14.png)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/29c91597-de4b-4937-9589-91456dea6686/image16.png)
![](/images/content/e35baf-image16.png)
**Slicing**
@@ -123,7 +119,7 @@ This is where you take your design to the printer. This can be done in one of se
Although 3D printers are fantastic pieces of technology that help us turn our designs into physical objects, they are still a complex piece of technology with many things that can go wrong. No matter how good the printer is, it is still susceptible to failure.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/ce64cbeb-8c58-4e25-8859-ea00e15e666c/image17.jpg)
![](/images/content/784599-image17.jpg)
Image Credit: Prusa Research a.s.
@@ -147,152 +143,32 @@ Suppose your printer supports printing in multiple materials using multiple extr
So, supports are a double-edged sword. On the one hand, we can print whatever we want, regardless of its features. On the other hand, we now need to contend with potentially extensive post-processing, longer print times and diminished surface finish.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/0f4ca13e-400d-4b32-9b0e-a46ce6d31eea/image13.png)
![](/images/content/6f5566-image13.png)
# 3D Printing in Industry
3D printers have been highly influential in how engineers work worldwide. Gone are the days when complex prototypes must be set off to be manufactured over days or weeks. Industrial designers and engineers can design, analyse and refine quicker than ever before because the parts can be printed in house, evaluated, and decisions made without needing external partners. Even things as simple as TV remotes can be printed, felt in the designers hand and changes sometimes made within the same workday.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1bfa7e54-75a2-4034-b32d-0642b03d5c1c/image12.jpg)
![](/images/content/10b837-image12.jpg)
Here at Micromelon, we have been using 3D printers to prototype our robots since 2017 and before that to help with Uni projects and other companies products. We used 3D printing to sell our first products, refine our designs and upgrade different parts of our robots based on direct customer feedback and prototyping. 3D printing enabled us to evaluate and refine before we were ready to order thousands of robot shells at a time.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/3cb7b21b-78ab-4749-8c9f-98ce7de3e0dd/image2.jpg)
![](/images/content/a02731-image2.jpg)
A great example of this taken to the extremes is with NASA. In 2014, NASA sent the first 3D printer, the ReFabricator, to the International Space Station, which was an FDM printer using very similar technology to what we have in classrooms today. This printer enables designers on earth to design tools and parts required for the ISS to be printed in space and used. It was also the first 3D printer to break down old prints and reuse the material to create new parts.
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/8379af7a-0392-4211-ae07-709a1ae50624/image15.png)
![](/images/content/8a2042-image15.png)
Finally, 3D printers have allowed people to make entire businesses based on customisation and designing parts for their hobbies. Whether its someone adding a cup holder to their own car or creating custom cup holders for a whole range of vehicles, 3D printing has given people the ability to customise anything and everything. Where usually youd need a large market to sell a product, with 3D printing, you can design the part, print, and sell only a few, and it can still be worthwhile. A whole industry on Etsy and other online marketplaces has been created based on this premise. If the thing you need doesnt exist, thousands of people who 3D model and print for a living are willing to design a part just for you.
So that is a crash course on 3D Printing. There is lots of content we purposely didnt include in this blog post because it could honestly be a whole book. Things like which 3D Printers are best for classrooms, where I download models from, how I store my filament and how do I manage 30 or more students all wanting to print their new design at once are all great questions and ones that are best handled in a video call or meeting with some of our 3D printing experts at Micromelon. If this is you feel free to reach out via our contact form and well be more than happy to support you on your 3D Printing journey.
So that is a crash course on 3D Printing. There is lots of content we purposely didnt include in this blog post because it could honestly be a whole book. Things like which 3D Printers are best for classrooms, where I download models from, how I store my filament and how do I manage 30 or more students all wanting to print their new design at once are all great questions and ones that are best handled in a video call or meeting with some of our 3D printing experts at Micromelon. If this is you feel free to reach out via our contact form and well be more than happy to support you on your 3D Printing journey.[Contact Us!](/contact)
[
Contact Us!
](/contact)
![](/images/content/15d396-black-spacer.png)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/727606f4-ca0c-4d20-a6c1-a15a7793b53d/Black+Spacer.png)
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/514f66e4-0c76-4ca8-8451-b38d0c4b39e6/2021-12-16_16-01-19_1639630906.jpg-2_9aae3875-8e0b-41ff-8d46-14a38ce51916.webp.jpeg)
![](/images/content/6b505b-2021-12-16_16-01-19_1639630906.jpg-2_9aae3875-8e0b-41ff-8d46-14a38ce51916.webp.jpeg)
# Say Hi to Makerhero!
From filament, to repairs and spare parts. Micromelon has spent the last 6 years working with schools, businesses and individuals to repair, maintain and print great things. We run 3D printing training and webinars to the public focused around using 3D printers safely around students at schools, robotics clubs and at home.
We also own MakerHero, our very own 3D printing filament and parts brand.
[
Buy Makerhero Filament and Parts
](https://makerhero.com.au)
### Related Posts
Resources
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1639455538805-9NI7CPKR7IYG6D4RBKAN/high+quality+sumo.png)
](/resources/creating-a-sumo-unit)
[All](/resources?category=All)
[Creating A Sumo Unit For Your Digital Technologies Class](/resources/creating-a-sumo-unit)
[All](/resources?category=All)
How to run a sumo unit in your digital technologies classroom.
[Read More →](/resources/creating-a-sumo-unit)
[All](/resources?category=All)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1637464845856-BBPD7GTIIHHOSJCFORWF/the+ultrasonic+sensor.png)
](/resources/ultrasonic-sensor)
[All](/resources?category=All), [Guides](/resources?category=Guides)
[The Ultrasonic Sensor](/resources/ultrasonic-sensor)
[All](/resources?category=All), [Guides](/resources?category=Guides)
Learn all about the ultrasonic sensor!
[Read More →](/resources/ultrasonic-sensor)
[All](/resources?category=All), [Guides](/resources?category=Guides)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1625616494179-LZHZP5MUA0E0MQKEB7HC/cropped+image+4.png)
](/resources/year-7-digital-tech-at-st-peters)
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
[Case Study: Year 7 Digital Tech at St Peters Lutheran College](/resources/year-7-digital-tech-at-st-peters)
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
See how Meg Foley at St Peters conducted a challenge for their Year 7s using Micromelon.
[Read More →](/resources/year-7-digital-tech-at-st-peters)
[All](/resources?category=All), [Customer Stories](/resources?category=Customer+Stories)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1637464675848-K9YEOYK65IWRFRX4QJ1R/blog+header+image+.png)
](/resources/robot-simulator)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[Getting Started With The Robot Simulator](/resources/robot-simulator)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
How to get started with the Micromelon Robot Simulator.
[Read More →](/resources/robot-simulator)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1626837419969-WBB4D85KQIXSOP750N5M/resized+banner+%281%29.png)
](/resources/getting-started-with-the-micromelon-rover)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[Getting Started With The Micromelon Rover](/resources/getting-started-with-the-micromelon-rover)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
Crash course on basic rover function, how and what to program and starter activities to attempt.
[Read More →](/resources/getting-started-with-the-micromelon-rover)
[All](/resources?category=All), [Getting Started](/resources?category=Getting+Started)
[
![](https://images.squarespace-cdn.com/content/v1/60a43bf842d7b601064a8828/1622691207784-0X6JV7RYRQXZAFRG712S/pisonescape.png)
](/resources/prison-escape)
[Activities](/resources?category=Activities), [All](/resources?category=All)
[Activity: Prison Escape](/resources/prison-escape)
[Activities](/resources?category=Activities), [All](/resources?category=All)
Learn branching and iteration using the colour sensors and motors.
[Read More →](/resources/prison-escape)
[Activities](/resources?category=Activities), [All](/resources?category=All)
We also own MakerHero, our very own 3D printing filament and parts brand.[Buy Makerhero Filament and Parts](https://makerhero.com.au)