3018 CNC notes, on Mac OS

Greetings! Here are my notes for how I used a 3018 CNC machine on the mac. I had two primary methods that I tried. One was using a .BRD import workflow for Chilipeppr, and the other way was to use a free Carbide 3d web tool to generate the copper trace toolpaths. Chilipeppr runs the gcode in both methods.

1. Chilipeppr Direct .brd Import Workflow

Chilipeppr Direct .brd Import Workflow

Generate gcode using Chilipeppr

The only thing you should really be watching out for is the routing depth. Make sure it goes below the surface of the board.

Run the gcode using Chilipeppr

whoa there, let’s talk

here’s where the other half of the situation happens. We have the idea, the breadboard prototype, eagle cad designs, we have the gerbers, xcellon, and now we have gcode. Now we enter the physical world.

machine physical setup

the 3018 isn’t exactly loud, but it could be quieter. I have spare discs of silicone hanging around, so I’ve cut some up to make rubber pads to go underneath the machine. You could easily just implement LRF† support instead.

† little rubber feet

With the machine facing you, the x axis runs left to right with the yz support frame being further away from you. This will make understanding the machine’s movement easier when we get to later steps in The Workflow.

double sided tape / hold down options

Without a doubt, I prefer the super-glue’d blue painters tape trick, as described by this straight up wizard.

spoil board

I’m using a sheet of ~1/4″ thick acrylic, because I have a ton of that sitting idle, but it’s not too important what you use. You’re goingt to be robotically drilling holes, and lots of them, so use some kind of spoil board so you don’t drill into the aluminum bed of the machine.

Use some diy double sided tape to stick the spoil board to the aluminum bed of the machine.

single sided copper laminate

I got mine from aliexpress at about $5 a sheet for ~7″x11″ (200mm x 300mm)

thoughts on placement of the copper on the 3018

You’ll want to have a bit of overhang of the copper board exposed off the bed of the machine, in order to attach the aligator clips for the upcoming autoleveling step.

drag and drop the .brd file into chilipeppr.com/grbl

The tool paths should show up in a 3d environment in the web browser. Running gcode inside of a web browser. *welcome… to the world of tomorrow*

autolevelling

This is not an optional step! All copper clad boards are not-flat, and because of the extremely shallow depth of cut we’ll be making, we need to have the toolpaths be calibrated to follow the curve of the board.

On the 3018 CNC machine, the probe pin is in the mostly-unused expansion pins in the back. There are two, and you need both. One is the signal, and the other is ground. When you run autoleveling, you attach one aligator clip to the copper, and the other to your endmill. Then the program will run a bunch of tests to see how un-flat your copper board is.

specific settings

  • probe feed rate : 80
  • max negative z: -3
  • z final safety height: 35

sending autoleveled gcode to workspace

Click on the button after the autoleveling routing finishes to have it fix your toolpaths to use the contour of your copper clad board.

Finally! Run trace isolation with v-bit endmill

tbd

Run drills with drill bit

tbd

Cut out the board with the bandsaw/

tbd

use like 220 grit sandpaper to knock the burrs down

tbd

vacuum the dust up FFS!

tbd

Test the board

seriously, just test it out for continuity before you put parts in it. Use a multimeter on the beep setting and just go around the board and see if every lead goes where it’s supposed to, can beep at the start and end of each lead, and make sure that no leads connect to any unexpected places.

solder the parts in

tbd

maybe test again

make sure after you soldered parts in that you didn’t accidentally bridge anything that you weren’t supposed to.

Eyyy, now you can write the specific arduino code

sometime things change, or you think of some optimizations between the breadboard and circuit board. Shit happens. Make sure your prototype code takes all those things into account.

fire that shit up

Did it burn anything out? Hopefully not!

2. Carbide 3d Workflow

export Gerbers

Gerber RS274X with the following layers and config options:

  • Note that if you’re doing just the bottom layer, you should not check the Mirror option. It mirrors the layout for you automagically. I don’t actually know what the pos. Coord or Optimize options do.
  • Note that I’ve named the file with .gerber as the extension. The export process will also create some other files, and it’s confusing if you don’t know what it’s doing, like me, so I’ve decided to explicitly indicate what I want the extension to be so that I know exactly which file it is. Don’t assume it will do something intelligent with the correct file extension for gerbers. It does not know what you expect unless you tell it.

export excellon

Exactly the same as above, except for these layers:

  • Note that I’ve explicitly called for .xcellon to be the file extension so that I know exactly which file it is.

Generate gcode from board

PCB-GCODE

http://www.pcbgcode.com/ stopped working for me with high sierra 10.13.5 🙁 so I found this next thing.

carbide3d.com

http://copper.carbide3d.com/

needs Gerber RS274X and Excellon files.

Looks like this for gerber options:

and this for Excellon

Exports a .nc file

Run the gcode using Chilipeppr

whoa there, let’s talk

here’s where the other half of the situation happens. We have the idea, the breadboard prototype, eagle cad designs, we have the gerbers, xcellon, and now we have gcode. Now we enter the physical world.

machine physical setup

the 3018 isn’t exactly loud, but it could be quieter. I have spare discs of silicone hanging around, so I’ve cut some up to make rubber pads to go underneath the machine. You could easily just implement LRF† support instead.

† little rubber feet

With the machine facing you, the x axis runs left to right with the yz support frame being further away from you. This will make understanding the machine’s movement easier when we get to later steps in The Workflow.

double sided tape / hold down options

Without a doubt, I prefer the super-glue’d blue painters tape trick, as described by this straight up wizard.

spoil board

I’m using a sheet of ~1/4″ thick acrylic, because I have a ton of that sitting idle, but it’s not too important what you use. You’re goingt to be robotically drilling holes, and lots of them, so use some kind of spoil board so you don’t drill into the aluminum bed of the machine.

Use some diy double sided tape to stick the spoil board to the aluminum bed of the machine.

single sided copper laminate

I got mine from aliexpress at about $5 a sheet for ~7″x11″ (200mm x 300mm)

thoughts on placement of the copper on the 3018

You’ll want to have a bit of overhang of the copper board exposed off the bed of the machine, in order to attach the aligator clips for the upcoming autoleveling step.

drag and drop the gcode file into chilipeppr.com/grbl

The tool paths should show up in a 3d environment in the web browser. Running gcode inside of a web browser. *welcome… to the world of tomorrow*

autolevelling

This is not an optional step! All copper clad boards are not-flat, and because of the extremely shallow depth of cut we’ll be making, we need to have the toolpaths be calibrated to follow the curve of the board.

On the 3018 CNC machine, the probe pin is in the mostly-unused expansion pins in the back. There are two, and you need both. One is the signal, and the other is ground. When you run autoleveling, you attach one aligator clip to the copper, and the other to your endmill. Then the program will run a bunch of tests to see how un-flat your copper board is.

specific settings

  • probe feed rate : 80
  • max negative z: -3
  • z final safety height: 35

sending autoleveled gcode to workspace

Click on the button after the autoleveling routing finishes to have it fix your toolpaths to use the contour of your copper clad board.

Finally! Run trace isolation with v-bit endmill

tbd

Run drills with drill bit

tbd

Cut out the board with the bandsaw

tbd

use like 220 grit sandpaper to knock the burrs down

tbd

vacuum the dust up FFS!

tbd

Test the board

seriously, just test it out for continuity before you put parts in it. Use a multimeter on the beep setting and just go around the board and see if every lead goes where it’s supposed to, can beep at the start and end of each lead, and make sure that no leads connect to any unexpected places.

solder the parts in

tbd

maybe test again

make sure after you soldered parts in that you didn’t accidentally bridge anything that you weren’t supposed to.

Eyyy, now you can write the specific arduino code

sometime things change, or you think of some optimizations between the breadboard and circuit board. Shit happens. Make sure your prototype code takes all those things into account.

fire that shit up

Did it burn anything out? Hopefully not!

cnc workholding

Nov. 17, 2023

Harbor freight has an affordable set:

https://www.harborfreight.com/58-piece-combination-step-block-and-clamp-set-3-8-eighth-inch-16-nc-studs-1-2-half-inch-clamps-5952.html

Printable version of the harbor freight item above: https://www.thingiverse.com/thing:6308416

Here’s a similar idea using 3d printed long clamps. Printing them is a good idea in case you crash an end mill into it accidentally, but milling some out of Delrin or ABS might be stronger and more long lasting. https://www.thingiverse.com/thing:4168018

Another similar clamp that you would use the t-slots in the cnc’s table with, but same advice, purchase or mill out of aluminum or even plywood, if possible :

https://www.thingiverse.com/thing:4769680

Another long clamp. The idea is to keep the metal parts away from where the tool head is, in case of an accidental crash. 

https://www.thingiverse.com/thing:4948898

Aluminum versions are available, and arguably balance cost to strength well: 

UTOOL 2 Pack T-Track Hold Down Clamps Kit, 6-1/3″ L x 1-1/5″ Width, Heavy Duty Anodized Clamps for Woodworking, Starlight Blue 

https://a.co/d/f8q8dcn

Similar: 

O’skool Multi-Positionable T-Track Hold Down Clamp Kit for CNC Router Clamp, Metalworking and Woodworking T-Slot T-Track Clamp,2 Pack

https://a.co/d/9n5sk7x

Similar: 

T-Track Mini Hold Down Clamp Kit, 2Pcs Aluminum Alloy M6 T-Slot Hold Down Clamp, CNC Router Clamps for Woodworking and Metalworking-3.2″Lx1″Wx2.7″H

https://a.co/d/8eD86wi

For higher risk but more repeatable fixturing, a cross sled vise can work, with the risk being crashing your end mill into metal. It definitely can work for special tasks but might not be a good generalist solution.


Nov. 19, 2023

3d printed artwork

Lest you think I’ve been languishing in some kind of artless state, Here are some photos of what I’ve been using my 3d printer for on the fine art front. My machine is stable, I understand how to fix it when it stops working, and I’m now using some software that’s letting me really scratch the surface of what I can do to use the 3d printers best traits, versus a laser cutter or cnc router. Pretty cool stuff. More to come.

20120721-021632.jpg

20120721-021654.jpg

20120721-021706.jpg

20120721-021747.jpg

20120721-021817.jpg

blacktoe cnc usage: silicone casting mold

alrighty, then.. so I’m starting to get my bearings with how all the software works to run jobs through the blacktoe CNC router. I switched from cambam over to sheetcam and now I’m getting really good results. There’s still a certain amount of strangeness, probably all my fault, so I’m still learning what works and what doesn’t. Here’s a video I did to show how the blacktoe does with machinable wax:

The end result is a mold to use for casting translucent silicone into for use in my beatseqr project, as a replacement for the hand-cut-and-sanded acrylic buttons that I’m currently using. You never know how an experiment will really go until it’s over, and now that this experiment is over, I’ve learned a lot and will make a bunch of adjustments:

1. change the silicone product from tap plastics platinum cure translucent (way too wobbly for this application) to smooth-on sorta clear 40. I saw this product at the Maker Faire this past weekend and really liked the firm quality of the cured product. I think it will be a really good candidate. Smooth-on dragon skin 30 was my second-best candidate.
2. cut a new button mold using the techniques I’ve learned by doing this one.
3. adjust the height of the button to be not as tall as this test.
4. adjust the flashing surrounding the buttons to be not nearly as tall. I had it set to be 0.1″ tall, and that’s probably 0.08″ too much. all I need is for it to basically be thick enough to keep all of the buttons together, and that’s it.
5. think about how to diffuse the LED light going into the button… this new silicone is water-clear… so … I’ll need a way to adjust that quality so it looks good. maybe just a sheet of paper under the silicone flashing… we’ll see how that goes.

So… progress continues. I’ll post the result of the next prototype when it’s done.