Imagen del experimento

FINAL VIDEO

Idea

The idea for this machine stems from the need we have at the Indoamerica Fab Lab to be able to perform engraving work on flat surfaces such as textured paper or cardstock, using different markers, pencils, and technical pens of various colors. This machine will allow us to draw different 2D designs, such as letters, graphics, and even circuit boards. The idea is also that we can manufacture this machine using existing processes in the lab, as well as electronic components available in our warehouse or that we can easily purchase.

Imagen del experimento

We had an initial idea of ​​what the structure of our machine would be like, but it required buying many components that were a bit difficult to obtain, so we opted for another design that we can mostly manufacture in our laboratory. This new design also allows us to make the machine lighter, easier to transport, cheaper, and we can design it to have a larger work area.

Imagen del experimento

Now that we have a clearer idea of ​​our machine's structure, we're getting down to work. In this team that Eli and Nico form, each of us has a bit more experience in certain areas, and to speed up the machine's development process, we've divided up specific tasks.

Nicolás: electronic part, size the electronic components, acquire the motors and electronic boards, connect the components and the programming and control part.

Elizka: Mechanical part, design the machine in a CAD program to then print the components of the machine where the electronic components will go.

Mechanical Design:

To begin designing the machine parts, and since I'll be using gears, it's necessary to perform some calculations to ensure a good design and that the rack and pinion system functions correctly. For this, I needed to research gear theory, and based on the estimated dimensions of my machine, I will continue sizing my gears.

Imagen del experimento

Now that we have calculated the gears and the size of the machine, we continue to design all the mechanical parts that we will 3D print for assembly.

Imagen 2

We proceed to print all the designed components in FUSION 360, taking into account that some parts are movable and will have friction, so we will print at a low layer height and then sand to avoid the friction force as much as possible.

Imagen 2

We made the design taking into account that when assembling we will use some special inserts for 3D printing which are placed with a hot soldering iron and then we can put the screws to assemble all the pieces.

Imagen 2

Finally, we assembled all the components and applied a little lithium grease to the sliding parts to improve their mobility and prevent the motors from overworking.

Imagen 2

Electronic part:

For the electronics in our CNC router, it's important to know that, due to the high precision required, we must use stepper motors. Each motor needs its own controller, and we need a control board to manage all the motors and communicate with the computer. Finally, we need a power source. Therefore, we will use the following components:

Imagen 2

With all the electronic components acquired, we proceed to wire and place all the parts where they correspond. The motor drivers have a potentiometer to limit the motor current in order to prevent damage. For our motors, which are the 28BYJ-48, we limit the potentiometer voltage to 0.2 V.

Imagen 2

Control:

For the control component, you need to install the software to operate the machine. This software allows you to position the motors and convert the files into G-code. You also need the GRBL programming code so the Arduino can control the motors. The download links for the software and Arduino code are here: https://grbl-controller.software.informer.com/download/#downloading https://github.com/grbl/grbl/tree/master

We upload the code we downloaded to the Arduino and open the software, connect the Arduino cable to our computer and turn on the machine's power supply, and now we can use our CNC plotter.

Imagen 5

Finally, we carried out a simple example to see how the machine works.

Return home