WEEK 3 | Computer-controlled Cutting
-- Laser Cutter assignment --
This week assignment helped me a lot with my final project. Children will connect 2D modules to create 3D shapes. I've already made 2 different shapes. I will probably create new ones by playing with size and polygons. Copper tape with conductive adhesive (vinyl cutter) and LEDs will be integrated into the 2D modules.
I've cut 3mm cardboard this week. This is the parameters I used :
Slots size : width=2.3mm
Laser cutter parameters : RED=rgb(255,0,0) : POWER= 40%, SPEED= 12%, PPI= 250.
Those parameters were already programmed on the computer and worked very well. On the other hand I've tried to raster and it wasn't a success. On this picture you can see the different test that I've made. I've increased the power until the laser get through the first layer of cardboard. Values tested : 12% > 20% > 25% > 30% > 35% > 40% > 37% > 39%. I've been changed the value while the laser cutter was rastering (Settings > Black > Power > Apply > OK).
Here, download the press-fit file.
Rhino & Grasshopper - Round 1
To create a solid on Rhino from an Illustrator file:
1. Export your Illustrator file as ".dwg" and import it on Rhino.
2. Hold the button: "surface from 3 to 4 corner points", click on "surface from planar curves" and select your shape.
3. Now that your surface is created, remove the curves.
4. Select the function "extrude face" to create the solid (I use the command: 3mm).
I start by watching few tutorials online. Grasshopper helps designing algorithms on Rhino. I discover some functions and I start to understand the logic.
Now it's time to try to make my press-fit kit pieces parametric. Not an easy task! I start with the imported Illustrator file. It takes a while before I understand that I need to "explode" my drawing to select the curves that I want to manage from Grasshopper. Once I "explode" my drawing, I select "curve" in the "geometric tab". But I can't change the parameters from the box that appears on the canvas. I double click on the screen, tap "curve" and select the other box called "curve". I try to do the same for the lines but I can not select the lines directly. I have to create points on Rhino. On Osnap tab, I select "intersection". It makes it easier to create points on my drawing. Then I create 3 different "line" box by double clicking on the canvas. To be continued...
Laser Cutting - Lets make a stool
1. Adjust the "waffle" grid
2. Select where to print the drawing on the Illustrator template
3. Check the color and the size of the lines : vector cutting : color=rgb(255,0,0) | stroke=0.1pt
4. Ungroup and join : my vectors were grouped, I had to ungroup and join my shapes (use : cmd+j and the white arrow). Apparently some laser cutter don't deal well with Illustrator groups.
5. And print > setup > preferences > look after the file related to the material you cut. I'm using a 3mm thick cardboard.
6. Check how long the cutting takes on the laser cutter software (if something looks wrong, have a look once again the Illustrator file).
7.Turn on the extraction.
8. Start cutting!
I can test my first joints, the holes are way too big. I change my file and test the following sizes :
width=5mm; height=2mm and width=5.3mm; height=2.3mm. My joints are now working.
Here, download the stool file.
Vinyl Cutting
1: I adjust the rocket size that suits me. In order to keep the proportions, I press the shift button at the same time.
2: I select Image Trace in the Object tab and I press the Black and white logo option. Now, I have a quick creation of vectors.
3: to get the optimal amount of vector points, I press the Expand command.
4: I use the Direct Selection Tool (white arrow) to remove unnecessary points.
5: with my white arrow, I select the parts of my drawing I have to change. I empty the inside of my rocket and I select a thin and black outline.
Warning: when you import and vectorize images on Illustrator, check if your drawings don't have double lines before printing.
Here, download the vinyl cutter file.