/gesim_dxfconverter

A simple DXF to GCode Converter for GeSiM BioScaffolder

Primary LanguagePython

GeSIM DXF Converter

A simple DXF to GCode Converter for GeSiM BioScaffolder. GeSiM software supports only .stl format and simple geometries such as line, rectangular and circle.

This python script converts dxf format to GeSiM GCode. Currently supports entities of lines, polylines, rectangular and circle.

GCode spec for GeSiM plotter can be found at here

Todo

  • [ ]Spline support
  • [ ]Gui interface