G-code Generators 4 Axis Foam Cutters

Using DAT files you can generate 4 axis g-code for wings.  Several files are included in the download and more can be found here  https://m-selig.ae.illinois.edu/ads/coord_database.html

  • DXFtoDAT Command Line

    This is the command line version. The Windows app is just a front end to this. Just unzip the file and run dxftodat airfoil.dxf if your dxf is named airfoil.dxf No installation is required. If the conversion is successful then the dat file will be in the same folder as the dxf Make sure your…

  • Comments have been disabled due to spam. Please use the contact page.
  • DXFtoDAT

    If you have Windows 11 and it does not work make sure you have Install .NetFramework 6 Desktop from the link below https://download.visualstudio.microsoft.com/download/pr/d0849e66-227d-40f7-8f7b-c3f7dfe51f43/37f8a04ab7ff94db7f20d3c598dc4d74/windowsdesktop-runtime-6.0.29-win-x64.exe Convert a 2-spline DXF file to a DAT file for wing design programs like DevWing Foam 2

  • Wing G-Code (Python3 script)

    This script requires Python3 which you can find here https://www.python.org/downloads/ I updated David the Swarfers script which used Python2 to run on Python3.  The original script  can be found here  https://github.com/swarfer/winggcode  This version has some fixes for GRBL and will run on the HotWire Mega 5X Controller on this site and also on DevCNC Foam…