Assignment Brief

๐Ÿ‘ฅ Group Assignment

  • Design a machine that includes mechanism + actuation + automation + application
  • Build the mechanical parts and operate it manually (Part 1)
  • Actuate and automate the machine (Part 2)
  • Document the group project

๐Ÿ‘ค Individual Assignment

  • Document your individual contribution to the group machine
  • My role: Extruder Mount Design & 3D Printing

Clay 3D Printer โ†’ CNC Plotter

The Vujade Node team set out to build a clay extrusion 3D printer โ€” adapting an existing closed-source FDM printer to push clay through a custom extruder mount using a belt-driven syringe plunger. After iterating through the belt mechanism and a lead screw redesign, and identifying a motor driver bottleneck, the team pivoted the machine into a fully operational 2-axis CNC pen plotter, completing it within the week's time constraint.

Machine Summary

Type: 2-axis CNC pen plotter (evolved from clay extruder)  ยท  Controller: RAMPS 1.4 + MEGA  ยท  Firmware: Marlin  ยท  Extruder: NEMA 17 stepper + belt-driven syringe plunger  ยท  Driver: A4988 / DRV8825  ยท  Max travel: 150 mm

Team Roles

Aisha
Extruder Mount Design & 3D Printing
Sarah
Clay Extruder (mechanics + firmware calibration)

Development Phases

01

Belt Mechanism

NEMA 17 stepper with pulley and belt translating rotation into linear plunger compression. MVP for rapid testing.

02

Lead Screw + Nozzle Mount

Belt skipped steps under syringe weight โ€” replaced with lead screw for better torque. Custom nozzle mount designed and printed.

03

RAMPS 1.4 + Marlin

Configured Marlin firmware via Pronterface. A4988 motor driver identified as insufficient for clay extrusion torque.

04

CNC Plotter

Pivoted to 2-axis pen plotter. Fully operational, producing clean output within the week's constraint.

RAMPS 1.4 Marlin FW NEMA 17 A4988 Driver Lead Screw Fusion 360 PLA

Extruder Nozzle Mount โ€” Design & Fabrication

My role in the machine week was the design and 3D printing of a custom extruder nozzle mount to replace the original FDM print head on the closed-source printer. The objective was to adapt the printer for clay extrusion by creating a mount that could securely hold a clay nozzle system while maintaining alignment, rigidity, and compatibility with the existing X-axis carriage.

Step 1 โ€” Analysing the Original Print Head

The process began by carefully measuring the original FDM print head assembly โ€” its mounting interface, screw hole locations, spatial clearances, and the carriage interface geometry. Every dimension mattered: the new mount had to fit the existing X-axis carriage exactly, or the nozzle would not align with the build plate.

Original FDM print head assembly being measured
Measuring the original print head interface
Custom nozzle mount designed in Fusion 360
Fusion 360 โ€” custom nozzle mount design
Custom mount assembled on printer carriage
Mount assembled and clay nozzle attached

Step 2 โ€” Designing the Mount in Fusion 360

Based on the measurements, I designed the custom mount in Fusion 360. The design had to balance several constraints:

Step 3 โ€” 3D Printing & Assembly

The mount was printed in PLA with printing parameters optimised for durability in load-bearing regions (higher infill, thicker perimeters). After fabrication, I assembled the mount onto the printer's X-axis carriage, replacing the original print head, then attached the clay nozzle system.

Alignment tests were performed to verify the nozzle was perpendicular to the build plate and correctly positioned along all three axes. Iterative adjustments were made to eliminate vibration and ensure stable, consistent extrusion.

โš ๏ธ The belt extruder worked until the syringe pump was added โ€” the combined weight caused the belt to skip steps. This led to switching to a lead screw configuration for better torque, which informed the Phase 2 redesign of the full extruder system.

Group Poster Design

As part of the project requirements, we were asked to produce a one-minute video and a poster. I designed the group project poster, condensing the team's work into a single visual layout that communicates the machine concept, development stages, hardware stack, and final outcome. The project video was created by my colleague Sarah and can be viewed on the group assignment page.

Vujade Node โ€” Clay 3D Printer to CNC Plotter group project poster designed by Aisha

RAMPS 1.4 & Marlin Calibration

While I handled the mechanical mount, Sarah configured the electronics and firmware. The extruder motor was connected to the E0 port on the RAMPS 1.4 shield using an A4988 stepper driver, and Marlin G-code was used via Pronterface for calibration and testing.

Command Purpose Result
M302 S0 Allow Cold Extrusion Bypasses the heater/nozzle safety check โ€” not needed for clay
M92 E1.0 Steps per mm Configured 1:1 ratio (1 unit = 1 mm of plunger travel)
G1 E50 F60 50 mm move test Verified plunger moved exactly 5 cm as expected
M211 S1 Software endstops Enabled to prevent over-travel beyond the 150 mm syringe limit

What I Learned

Machine week was the most collaborative assignment in Fab Academy โ€” every design decision affected someone else's work. My task was the nozzle mount, but its dimensions had to match Sarah's extruder. Getting something physically fabricated to work inside a system designed by two people simultaneously requires a level of precision and communication that solo assignments don't demand.

Designing the mount in Fusion 360 reinforced how much mechanical design is really about constraints. The creative work isn't choosing the shape โ€” it's satisfying all the constraints at once. Each constraint narrows the design space, and the final shape emerges from what's left.

The belt-skipping problem โ€” where adding the syringe caused the belt to lose steps โ€” was the most instructive failure of the week. It wasn't obvious until the full assembly was in place, which is exactly why building and testing matters more than predicting. The pivot to a lead screw (and eventually to the CNC plotter) showed how a team can reframe a constraint as a design decision rather than a failure. The plotter works beautifully. That's a success.

โ† W07: Computer-Controlled Machining All Weeks W13: Molding & Casting โ†’
🤖

AI Disclosure: Claude (Anthropic) was used as a writing tool to help proofread and structure the documentation on this page. All designs, fabrication, and technical decisions are my own.