- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 2 weeks ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 month ago
- What is IoT and which devices to usePosted 1 month ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 2 months ago
- Make your curtains smartPosted 2 months ago
- Configuring an ESP8266 for Battery PowerPosted 2 months ago
- Creating a Telegram Bot for ESP32Posted 2 months ago
- Mini Course on BlynkPosted 2 months ago
- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 2 months ago
- Building a Laser MicroscopePosted 2 months 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.