Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

The PCB mill is a very useful tool for cutting PCBs, but by its nature it also works very well for soft metals and composites. We can leverage this and use this machine to cut fiberglass and other composite fins.

NOTE: Cutting wood fins on this machine is NOT recommend. if they are under 1/2" thick, you can simply laser cut them. If they are 1/2" thick or above, look into using the CNC router.


Steps

  1. Save fin geometry from OpenRocket as PDF.
    1. File → Print/Export PDF → Only check "Fin Templates" → Save as PDF
  2. Import PDF into Inkscape.
  3. Select the fin, and use the keybind CTRL+SHIFT+G to ungroup the fin from the ruler scale part.
  4. Delete the ruler scale part.
  5. Verify that the fin is correctly sized.
    1. Inkscape allows you to measure the outer rectangular perimeter of a part by clicking on it, use this to verify.
    2. Moving the fin shape nearer to the bottom left of the page will help you later.
    3. You can also just resize the page to your fin shape by selecting the fin shape and going to "Edit → Resize Page to Selection".
  6. Save fin as DXF.
  7. Open FlatCAM.
  8. Import fin into FlatCAM.
    1. File → Import → DXF as Gerber Object
  9. Double click on file in tree navigator on left hand side.
  10. Set tool diameter to the diameter of your end mill (units are mm).
    1. NOTE: Default units in FlatCAM are mm.
  11. Click "Generate Isolation Geometry".
  12. You will see an isolation geometry path follow both the outside and inside of the fin. We only need the outside, so we will need to delete the inside line.
  13. Navigate to the project tab, right click on the geometry object, and click "edit".
  14. Select and delete the inner line.
    1. Now is also a good time to make sure that the fin is positioned close to the origin, you can use the move tool on the right hand side to do this. 
    2. The fin should be just above and to the right of the origin (NOT intersecting the x or y axis).
    3. If you adjusted the fin location in the Inkscape file earlier this should be fine.
  15. CTRL+S to save the geometry object.
  16. Double click on your geometry object. 
  17. Set "Cut Z" to the thickness of your material plus 0.03".
    1. Make sure to convert this number to mm before you put it into FlatCAM.
    2. The extra thickness is to account for tolerances of the material and any errors in z levelling.
  18. Set feedrate and multi depth passes as necessary.
    1. Feedrates of 90 to 120 mm/min with a depth per pass of 1mm works well for fiberglass.
  19. Click "Generate CNCJob object".
  20. Ensure that the path looks good, then click "Save CNC Code".
  21. Connect to PCB Mill via USB and open up UGS (Universal Gcode Sender).
  22. Set port, set baud rate to 115200, set firmware to GRBL, and click "Open".
  23. PCB mill will open in an alarm state, click the "$X" button to release is from this state.
  24. Attach material to bed of PCB mill, install end mill.
    1. Various methods to attach material.
    2. Best known method is blue tape on bottom of material, blue tape on top of PCB mill bed, superglue between. Strong hold and easy removal/cleanup.
  25. Move end mill to proper X and Y location, Set zeroes by clicking "Reset X Axis" and "Reset Y Axis" respectfully.
  26. Set z zero position.
    1. Best known method is to do the "paper trick". Google this if you are unfamiliar.
    2. The "Reset Z Axis" button will reset it.
  27. Enter your gcode into UGS using the "Browse" button.
  28. Activate the spindle by turning the knob on the PCB mill.
  29. Run your gcode using "Send".
    1. It is useful to set your z zero to a set position above the material and running your gcode first, to ensure everything runs as expected before you start cutting material.
  30. Success!
    1. You will need to vacuum up all that dust after the part has run. The PCB mill has a vacuum built in. Toggle the foot pedal attached to the left of the machine to turn it on/off.
  • No labels