DXF to G-code Conversion Tutorial: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
In the video, DXF2Gcode is used. [http://code.google.com/p/dxf2gcode/wiki/Installation Installation Instructions for Linux].
In the video, DXF2Gcode is used. [http://code.google.com/p/dxf2gcode/wiki/Installation Installation Instructions for Linux].


*Note: forget about the installation instructions. Just download the python script, run it, import the DXF, export the g-code file (.ngc). The instructions complicate the issue for novices.
<html>
<html>
<iframe width="425" height="349" src="https://www.youtube.com/embed//CQRpKdKG46M" frameborder="0" allowfullscreen></iframe>
<iframe width="425" height="349" src="https://www.youtube.com/embed//CQRpKdKG46M" frameborder="0" allowfullscreen></iframe>
Line 14: Line 15:
#Read the DXF from the File menu in the DXF 2 G-Code script.
#Read the DXF from the File menu in the DXF 2 G-Code script.
#Export the DXF into .ngc (G-Code) format.
#Export the DXF into .ngc (G-Code) format.
#The .ngc file is the
#The .ngc file is readable by EMC2
E
 





Revision as of 23:44, 10 May 2011

Start with an Overview Video

In the video, DXF2Gcode is used. Installation Instructions for Linux.

  • Note: forget about the installation instructions. Just download the python script, run it, import the DXF, export the g-code file (.ngc). The instructions complicate the issue for novices.

  1. Download python DXF2gcode conversion script onto your desktop.
  2. Go in to Terminal
  3. Navigate to the directory where you downloaded the script.
  4. Run the script from within the directory where the script is located: python scriptname.py
  5. Bingo. The GUI for DXF2gcode runs.
  6. Read the DXF from the File menu in the DXF 2 G-Code script.
  7. Export the DXF into .ngc (G-Code) format.
  8. The .ngc file is readable by EMC2