Skip to main content

Computer-Controlled Cutting

  • Linked to the group assignment page.
  • Explained how you created your parametric design.
  • Documented how you made your press-fit kit.
  • Documented how you made something with the vinyl cutter.
  • Included your original design files.
  • Included hero shots of your results.

Spiral Goals

  • Check the focus, power, speed, kerf, and joint clearance of the Arketype CO2 laser (Assignment)
  • Redraw the week mockup to design a laser cut scale model of the Final Project, including 2 different joints (Assignment)
  • Make the logo cut with the plotter and put it on the scale model (Assignment)
  • Cut the scale model with the laser and assemble it (Assignment)

Laser CO2 parameters

As I'm doing the Fab Academy remotely, I had to do the group assignment myself on the machine of my lab.

Update 12/03/2023

At the lab we have ArkeType), here are the specifications:

ItemsValue
Working Area90 cm x 60cm
Power Laser100 Watts
Engraving speed0-50000 mm/min
Cutting speed8 000 mm/min
Raster engravingMaximum 2500 DPI
Precision<0,01 mm
Taille mini des caractèresLettre 1,0 x 1,0 mm
Files formatsBMP, PLT, DST, DXF, AI, CDR
Alimentation220V ± 10%/50 Hz, 110V ± 10%/60 Hz
Size1400 x 1030 x 1050 mm

Security

For the fumes of the laser, we have an BOFA AD, that we turn on when the laser runs.

Of course, there is also a stop button in case of emergency.

Starting up

When we need to launch a job on the laser, we need to first turn on the laser (It automatically turns on the water cooling, but not the fume extractor). We can move the laser nozzle with the arrow from the X and TY axies. Usually we use the top-right corner of the drawing as the origin. That how I know where to put the nozzle on the material.

To set the auto-focus, we need to operate in the Z axe, by click on the Z on the dashboard. Now, I can move with the up and down arrows to move the working area. While my nozzle is on top of the material I want to cut, I can than click on Datum to set the focus, helped with the sensor button next to the nozzle.

When it's set, on the computer connected with USB to the laser, in the Lasercut 5.3 software we can import or draw vectoriel design to cut or engrave. Once the settings are good, we just need to click on the Download button to send the laser operations to the machine.

Once is downloaded, we can click on

Focus

For the focus of the laser in my lab (ArkeType), I used a "ramp" method. I put a piece of wood like a ramp starting at the real bottom of the laser nozzle.

ramp picture

Then I can burn a line from the top to the bottom of the ramp.

ramp laser

After identifying the finest line, I measured the distance with the nozzle.

focus spot

It appears to be perfect regarding the auto-focus already configured.

focus distance

Power and speed

Next, I wanted to do a nice matrix of power/speed tests on 2 materials. As we don't run Lightburn as our laser software, but the one from the machine constructor, I need to redraw a test matrix from the start. the number of layers is limited, so I run it from 10 to 50% in power and 10 to 60 mm/s in speed. (I did it in French and English so the members of the Fablab can use it too).

test cut

Weirdly, the difference between the marked and the cut parts should have been diagonal, but instead, some parts stayed fixed. For the plywood it can be understood as some parts of the material can be stronger or softer, but for the cardboard is more bizarre.

cut test

Kerf

For the kerf, I just draw some squares directly on the LaserCut software. Their width is equal to 20mm. Here is the SVG file. I set the power to 50%50 \% and the speed to 10mm/s10 mm/s (not like the screenshot).

kerf test

Taking 7 pieces, I measured them, and instead of 140mm140 mm as expected, I had 137,92mm137,92 mm.

kerf measure

If you subtract it with the designed length en divide by the number of lines you have the kerf(~diameter) of the laser

140mm137,92mm8=0,26mm\frac{140 mm - 137,92 mm}{8} = 0,26 mm

Joint clearance

Now that we have our kerf, we can try different offsets to fill the gap of the kerf. To fit the kerf, the path needs to be at the kerf divide by two 0,26mm/2=0,13mm0,26mm /2 = 0,13mm

I draw a single finger joint and a circle fitting in a hole, inspired by this, but since Lightburn isn't compatible with our laser, I needed to redraw as I did for the cutting test.

test joint clearance

I did 4 offsets from the kerf with steps of 0,01mm0,01mm.

offset joints

All the finger joints were fitting perfectly, 0,15mm0,15mm was the better actually. But for the circle in the hole from 0,13mm0,13mm, it's starting to not fit anymore.

joint clearance picture

Snap-fit joints

As I want to use some snap-fit joints for my scale model, I need to find the best parameters for it. So I created a new FreeCAD file for it. Compliant Joints are real science, that takes time to master. Here I'll just make some tests to find some joints that are working.

source: SMlease Design

I draw 2 snap-fit joints with some arbitral measures taken to some literature. Some important measures are the deflection length (meaning the nose's length of the snap) and the thickness of the snap (the finer, the easier it will move, but the wackier it will be). I started will a thickness/deflexion of 3mm/1mm and 2mm/1,5mm.

I exported the sketch (select the sketches then Files > export).

Then import the DXF files into the LaserCut software. I did an offset of 0,13mm0,13mm as seen in the Joint clearance section. Then cut some first pieces.

It didn't go well. The 3mm/1mm broke the end-piece joint and on the 2mm/1,5mm one of the snap broke.

So I did another try by changing the snap_deflection variable to 0,5mm0,5mm and the snap_entrance_angle to 25°25°. It worked wonderfully, but the joints were moving.

So I reduce the height of the snap from 5mm5mm to 4,5mm4,5mm, and that's a perfect fit! The snap-fit joint with a thickness of 3mm is a bit harder to put in but looks stronger, so that's the one I'll choose for the scale model.

Back to FreeCAD - 3D parametric modeling

Some insides

After last week's failure, I had a video call with one of the FreeCAD forum's members (nice community there!) He told me that I should use some geometrical sketches and use a "sub-object shape binder" to create the pad body. Another thing that he told me, is I don't need to create a Datum plane. If there is a normal line in a sketch and a point (vertex) I want my new plan sketch to pass by, I just need to select those and "create a new sketch".

freecad-new-normal-sketch

Then FreeCAD will automatically propose some propositions for the orientation/attachment of the new sketch. In my case I selected "NormalToEdge".

freecad-sketch-attachmen

New parameters for the Scale Model

For the 5mm plywood scale model, I create new variables that I'll use for the design.

Scale Model
plywood_thickness5mm
bolt_diameter5mm
fourBars_thickness15mm
frameLarge_thickness=100 * $B$1mm
snap_thickness3mm
snap_deflection0.5mm
snap_exit_angle100deg
snap_entrance_angle25deg
snap_root_radius1mm
frameSmooth_radius=100 * $B$1mm
tolerance0.1mm

Drawing the shapes and first bodies

After that, I started to draw the sketches that I will use to create the bodies of the scale model. Starting by the rear of the trike.

As I wanted to use LCInterlocking module that will let me generate finger joints automatically, I draw my shape to both pads that will touch each other but not intersect.

Then I started to extrude some "pad" from the sketches. Setting the length to the parametric value plywood_thickness (in my case 5mm).

When the 3 rear pads have been done, I wanted to try the mirror function to create the left part of the tricycle. I select the pad in the body to mirror it.

Back to the vertical sketch and let draw the main frame. But I first created the front wheel pad. And then select the face where the frame will be fixed to.

And when the sketch is done, the same for the back of the main frame.

Let's make some joints

The first joints I wanted to try are the Snap-fit joint to link the main frame to the rear four bars linkage.

Now I can start the last sketch I'll need for this scale model. So I selected the face between the snap-fit joint.

Like I did with the previous sketches, I had to import some lines with the Add external geometry function.

From that sketch, and still using the sub-object shape binder, I created the right side of the four bars linkage. I also created the pad from the previous sketch rearWheel_part so I have the entire right side of the trike.

Again, let's use the mirror function to create the left side. Like before, I select the body and the pad I want to mirror, go to the `mirrored function, and chose the Base XY plane* as the symmetrical plane.

And here we go, the 3D scale model is ready.

Laser cut the scale model

As I said, there is a laser module that you can add to FreeCAD. I went to Tools > Addon Manager and looked for LCInterlocking. I learned how to use the LCInterlocking Workbench with this youtube tutorial.

So first, I created a copy of all the bodies (so I don't mess with them). For that, I use the simple copy function in the Part Workbench.

Then toggle the visibility of the first bodies with the sapce bar shortcut. Then I moved on to the Laser Cut Interlocking Workbench (LCInterlocking).

The support of the rear wheels will be joined with finger joints, so I selected the 3 bodies and click on the Slots function and click on Add same parts.

Then you can select the face where you want some tabs for the finger joint.

You can choose how many tabs you want on each face. I choose 1 for the smallest one to 3 for the longest.

And finally, I clicked on the first part, I added the parameters of my Laser Cutter Machine. Regarding what I found in the joint clearance section](/2023/labs/kamplintfort/students/dorian-somers/weekly-assignments/week03#joint-clearance), I chose 0,26mm0,26mm for the laser diameter (kerf) and 0,01mm0,01mm for the slot width tolerance. Then I hit OK.

A new part has been created called MultiJoin with all the tabs made and an offset for the kerf and clearance. I selected the parts in the MultiJoin and click on the Export button.

caution

Once the operation is done, the link between the original parts has been lost. So if you need to change some parameters I'll need to redo the last steps.

It creates a new FreeCAD file from where I can export the 2D DXFs files.

For the other parts, I need to flatten the face, so I went to the Draft Workbench and use the Shape 2D View function. Being perpendicular to the face, I select the face and then project it on the XY plane with the function.

When it's done I can select all the Shape2DView and Export them (Files > Export).

Scale model assembly

In the end, I had two DXF files: mockup-laser-frame.dxf and mockup-laser-frame-rear.dxf. The first DXF has been cut with the 0,12mm0,12mm offset from the joint clearance. But for the second one, the LCInterlocking workbench has already set the right offset.

caution

I had to be careful to set the offset to the inner or outer shape of the piece.

Notes: Disepointed by the LCInterlocking automatic offset, some joints was prefect, but not all of them. I made a mistake on my model. I actually draw the scale model before doing the snap-fit joint tests. I forget to change the parameters in the scale model. So one of my snap-fit joint broke. I had to glue it. (I saw it too late to recut a new piece).

Vinyl cutting

If you look at the scale model there is a vinyl mosquito. For that, I used the plotter of the Fablab (Graphtec CE6000). I decide to transfer the logo of the OpenSource Hardware Mosquito Project on the scale model to put at the rear of the trike.

mosquitoos logo

I imported the vector logo in DXF in Graphtec Studio. I chose a size that pleased me.

size vinyl

With a force and speed set to 1717 and *30cm/s$ I send the draw to the machine

size vinyl

I had to redo it as I stupidly cut the logo on the test force of the machine.

second vinyl

I tore off the vinyl with a paper transfer.

vinyl-1 vinyl-2 vinyl-3 vinyl-4 vinyl-5 vinyl-6 vinyl-7

Update 12/03/2023

Press-kit

As I misunderstood the assignment with my scale model, here is a small press kit. I decided to design the 2D drawing on Fusion 360. So first, let's declare a variable of the cardboard's thickness.

I use the mirror function to create the cardboard slot.

I added a chamfer, to make it easier to put the cardboard polygons together.

With the Circular pattern tool, I created all the other slots.

I then trimmed (T) the openings of the slots and exported the DXF file.

In the LaserCut software, I imported the DXF and duplicate the shape with the Rectangular Pattern, called Copys in the software.

I then sent the job to the laser with the right parameters. And here is the results:

Files

Here are the CAD files for the week.