GCode Class

Features and functionality for processing G-code.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public class GCode
Inheritance
Object    GCode

Constructors

GCodeInitializes a new instance of the GCode class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
PlotToPositionXYAbs Plot to an absolute location on the canvas.
PlungeZAbs Plunge the Z-axis into the material.
PlungeZRel Plunge the Z-axis into the material.
RenderGCode Return the G-code corresponding to the current configuration and operations in the provided workpiece.
ToString
(Inherited from Object)
TransitToPositionXYAbs Transit to an absolute location on the canvas.
TransitToPositionZAbs Return the command to move the Z axis to transit position.

See Also