turnSlotPattern
slt turnSlotPattern string "list_of_points"
Description
Defines a slot pattern (for example, complex chamfered squares) by defining a list of points. When this environment variable is set, the pattern slots are inserted at the turn. The string is a list of points, such as X1:Y1 X2:Y2 X3:Y3. The default value is an empty string "".
GUI Equivalent
Examples
envGetVal("slt" "turnSlotPattern")
envSetVal("slt" "turnSlotPattern" 'string "X1:Y1 X2:Y2 X3:Y3 X4:Y4")
Related Topics
Variables to Customize the Settings for Slotting
Return to top