Properties
-
%
Used for the Tab element, and it acts as a password storage variable for that Tab. -
Align
Used to set the position of buttons for toolpath visualization settings. -
Axes
Displays the axes used in this element. -
BackColor
Used to set the background color of the interface, tab, or element. -
BackColor2
Used to set the background color when there is a secondary background color in the element. -
BackgroundImage
Used to set the background image of a Tab. -
BackgroundImageLayout
This variable can be set in 5 different ways:- None: Does not alter the size of the selected image and shows it at the top-left corner of the Tab.
- Centre: Does not alter the size and displays the image in the center of the Tab.
- Stretch: Stretches the image to fit the dimensions of the Tab.
- Tile: Repeats the image throughout the Tab without resizing.
- Zoom: Fits the image within the Tab while maintaining its aspect ratio.
-
BarColor
Used to set the color of the progress bar. -
Border
Used to set the border thickness of some elements. -
BorderColor
Used to set the border color. -
Click
The Click variable is defined as True or False. It determines mouse interaction behavior over an element.- False: Pressing and releasing the element are treated separately. For example, in manual motion, pressing starts the movement, and releasing stops it.
- True: Pressing and releasing the element are not treated separately; only the associated command is executed.
-
DoneColor
Used to set the color of completed sections in GCode and Toolpath elements. -
Enabled
The Enabled variable is defined as True or False.- False: Disables the associated tab or element entirely.
- True: Enables the tab or element, making it usable.
-
ErrorColor
Used to set the color of erroneous sections in GCode and Toolpath elements. -
FitImage
Defines how the image fits within a tab or element. Three options:- None: Displays the image at its actual size regardless of element size.
- Fit: Scales the image to match the element’s size.
- Scale: Fits the image proportionally within the element.
-
Flat
Used to make the button flat (without 3D appearance). -
FlatBorder
Adds a border to a button that is set to Flat. -
FlatDesignBorder
When a 3D file is added to the Toolpath:- False: Creates a rectangle at the base of the design.
- True: Creates a cube around the design.
-
Font
Specifies the font for the interface, tab, and elements. Only fonts installed in the OS can be used; otherwise, an error occurs. -
Font2
Used to define the font for elements with a secondary font. Same OS font rule applies. -
FontSize
Specifies the font size in the interface, tabs, and elements.- Font size unit is "points."
-
FontSize2
Sets the font size for secondary font elements.- Font size unit is "points."
-
FontStyle
Sets the font style for interface, tabs, and elements. Options:- Regular (default): Normal font.
- Italic: Slanted font.
- Bold: Bold font.
- BoldItalic: Bold and italic.
- Strikeout: Strikethrough text.
- Underline: Underlined text.
-
FontStyle2
Sets the font style for secondary font elements. Options same as FontStyle. -
ForeColor
Sets the text color for interface, tabs, and elements. -
ForeColor2
Sets the text color for secondary font elements. -
Format
Defines how numbers are displayed in some elements. Uses standard programming formats. Examples:- 0: Displays an integer.
- 00: Displays at least two-digit integer (e.g., 5 → 05).
- 0.000: Displays a decimal with at least three digits after the point.
- 0.0##: Displays a decimal with at least one digit after the point.
- 0%: Displays the integer as a percentage.
-
FrameColor
Sets the frame color. -
Grid
Sets the spacing between guide lines in Toolpath visualization. Unit matches calibration unit. -
GridColor
Sets the color of guide lines between axes in the Toolpath view. -
Group
Used to group elements. All elements in a group must share this variable.- Groups are toggled via Toggle keys, similar to Tabs.
-
Height
Sets the number of rows and the element height in the interface screen. The screen can be divided into rows, ensuring adaptability to different monitor sizes. -
HighlightColor
Used in Toolpath to set the color of state-setting buttons. Also sets the text color for an active Toggle button. -
HighlightImage
Sets the image for the active state of a Toggle button. -
HighlightText
Sets the text for the active state of a Toggle button. -
Image
Sets the image displayed in the element. -
ImageAlign
Defines how the image is aligned in the element. -
ImageTextRelation\
- False: If both image and text exist, they are displayed side by side.
- True: If both image and text exist, they are displayed one on top of the other.
-
Left
Defines the horizontal position of the element based on column count. Must not exceed the number of defined columns. -
LineFactor
In GCode, sets line spacing. For example, 0.5 halves the spacing. -
Link
Sets the element's connection with functions, parameters, inputs, and outputs.- Refer to table 20 for full details.
-
PointerColor
Sets the color of the position pointer in Toolpath. -
Precision
Sets the number of meaningful decimal places for parameters. -
ReferenceColor
Sets the reference position color in Toolpath. -
Relative\
- False: The Location element shows coordinates in Absolute mode.
- True: The Location element shows coordinates in Relative mode.
-
Step
Defines the increment/decrement value used with the Keypad in the Value element. -
ShowTime
Shows how long status buttons remain active in Toolpath. -
SignalColor
Sets the color of the Signal element. Includes red, green, and yellow. -
TableColor
Sets the color of the cube around the design. -
Text
Sets the text displayed in elements. -
TextAlign
Defines how text is aligned on screen. -
TextFormat
Sets how text is displayed in some elements using standard format strings:- 0: Integer
- 00: Two-digit integer (e.g., 5 → 05)
- 0.000: Decimal with three digits after point
- 0.0##: Decimal with at least one digit after point
- 0%: Percentage
-
Top
Defines the vertical position of the element based on row count. Must not exceed defined row count. -
TransparentEnabled\
- False: Disables transparency in Toolpath.
- True: Enables transparency in Toolpath.
-
TraverseColor
Sets the movement color of the G0 command in GCode and Toolpath. -
Type
Defines the type of the element. Possible types: {Button, Toggle, Value, Label, Signal, GCode, Location, Scroll, ToolPath} -
Width
Sets the number of columns and element width in the interface. Ensures adaptable layouts on different monitors. -
WorkColor
Sets the cut line (G1) color in GCode and Toolpath.
Updated about 2 months ago