Properties

  1. %
    Used for the Tab element, and it acts as a password storage variable for that Tab.

  2. Align
    Used to set the position of buttons for toolpath visualization settings.

  3. Axes
    Displays the axes used in this element.

  4. BackColor
    Used to set the background color of the interface, tab, or element.

  5. BackColor2
    Used to set the background color when there is a secondary background color in the element.

  6. BackgroundImage
    Used to set the background image of a Tab.

  7. 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.
  8. BarColor
    Used to set the color of the progress bar.

  9. Border
    Used to set the border thickness of some elements.

  10. BorderColor
    Used to set the border color.

  11. 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.
  12. DoneColor
    Used to set the color of completed sections in GCode and Toolpath elements.

  13. 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.
  14. ErrorColor
    Used to set the color of erroneous sections in GCode and Toolpath elements.

  15. 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.
  16. Flat
    Used to make the button flat (without 3D appearance).

  17. FlatBorder
    Adds a border to a button that is set to Flat.

  18. 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.
  19. Font
    Specifies the font for the interface, tab, and elements. Only fonts installed in the OS can be used; otherwise, an error occurs.

  20. Font2
    Used to define the font for elements with a secondary font. Same OS font rule applies.

  21. FontSize
    Specifies the font size in the interface, tabs, and elements.

    • Font size unit is "points."
  22. FontSize2
    Sets the font size for secondary font elements.

    • Font size unit is "points."
  23. 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.
  24. FontStyle2
    Sets the font style for secondary font elements. Options same as FontStyle.

  25. ForeColor
    Sets the text color for interface, tabs, and elements.

  26. ForeColor2
    Sets the text color for secondary font elements.

  27. 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.
  28. FrameColor
    Sets the frame color.

  29. Grid
    Sets the spacing between guide lines in Toolpath visualization. Unit matches calibration unit.

  30. GridColor
    Sets the color of guide lines between axes in the Toolpath view.

  31. Group
    Used to group elements. All elements in a group must share this variable.

    • Groups are toggled via Toggle keys, similar to Tabs.
  32. 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.

  33. HighlightColor
    Used in Toolpath to set the color of state-setting buttons. Also sets the text color for an active Toggle button.

  34. HighlightImage
    Sets the image for the active state of a Toggle button.

  35. HighlightText
    Sets the text for the active state of a Toggle button.

  36. Image
    Sets the image displayed in the element.

  37. ImageAlign
    Defines how the image is aligned in the element.

  38. 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.
  39. Left
    Defines the horizontal position of the element based on column count. Must not exceed the number of defined columns.

  40. LineFactor
    In GCode, sets line spacing. For example, 0.5 halves the spacing.

  41. Link
    Sets the element's connection with functions, parameters, inputs, and outputs.

    • Refer to table 20 for full details.
  42. PointerColor
    Sets the color of the position pointer in Toolpath.

  43. Precision
    Sets the number of meaningful decimal places for parameters.

  44. ReferenceColor
    Sets the reference position color in Toolpath.

  45. Relative\

    • False: The Location element shows coordinates in Absolute mode.
    • True: The Location element shows coordinates in Relative mode.
  46. Step
    Defines the increment/decrement value used with the Keypad in the Value element.

  47. ShowTime
    Shows how long status buttons remain active in Toolpath.

  48. SignalColor
    Sets the color of the Signal element. Includes red, green, and yellow.

  49. TableColor
    Sets the color of the cube around the design.

  50. Text
    Sets the text displayed in elements.

  51. TextAlign
    Defines how text is aligned on screen.

  52. 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
  53. Top
    Defines the vertical position of the element based on row count. Must not exceed defined row count.

  54. TransparentEnabled\

    • False: Disables transparency in Toolpath.
    • True: Enables transparency in Toolpath.
  55. TraverseColor
    Sets the movement color of the G0 command in GCode and Toolpath.

  56. Type
    Defines the type of the element. Possible types: {Button, Toggle, Value, Label, Signal, GCode, Location, Scroll, ToolPath}

  57. Width
    Sets the number of columns and element width in the interface. Ensures adaptable layouts on different monitors.

  58. WorkColor
    Sets the cut line (G1) color in GCode and Toolpath.