That is an interesting product! If the GerberView program actually creates ascii NC files or Gerber drill files, then it is those files that TurboCNC will use.
The file will have multiple lines with X, Y, and Z positions described numerically. Here is a sample of what the code could look like:
With TurboCNC, you open the file from the file menu, then you run the file. Additionally, you can get NCPlot and view the files and use the backplot ability of NCPlot to see how your mill would mill the board.
Hm, the only thing I get is HPGL file. But the problem is that I need a contour of the lines on PCB. And the only thing I get is milling where the line is.
I've attached the board to test (it's only brd file to use with pcbnew - part of the Kicad).
Once you have a DXF, then use Ace Converter http://www.dakeng.com/ace.html to convert the file into gcode. You could also use NCPlot or CamBam (free). The added benefit is that these products plot out the actual cut path.
My suggestion - If you don't have alot of time invested in KiCad, then switch to the freeware version of Eagle. It is a bit limited. See if the constraints fit you needs.
There are other PCB design products that may also put out the files you need or give standard files that can be converted. The bottom line is that in order to have TurboCNC cut you boards, it needs a NC file that defines the traces and a NC file that defines where to drill the holes. These should be separate.
Wow, that's a lot of information. I'll check the programs and see which path to take to get usable PCB.
I will report the findings (hopefully soon ).
About Eagle: I know it exists, but I hate the limitation of freeware version and the price is quite high for my pocket.
And I also invested quite a lot of time to Kicad (even created few elements in libraries).
I will eventualy write a program (script?) to convert gerber from Kicad to g-code. But for now I'd just like to test that it works.