This week focused on computer-controlled machining, specifically designing and fabricating a large-scale object using a CNC machine. I designed a mobile workspace with integrated coffee holder and writing surface, exploring techniques for creating press-fit joinery and curved surfaces without using fasteners or glue.
For the group assignment, I collaborated with Lauri Hallman and Shahmeer Adnan Rana to explore CNC machining best practices, focusing on the Rensi e2-1325 CNC milling machine available in our lab.
Parameter | Test Method | Results | Implications |
---|---|---|---|
Runout | Dial indicator measurement | 0.02mm | Excellent precision for smooth cuts |
Alignment | Test square cuts | Within 0.1° of square | Great for press-fit joinery |
Speed & Feed - OSB | Multiple test cuts | Feed: 3000mm/min Speed: 18000rpm |
Optimal for clean cuts in OSB |
Tool Life - 6mm Flat End Mill | Continuous cutting test | ~4 hours in OSB | Plan for tool changes on large projects |
I designed a mobile workspace that includes:
Basic structure with simple joints
Added curved surfaces and cup holder
Refined joints and optimized material usage
I used Fusion 360 to create a parametric 3D model of my workspace. The parametric approach allowed me to easily adjust the joinery tolerance and overall dimensions.
Created the base structure with parameters for material thickness and joint clearance.
// Parameter Examples
Material_Thickness = 18mm
Joint_Clearance = 0.2mm
Overall_Height = 850mm
Designed press-fit joints with slight interference for stability. Used tabs and slots with rounded corners to avoid stress concentration.
Created the curved writing surface using loft and sweep operations. The coffee holder was designed using a revolve operation.
Simulated the assembly process to verify that all components fit together properly without fasteners.
I exported my design as 2D drawings and prepared the toolpaths using NC Studio. For the curved surfaces, I used a ball nose end mill to achieve a smooth finish.
To minimize waste, I carefully arranged all parts on an 1200mm × 2400mm OSB sheet. The nesting optimization saved approximately 25% of material compared to my initial layout.
The press-fit design allowed for easy assembly without fasteners. Some joints required light tapping with a rubber mallet to ensure tight connections.
This week's project allowed me to explore large-scale digital fabrication using CNC technology. Creating a functional piece of furniture pushed me to consider structural integrity, material properties, and precision joinery. The challenge of designing without fasteners or glue forced creative solutions for connections, while the requirement for curved surfaces expanded my CAD skills. The final mobile workspace successfully combines form and function while demonstrating the capabilities of computer-controlled machining for creating practical, large-scale objects.