You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An error will be raised if the format can not accept a floating-point value.
334
-
* `CONE_BASESIZE = .25` - Override the default cone/tool base size of .5 in the graphics display. Valid values are between 0.025 and 2.0.
335
-
* `DISABLE_CONE_SCALING = TRUE` - Any non-empty value (including "0") will override the default behavior of scaling the cone/tool size using the extents of the currently loaded G-code program in the graphics display.
336
-
* `GCODE_VIEW_TOOL_MIN_DIA = 2.0` - If the tool diameter is very small, but non-zero then the displayed cylinder may be too small to see.
334
+
* `CONE_BASESIZE = .25` - (real) Override the default cone/tool base size of .5 in the graphics display. Valid values are between 0.025 and 2.0.
335
+
* `DISABLE_CONE_SCALING = TRUE` - (bool) Will override the default behavior of scaling the cone/tool size using the extents of the currently loaded G-code program in the graphics display.
336
+
* `GCODE_VIEW_TOOL_MIN_DIA = 2.0` - (real) If the tool diameter is very small, but non-zero then the displayed cylinder may be too small to see.
337
337
This could happen if the tool diameter was being used as a wear offset. This setting will cause the tool cone to be displayed
338
338
rather than a tool cylinder.
339
-
* `MAX_FEED_OVERRIDE = 1.2` - The maximum feed override the user may select.
339
+
* `MAX_FEED_OVERRIDE = 1.2` - (real) The maximum feed override the user may select.
340
340
1.2 means 120% of the programmed feed rate.
341
341
* `MIN_SPINDLE_OVERRIDE = 0.5` - (real) The minimum spindle override the user may select.
342
342
0.5 means 50% of the programmed spindle speed. (This is used to set the minimum spindle speed.)
@@ -373,7 +373,7 @@ Descriptions of the interfaces are in the Interfaces section of the User Manual.
373
373
An under powered CPU may see improvement with a longer setting.
374
374
Usually the default is fine.
375
375
* `PREVIEW_TIMEOUT = 5` - Timeout (in seconds) for loading graphical preview of G-code. Currently AXIS only.
376
-
* `HOMING_PROMPT = TRUE` - Any non-empty value (including "0") will enable showing a prompt message with homing request, when the Power On button is pressed in AXIS GUI. Pressing the "Ok" button in prompt message is equivalent to pressing the "Home All" button(or the Ctrl-HOME key).
376
+
* `HOMING_PROMPT = TRUE` - (bool) Will enable showing a prompt message with homing request, when the Power On button is pressed in AXIS GUI. Pressing the "Ok" button in prompt message is equivalent to pressing the "Home All" button(or the Ctrl-HOME key).
377
377
* `FOAM_W = 1.5` sets the foam W height.
378
378
* `FOAM_Z = 0` sets the foam Z height.
379
379
* `GRAPHICAL_MAX_FILE_SIZE = 20` largest size (in mega bytes) that will be displayed graphically.
@@ -425,9 +425,9 @@ See <<cha:gmoccapy,GMOCCAPY>> document for GMOCCAPY details.
425
425
* `PYVCP_POSITION = BOTTOM` - The placement of the PyVCP panel in the AXIS user interface.
426
426
If this variable is omitted the panel will default to the right side.
427
427
The only valid alternative is `BOTTOM`. See the <<cha:pyvcp,PyVCP Chapter>> for more information.
428
-
* `LATHE = 1` - Any non-empty value (including "0") causes axis to use "lathe mode" with a top view and with Radius and Diameter on the DRO.
429
-
* `BACK_TOOL_LATHE = 1` - Any non-empty value (including "0") causes axis to use "back tool lathe mode" with inverted X axis.
430
-
* `FOAM = 1` - Any non-empty value (including "0") causes axis to change the display for foam-cutter mode.
428
+
* `LATHE = 1` - (bool) Causes axis to use "lathe mode" with a top view and with Radius and Diameter on the DRO.
429
+
* `BACK_TOOL_LATHE = 1` - (bool) Causes axis to use "back tool lathe mode" with inverted X axis.
430
+
* `FOAM = 1` - (bool) Causes axis to change the display for foam-cutter mode.
431
431
* `GEOMETRY = XYZABCUVW` - Controls the *preview* and *backplot* of motion.
432
432
This item consists of a sequence of axis letters and control characters, optionally preceded with a "-" sign:
433
433
@@ -805,26 +805,26 @@ The applications can be started after a specified delay to allow for GUI-depende
805
805
If no executable file is found using these names, then the user search PATH is used to find the application. +
806
806
Examples:
807
807
** Simulate inputs to HAL pins for testing (using sim_pin -- a simple GUI to set inputs to parameters, unconnected pins, or signals with no writers):
0 commit comments