Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CGCodeAPI.GCodeCollectorThis is a g-code collection which help to manage IGCode objects.
 CGCodeAPI.GCodeReaderThis class provides translation of *.gcode text file to IGCode objects.
 CGCodeAPI.IGCode
 CGCodeAPI.FanOnSets the speed of fan.
 CGCodeAPI.GCodeCircleThis class wraps the G2 and G3 g-codes which provide the printer track of circle.
 CGCodeAPI.GCodeEllipse
 CGCodeAPI.GCodeLineThis class wraps the G0 and G1 g-codes which provide the printer track of line.
 CGCodeAPI.GCodeSpecial
 CGCodeAPI.GoToHomeGoes to home specified axis.
 CGCodeAPI.HeaterAndWaitSets extruder temperature and wait.
 CGCodeAPI.ResetToSets absolute zero position on the specified axis.
 CGCodeAPI.UnknownGCodeWrapper class for uncoded g-code lines. This class stores strings which are not translated by GCodeReader.
 CGCodeAPI.WaitPause the machine for a period of time
 CGCodeAPI.PetriTaskThis class represents a object which is prepared to print into a petri dish.
 CGCodeAPI.PointThis is an additional class which represents a Point.
 CGCodeAPI.RectThis is an additional class which represents a rectangle. It is defined by two points.