@@ -59,7 +59,7 @@ CORRECT = value
5959=== Sections(((INI File,Components,Sections)))
6060
6161Related parts of an INI file are separated into sections.
62- A section name is enclosed in brackets like this `[THIS_SECTION]`.
62+ A section name is enclosed in brackets like this: `[THIS_SECTION]`.
6363The order of sections is unimportant.
6464Sections begin at the section name and end at the next section name.
6565
@@ -317,17 +317,17 @@ See <<cha:gmoccapy,GMOCCAPY>> document for GMOCCAPY details.
317317 GMOCCAPY will not use this setting, as it offers a corresponding entry on its settings page.
318318* `EDITOR = gedit` - The editor to use when selecting File > Edit to edit the G-code from the AXIS menu.
319319 This must be configured for this menu item to work.
320- Another valid entry is gnome-terminal -e vim.
320+ Another valid entry is ` gnome-terminal -e vim` .
321321 This entry does not apply to GMOCCAPY, as GMOCCAPY has an integrated editor.
322322* `TOOL_EDITOR = tooledit` - The editor to use when editing the tool table
323323 (for example by selecting "File > Edit tool table..." in AXIS).
324- Other valid entries are " gedit", " gnome-terminal -e vim" , and " gvim" .
324+ Other valid entries are ` gedit`, ` gnome-terminal -e vim` , and ` gvim` .
325325 This entry does not apply to GMOCCAPY, as GMOCCAPY has an integrated editor.
326326* `PYVCP = /filename.xml` - The PyVCP panel description file.
327327 See the <<cha:pyvcp,PyVCP Chapter>>for more information.
328328* `PYVCP_POSITION = BOTTOM` - The placement of the PyVCP panel in the AXIS user interface.
329329 If this variable is omitted the panel will default to the right side.
330- The only valid alternative is BOTTOM. See the <<cha:pyvcp,PyVCP Chapter>> for more information.
330+ The only valid alternative is ` BOTTOM` . See the <<cha:pyvcp,PyVCP Chapter>> for more information.
331331* `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.
332332* `BACK_TOOL_LATHE = 1` - Any non-empty value (including "0") causes axis to use "back tool lathe mode" with inverted X axis.
333333* `FOAM = 1` - Any non-empty value (including "0") causes axis to change the display for foam-cutter mode.
0 commit comments