Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 673 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 673 Bytes

Basic_CNC_Viewer

Master Branch Screenshot

Basic_CNC_Viewer is a simple graphical back plotter for cnc files. It does not use accelerated graphics like OpenGl. It uses Windows GDI+ drawing.

  • Simple gcode parser
  • Up to four display views providing pan, zoom, rotate etc...
  • Picking with feedback to the line of gcode
  • Supports XYZ and one rotary axis
  • Helix, dogleg motion and hole drilling
  • Sub program calling M98 P
  • Syntax highlighhting
  • Two axis lathe
  • Improved view rotation
  • Added set rotate point and undo/redo(CTRL+Z/CTRL+Y) in viewer.
  • Added measure
  • Added support for scaling and rotation
  • Fixed rotary motion not working