Skip to content

Formatting in docs is messed up #4475

Description

@jethornton

For example from the rs247ngc section it looks like this with no line breaks between options

  • PARAMETER_FILE = myfile.var - The file located in the same directory as the INI file which contains the parameters used by the interpreter (saved between runs). * ORIENT_OFFSET = 0 - A float value added to the R word parameter of an M19 Orient Spindle operation. Used to define an arbitrary zero position regardless of encoder mount orientation. * RS274NGC_STARTUP_CODE = G17 G20 G40 G49 G64 P0.001 G80 G90 G92.1 G94 G97 G98 - A string of NC codes that the interpreter is initialized with. This is not a substitute for specifying modal G-codes at the top of each NGC file, because the modal codes of machines differ, and may be changed by G-code interpreted earlier in the session. * SUBROUTINE_PATH = ncsubroutines:/tmp/testsubs:lathesubs:millsubs - Specifies a colon (:) separated list of up to 10 directories to be searched when single-file subroutines are specified in G-code. These directories are searched after searching [DISPLAY]PROGRAM_PREFIX (if it is specified) and before searching [WIZARD]WIZARD_ROOT (if specified). The paths are searched in the order that they are listed. The first matching subroutine file found in the search is used. Directories are specified relative to the current directory for the INI file or as absolute paths. The list must contain no intervening whitespace. * CENTER_ARC_RADIUS_TOLERANCE_INCH = n (Default: 0.00005) * CENTER_ARC_RADIUS_TOLERANCE_MM = n (Default: 0.00127) * USER_M_PATH = myfuncs:/tmp/mcodes:experimentalmcodes - Specifies a list of colon (:) separated directories for user defined functions. Directories are specified relative to the current directory for the INI file or as absolute paths. The list must contain no intervening whitespace.
  • A search is made for each possible user defined function, typically (M100-M199). The search order is:

  • . [DISPLAY]PROGRAM_PREFIX (if specified) . If [DISPLAY]PROGRAM_PREFIX is not specified, search the default location: nc_files . Then search each directory in the list [RS274NGC]USER_M_PATH.

  • The first executable M1xx found in the search is used for each M1xx.

Metadata

Metadata

Assignees

No one assigned

    Labels

    2.9-must-fixmust be fixed for the next 2.9 point release

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions