Difference between revisions of "CNC Plasma Cutter"

From MakeICT Wiki
Jump to navigationJump to search
Line 84: Line 84:
 
* Insert an image or SVG ... or you can draw you sketch by hand.
 
* Insert an image or SVG ... or you can draw you sketch by hand.
 
* Make sure you have extruded your drawing (especially if you are using an image or svg).  The depth does not matter, it just has to be extruded.
 
* Make sure you have extruded your drawing (especially if you are using an image or svg).  The depth does not matter, it just has to be extruded.
 +
 +
 
* Switch to MANUFACTURE mode
 
* Switch to MANUFACTURE mode
 
* Add a new setup
 
* Add a new setup
* Select "Cutting" operation and click OK.
+
* Select "Cutting" operation.
 +
* Click on the bottom left corner of your drawing to select the anchor point.
 
* Right click on the setup you just created, and select "Create From Template".
 
* Right click on the setup you just created, and select "Create From Template".
 
* You should have two templates that you added earlier.  You just have to decide which to use.
 
* You should have two templates that you added earlier.  You just have to decide which to use.

Revision as of 19:17, 23 April 2019

Consumables

The main consumables a member will need to buy are

  • Electrode - 220842
  • 45A Tip - 220941
  • 65A Tip - 220819
  • 45A FineCut Tip - 220930
  • FineCut Shield - 220948 (the finecut tip needs a different shield and it is not normally on the plasma)

The rest of the parts are already on the plasma.

Plamas consumables.png Plamas nossle part numbers.png

65 Specs

Plamsa 65A mild steel.png Plamsa 65A stainless steel.png Plamsa 65A aluminum.png

45 Specs

Plamas 45 mild steel.png Plamsa 45 stainless steel.png Plamsa 45 aluminum.png

Finecut Specs

Plamas finecut mild steel.png Plamas finecut stainless steel.png

Fusion 360

Fusion 360 can be used to easily generate the G-code for our CNC Plasma Cutter. The following is some useful information that can get you started.


Download the following files.


POST PROCESSOR

The first thing you want to do, is to make sure to grab the Post-Processor. This will ensure that your G-Code matches what our table needs to operate. This really just replaces the M3 with a pierce probe and adds an M5 to stop the torch.


TEMPLATES

You also want to grab the templates for our table. This is not required, but it will save you from having to track down all of the tool settings yourself.


TOOLS

Finally grab the tool files.


Once you have the files all downloaded you will need to upload them to your Fusion 360 account. You only need to do this once, unless the files change and you need to replace them.

Open Fusion 360

  • Go to the upper right corner ... you should see your name
  • Click on your name and select "Preferences"
  • Under "General" ... select "Manufacture"
  • Check the "Enable Cloud Libraries" checkbox and click the OK button.
  • On the main window, click on the "Show Data Panel" icon in the upper right hand corner (looks like a 3x3 box grid).
  • On the left side of the window, you should see a tab that shows "Projects, Libraries, and Samples". If you do not see this, then at the top you should see a big bold < symbol. Click this, and it should take you to the right place.
  • Under Libraries click on Assets
  • You should now see 4 folders ... CAMMachines, CAMPosts, CAMTempletes, CAMTools
  • Click on the folder that you want to upload, and then drag the file(s) from your download folder to the dialog, and click the Upload Button.
  • Repeat for each folder. To switch to a new folder, you can either click the < at the top and then click on the Assets folder again. Or, on the far left, you should see a the folder you are working on (A triangle symbol followed by > followed by the Folder Name). Click on the triangle, and it will show you all of the folders. If you click on the > symbol, it will give you a drop down with all of the folders.

Now you are ready to begin using Fusion 360 to design your job.

Some basic steps: Create Sketch

  • Start a new Model
  • Select the X/Y plane (red/green)
  • Make sure you are in Inches
  • Create a new sketch
  • Insert an image or SVG ... or you can draw you sketch by hand.
  • Make sure you have extruded your drawing (especially if you are using an image or svg). The depth does not matter, it just has to be extruded.


  • Switch to MANUFACTURE mode
  • Add a new setup
  • Select "Cutting" operation.
  • Click on the bottom left corner of your drawing to select the anchor point.
  • Right click on the setup you just created, and select "Create From Template".
  • You should have two templates that you added earlier. You just have to decide which to use.
  • You should now have a new tool showing ... it will have a red circle with an exclamation mark.
  • Right click on the new tool, and select edit.
  • Switch to Geometry, select the area to cut.
  • If you have small parts that may fall into the water, you can add tabs and click OK. Typically you just want one tab per section, to make it easier to remove in the end.
  • Click OK to close the edit dialog.
  • You should now see the tool path on the drawing. You can right click on the setup to simulate the operation if you want to see how it will cut.
  • Final step is to apply the Post-Processor. This will generate the G-Code that you will load on the plasma cutter. Right click on the setup and select Post Process.
  • Make sure you used the Post-Processor, or you will run into troubles.
  • Save your file to a flash drive.
  • The file will be saved on your disk with an extension of .fgc. You will want to change it to .ngc so that the software will recognize it.