I found that one of the things I always wished that Fire Control could do was change the amperage on the plasma cutter. But, since it can’t do that, I wanted an easy way to see the parameters, including amperage when using Fire Control.
I am using a Hypertherm 65, so for normal situation, amperage is just set to 65 and you configure the speed based on the Hypertherm Cut Chart. That is simple, but with the FineCut cartridges, the amperage does change based on the thickness of the metal. So, the simple thing is just reference the Cut Chart and then set the machine.
However, I wanted to be able to just glance at Fire Control and know. My original idea was to figure out a way to pull the amperage number from the SheetCam tool, but I didn’t figure out how to insert that variable as a comment at the top of the G-code.
My solution then was to make code snippets for each FineCut tool that I had created. The first iteration, just had the amperage, but then I realized that it would be nice to know what material the .tap had actually been created for and since I was looking at Cut Chart anyway, I threw the cut height, pierce height and IPM in there for the heck of it. That becomes useful if it is a program you made sometime ago and now want to cut another part, but you can’t remember what the original metal size was.
So, with about 15 minutes of typing, I developed what you see in the screen shots. I only did the FineCuts, but may go back and add snippets for all the tools. The nice thing is that once you add a code snippet to the tool and save the toolset, it will always be there.
You can see in FireControl that the snippet is a grayed out comment near the top of the code. The comment will get repeated through the code before every cut, but that has no impact on actual cutting.
If anyone has an easier way please let me know. I would think there has to be, but I’m not an expert at SheetCAM or G-code.
So, here are the pictures, which are worth much more than the previous 1000 words:



