3D Printed Desktop CNC Mill: Technology Workshop Living Food Play Outside
3D Printed Desktop CNC Mill: Technology Workshop Living Food Play Outside
3D Printed Desktop CNC Mill: Technology Workshop Living Food Play Outside
Table of Contents
Step 9: Electronics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Intro: 3D Printed Desktop CNC mill
Welcome to this project. The CNC UNO is a small desktop CNC Mill that can be used for hobby engraving and routing, PCB milling and education. It is mainly made with
3D Printed ABS plastic parts and plywood. Before starting this project, please observe that this machine is not intended for precision work nor for cutting hard materials
like metal. As the machine parts are made of plastic and wood, the machine will flex under heavy load and that is why this project is for fun rather than any serious
application. That said, it is a great little machine for hobbyists that want something to play with without having to spend a fortune.
Also, remember that this will not be a 100% exact description of every little detail of the project, although I will try to explain as much as I can. You will probably have to
improvise a little here and there. Read through the project before starting and make sure you feel comfortable with the steps described.
Soldering skills
3D printing skills
It will help if you have some basic skills in Arduino programming
Basic knowledge of electronics
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 2: Let's get started!
This is the model I made in Rhino 3D when planning the project. I wanted a small and light milling machine that I could play with on my desktop.
Mark the pieces on the plywood and cut them out. The drawing is in millimeters.
I also clamped side pieces together and cut them at the same time to make them as similar as possible.
You can also use nails and screws in combination with the glue.
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 4: Make the table
Now, cut out the table and the back plate for the Z axis.
Also, test out the length of the X and Y axis timing belts. They should be fairly stretched and you can use the spring from a clothes peg as a tensioner.
On the picture, I had mounted the first motor I used. It later turned out to be too weak so it has been replaced with a bigger motor.
Clamp the parts to the frame and mark and drill all the holes for the mounting screws.
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 6: Paint the frame
Sand the frame and paint it. Yes, it has to be silver, otherwise the machine will not work ;)
It is probably a good idea to paint it with a protective coat of clear lacquer as well.
Mount the end switches and test that they click as they should when you move the axis to the stops.
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 8: Make the controller
The controller is a whole little project by itself. You can decide to use another box, skip the LCD etc. It is up to you. This is what I did:
I printed out the controller case and mounted the rotary encoder, the joystick, the potentiometer, the LCD, some LEDs, and buttons at the faceplate. Inside I mounted the
Arduino Mega, the stepper drivers and a little homemade spindle driver.
I used hot glue, superglue, and screws to hold things in place. I also soldered the buttons to a small piece of perfboard and 3D printed some standoffs that I glued to the
back side of the panel so the modules could be screwed into place. If you have different sized buttons and knobs, you may want to design your own front panel instead.
Step 9: Electronics
See tables for how I connected the pins to the Arduino.
You will need to solder all ground pins to the ground pin and all Vcc to the +5 Volt pin of the Arduino.
In series with each LED, you will need to solder a current limiting resistor. Other than that, soldering all these pins should be pretty straightforward.
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 10: The spindle motor driver
For the spindle motor driver, I used a 30N06L MOSFET to switch the power. This is how it is connected.
I soldered the MOSFET, the diode and the resistor to a little perfboard and added a small heat sink to protect the MOSFET from overheating.
Directly on the motor connectors, solder the 2 capacitors to filter out noise from the motor.
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 11: Stepper drivers
Then connect the 12V from the PC power supply to each +12V connection of the L298N motor driver boards.
On Output A and Output B you connect the leads for each stepper. You have to play around a little with the leads to see which goes where. After some trial and error, the
motor will go in the correct direction. Use the joystick on the controller to test the direction of each motor and switch the cables around until it works as it should.
Note! I have noticed that the drivers get pretty hot when running the machine for longer times. I suggest adding a fan to the controller box to keep things cool.
Connect the Arduino to the PC and program it with the sketch that you can download from here.
Test the entire functionality of the controller and make sure the motors go in the correct direction. Check that all buttons, LEDs and knobs do what they are supposed to
do; see the controller manual below.
When testing the machine, use very low feed rates (F100 or lower) and do not go deep! The CNC UNO will work with small mills and drills only and they can easily break.
Also, by using low feed rates and shallow depths, you put less strain on the machine, avoiding the occurrence of flexing and bending.
I suggest testing it out with small pieces of plywood or similar soft material.
The firmware is a Beta and it is meant to be improved, by me or by others. It has a very limited set of G- and M-codes and basic functionality only. I see many ways in
which this project can be improved. For example, one could use inexpensive 3D printer stepper motor controllers, and use micro stepping of the motors for smoother and
quieter operation. The controller would gain from having an SD card reader where one could store CNC programs, just like many 3D printers have. The spindle motor
output should be PWM (Pulse With Modulation) to be able to control the RPMs. WIFI could be added. The list goes on...
Feel free to improve it and add features, and send it to me so it can be shared with others.
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 13: Controller manual
When the controller turns on or when it resets, it automatically homes all axes. Once in a home position, the display will show its X, Y and Z axis positions and the current
feed rate. At the bottom of the screen, there is a menu controlled by the three buttons below the LCD. The right-most button browses the menu.
HOME will home all axes to their end point breaker position.
SPNDL will start and stop the spindle.
ZERO will tell the controller that the current position of the tool is the zero point.
JOGXY tells us that the joystick will control the jog motion in the X and Y axis. If you press it once, it will change to JOGXZ, changing the joystick to control the X and Z
axis.
After an axis has been jogged with the joystick, the controller will remember it as the lasted jogged axis. Now the axis can be fine-jogged with the rotary encoder dial.
PAUSE >
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Step 14: Run programs
To run a CNC program on the machine, you send it via the serial port. The baud rate is 115200 baud.
You can send it with any terminal program that has the XON/ XOFF handshake protocol. Here I use the CNCSimulator Pro from CNCSimulator.com, as it is where I work
when I am not at home building CNC machines :) Another communication setting that is important to use is a 100 ms delay between each block for the machine to be
able to catch up.
On the picture, the Char delay is set to zero. I have not found out that a small value of 10 works better. You may have to play around with these values to avoid losing
characters when sending from the PC.
G04 is dwell.
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
M03 starts the spindle.
M04 also starts the spindle (we have no directional control yet).
Example program
G00 X0 Y0 Z0 (Go fast to X0 Y0 Z0)
G01 Z-10 F400 M03 (Go to Z-10 with a speed of 400 mm/min and start the spindle)
G02 X0 Y0 I20 J0 (Do a full circle to X0 Y0 center in X20 Y0)
G01 X50 (Go to X50 with programmed feed rate)
M01 (Pause)<br>G01 Y50 (Go to Y50)
G01 X0 (Go to X0)
G04 P1000 (Dwell one second)
G00 X0 Y0 Z0 (Go to X0 Y0 Z0)
G73 Z-20 Q3 F200 (Drill a hole to Z-20 with a step size of 3 mm and feedr. 200 mm/ min)
M05 (Spindle stop)
G28 (Move all axis to max)
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/
Related Instructables
6x6x6 3D print:
Sculpture Robot Sculpture Robot Sculpture Robot
Build A Cheap Delta CNC by (Part 9 of 9): Sculpture Robot (Part 3 of 9): (Part 5 of 9):
Handcrafted RTegelbeckers Haptic Tactile (Part 4 of 9): Kids Bike Making a
CNC Mill by Sculpting Polycarbonate Destruction for Robotic Arm
ASCAS Robotic Robot Impact Robotic Arm with Chainsaw
Feedback Container Parts (video) by & Sawzall Axe
Controller (video) by morganrauscher (video) by
(video) by morganrauscher morganrauscher
morganrauscher
Advertisements
Comments
2 comments Add Comment
http://www.instructables.com/id/3D-Printed-Desktop-CNC-mill/