- How to Build a 1000W ZVS Induction Heater Using a Resonant RLC CircuitPosted 4 weeks ago
- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 10 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 10 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 1 year ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 1 year ago
- Building a 3D Digital Clock with ArduinoPosted 2 years ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 2 years ago
- Snowflake with ArduinoPosted 2 years ago
- Holographic Christmas TreePosted 2 years ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 2 years ago
DIY a CNC Machine With a Dremel As a Spindle
The maker Nikodem Bartnik has just created a 3d printed CNC machine that’s able to cut MDF and acrylic and can engrave aluminum.
As for how well this CNC machine works, it’s pretty good. With the Gcode to cut an 80mm diameter circle out of MDF, this machine managed to cut a circle that was 80.02 mm in diameter. That’s pretty good, and getting into the territory that the error is probably in the cheap set of calipers, not the finished part itself.
All you need to build your CNC machine is:
- Dremel tool
- Aluminium Profiles 20x20x600mm (5)
- 12mm rod (about 2 meters)
- 500mm long trapezoidal lead screw 8mm
- 300mm long trapezoidal lead screw 8mm
- 12mm linear bearing
- 5 to 8mm coupler
- T nut (50)
- Screws
- Arduino+CNC shield+stepper drivers
- Power supply
- Stepper motors (4)
- Relay
- Limit switches
- AC IEC socket with switch
The electronics for the build are just an Arduino Uno, a motor driver sheld running GRBL, a relay for the Dremel, a few motor drivers, and a 30A power supply. NEMA 17 motors are used on the Y-axis and on the X and Z.
It’s an awesome build, and Nikodem has everything documented in his four-part video series.