Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼NGCodeAPI | |
CFanOn | Sets the speed of fan. |
CGCodeCircle | This class wraps the G2 and G3 g-codes which provide the printer track of circle. |
CGCodeCollector | This is a g-code collection which help to manage IGCode objects. |
CGCodeEllipse | |
CGCodeLine | This class wraps the G0 and G1 g-codes which provide the printer track of line. |
CGCodeReader | This class provides translation of *.gcode text file to IGCode objects. |
CGCodeSpecial | |
CGoToHome | Goes to home specified axis. |
CHeaterAndWait | Sets extruder temperature and wait. |
CIGCode | |
CPetriTask | This class represents a object which is prepared to print into a petri dish. |
CPoint | This is an additional class which represents a Point. |
CRect | This is an additional class which represents a rectangle. It is defined by two points. |
CResetTo | Sets absolute zero position on the specified axis. |
CUnknownGCode | Wrapper class for uncoded g-code lines. This class stores strings which are not translated by GCodeReader. |
CWait | Pause the machine for a period of time |