Component: G Code Parser ()

From Flowcode Help
Revision as of 17:20, 9 November 2022 by Wiki bot (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Author Matrix Ltd
Version 1.1
Category


G Code Parser component

A set of routines to allow a G-Code type file to be parsed a line at a time and the coordinates to be collected. Simulates the G commands via a simulation only 3D printer component but can also be used to pass values to actual hardware.

Component Pack

MECHATRONICS

Detailed description

No detailed description exists yet for this component

Examples

No additional examples


Downloadable macro reference

Fc9-comp-macro.png GetAxis
Returns the value of the Axis generated from the ParseCommand function. 0 = Read X, 1 = Read Y, 2 = Read Z 
Fc9-u8-icon.png - BYTE Axis
Specifies which axis to read 0/'x'/'X' - 1/'y'/'Y' - 2/'z'/'Z' 
Fc9-f32-icon.png - FLOAT Return


Fc9-comp-macro.png GetCoordinateMode
Returns the current coordinate mode. 0 = Absolute 1 = Relative 
Fc9-u8-icon.png - BYTE Return


Fc9-comp-macro.png Parse_G_Command
 
Fc9-string-icon.png - STRING Command
 
Fc9-void-icon.png - VOID Return


Fc9-comp-macro.png Initialise
 
Fc9-void-icon.png - VOID Return



Property reference

Fc9-prop-icon.png Properties
Fc9-type-1-icon.png Bed Color
 
Fc9-type-1-icon.png Print Color
 
Fc9-type-21-icon.png Print Speed
 
Fc9-type-16-icon.png Print Type
 
Fc9-type-15-icon.png Print Size
 
Fc9-type-16-icon.png Print Shape
 
Fc9-conn-icon.png Max Print Dimensions
Fc9-type-21-icon.png X Width
 
Fc9-type-21-icon.png Y Length
 
Fc9-type-21-icon.png Z Height