My targets are:
My targets are:
This week is about using the vinyl cutter and the laser cutter/engraver
Not all materials are supported on a laser/engraver. Sometimes it may not work but in other cases it will be hazardous. PVC for example is really dangerous, it creates toxic fumes. See here for a list of supported materials.
Laser can be extremely hazardous, depending on power and depending on the way they are integrated in devices. With Trotec devices, we are in good hands. See here for more information on this.
Laser cutting is basicaly a "controlled fire". But it is still a fire.. and if something goes wrong (like a device failure, bad parameters, .. ) there is a risk of propagating the fire to the entire room. That's why laser cutters should never left unattended.
A good exhaust system is essential for the safe and clean operation of your laser device. Dust and gas must be removed from the processing area. Furthermore, an exhaust system filters out smells produced during laser processing. In addition, exhaust systems ensure the quality of your lasered end products. The correct removal of dust and gases protects your materials from contamination.
Click here.
Click here to download the Trotec Speedy 300 documentation.
Topics covered (course) Video recording (course) Students and Labs My filesInkcut (click here for more information) is a nice tool that helps to drive most of the vinyl cutters without the software provided by the manufacturer. InkCut can be installed standalone or as an InkScape extension. To install it standalone, just enter: apt-get install python3-pip python3-pyqt5 libcups2-dev and then pip3 install inkcut. To start the app in a terminal, just enter: inkcut and here it is...
Then open a SVG file. I loaded the one I prepared last week but colors are not separated
I have to create one file per color I want to feed on the cutter. Here is how it look when I select the red color only (see last week post for more info on how to do it). Note: the original is around 6" width, I scaled it down to 50% to fit to my laptop cover lid.
Then open a SVG file. I loaded the one I prepared last week but colors are not separated, I have to create one file per color I want to feed on the cutter. Here is how it look
The next step is to configure the device/driver. It looks the model we have in the lab is not listed but there is a generic Driver
Last step it to send it to the vinyl cutter. And here is when everything started to collapse.. The first issue was the InkCut device configuration. InkCut knows two Roland Vinyl cutter... but not the one we have in the Lab. Using the generic driver did not help. Something was cut.. but not identical to the drawing. Lines that should represent the movements between two points (in color on the picture) were actually cut for real
Plan B was to try with the SW provided by Roland, unfortunately it runs on Windows only. I followed the instructions I found here TODO add link to Francois web site .
Under Windows, using the proprietary driver and application, the device GS-24 was detected. But another issue popped-up: my drawings were not pure vectors and I struggled to fix them but finaly it worked.. In fact, I hope it work...
(from this site) Solder paste stencils are used to apply solder depots on printed circuit boards with a screen printing technique. SMD components (SMD = surface mounted device) are placed within these depots subsequently and soldered with a following reflow- or vapor phase process. The quality of the finished assembly is influenced by the SMD-Stencil used. The size of the apertures (openings), and thickness of the stencil determine the amount and shape of the applied paste. The purpose of the SMD-Stencil is:
Stencil thikness depends on smallest components used. The standard thickness is 150μm. Stencil are usualy in metal and they can last for thousands of builds. Not practical when you just want to manufacture a few boards.
Next week, we will manufacture our first board. I basicaly plan to follow the great tutorial on Sparkfun site. They suggest "4mil stencils for larger 0805-1206 parts"
This week, I'm focussing on the stencil only. I found the project files (traces) here and this is my starting point to create the stencil.
After having loaded the file in InkScape (in a layer named "traces", I added another layer (named "cream"). On that layer, I traced (using the rectangle tool) every place I want to put solder. Here are the steps:
Last step it to send it to the vinyl cutter. And here is when everything started to collapse.. The first issue was the InkCut device configuration. InkCut knows two Roland Vinyl cutter... but not the one we have in the Lab. Using the generic driver did not help. Something was cut.. but not identica to the drawing
Plan B was to try with the SW provided by Roland, unfortunately it runs on Windows only. I followed the instructions I found here TODO add link to Francois web site .
Under Windows, using the proprietary driver and application, the device GS-24 was detected. But another issue popped-up: my drawings were not pure vectors and I struggled to fix them but finaly it worked
Last week, I prepared a "pixelated" drawing of the Lion King. "Pixelate" means to blur (a video image) by overlaying it with a grid of squares/circles, usually to disguise the identity of a person.
Now, I want to engrave it on wood using the Trotec laser engraver.
The engraver uses colors to determine how deep it has to burn a given area. Red color, by convention, means "pass-through", i.e cut the material. Here is an example of the settings:
Here are a few advices I found in Trotec user manual (for wood engraving jobs):
The next step is to send the project (SVG) to Trotec Job Control application. Unfortunately, it runs on Windows only but the good news is that InkScape is multiplatform. After a reboot on Windows partition, launch InkScape and load your project. Then it is as simple as printing to a conventional printer. Here is how the UI looks like
Projects are added to the Trotec Job Control application. Here is an example...
At the time I wrote this sentence, the result was not yet perfect. As you can see on the picture above, Trotec software "interprets" the original colors and "maps" them to the set of standard colors supported in their configuration. Each color has in turn a mapping to a speed and power. The trick is, despite the face that the color looked mapped well, the physical rendering was to great, i.e white and black where well rendered but all other colors were rendered without nuances. I'm still investigating what the root cause could be. Stay tuned ...
This project is about using the laser to cut, not only to engrave. My intent is not to design something new but more to learn more on the laser cutter. The output will be a jigsaw version of the Lion King project presented just before.
Here are a few advices I found in Trotel user manual (for wood cutting jobs):
How to generate the jigsaw pattern ? I found out tools that do a great job in generating jigsaw parts:
I used the InkScape extension. To install it, just get the zip file and save the files to your Inkscape extensions folder.
Using Inkscape, create a new document, with two layers: "engrave" and "cut". Import the Lion King drawing into the first layer. then, use the extension (Extesnions, Render, Laser cut jigsaw) with the following parameters on the second layer to create the jigsaw:
And here is the output (with and without the drawing on the top):
The next step is to set red color for the jigsaw, since it means "cut" by convention on the laser cutter.
Note: there is no so much use to create a jigsaw without any image on it. This was not intentional. I still have issues with the image engraving, that's why I divided the problem in two. Once the rendering will be ok, the idea is to process with engraving first and then to run the cutting job just after.
I found out another extension that looks promising. This extension creates cut lines to make a living hinge when laser cutting material. Options include the length of the cuts, the separation between sequential cuts, and the separation between adjacent cuts. I missed time to use it for real on the laser cutter but here is an output sample
I learned how to use a vinyl cutter to create a logo
I learned how to use a vinyl cutter to create a stencil and to use it later in a reflow process
I learned how to use a laser cutter to engrave on wood
I learned how to use a laser cutter to cut wood and to create a jigsaw and a wood enclosure
There are many options to create joints, like shown here:
That guy did a quite impressive job of explaining different options (not only for laser but also for big CNC and, as he wrote, "The secret to good joinery is determining the proper amount of tolerance". And "tolerance" vary from one material to another. Do not even think about forcing steel..
Starting from the design I prepared and explained last week , I manufactured a first version of my parametric enclosure.
Here is my starting point
Depending on their performance and the risk of injury for eyes and the skin therein, laser machines are divided into internationally valid safety classes. Class 1 has the highest safety, while lasers of class 4 can emit laser radiation. For these class 4 lasers, it's necessary to wear protective equipment like protection goggles. The closed flat bed laser machines (like the Speedy 300) are in laser class 2. Why only laser class 2? Because laser pointers are built into Trotec devices, showing the user where the laser will touch the material. According to international standards, any laser pointer that has an output of less than one milliwatt goes in laser class 2. Protection from the laser is provided through cladding elements, side covers, a front hood and a protective cover. These covers have interlock safety switches built in. If any interlock-secured cover is opened, a signal is sounded and the laser machine will immediately interrupt the laser process. This ensures that the user is totally protected at all times.
The model we use in the Fab Lab is a Trotec Speedy 300, with a CO2 laser