Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/getting-started/getting-linuxcnc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The outline of the process looks like this:

This section describes some methods for downloading the Live/Install image.

[[_normal_download]]
=== Normal Download

Software for LinuxCNC to download is presented on the project's
Expand Down Expand Up @@ -242,6 +243,7 @@ In rare cases you might have to reset the BIOS to default settings if
during the Live CD install it cannot recognize the hard drive
during the boot up.

[[_alternate_install_methods]]
== Alternate Install Methods

The easiest, preferred way to install LinuxCNC is to use the Live/Install Image as described above.
Expand Down
1 change: 1 addition & 0 deletions docs/src/gui/qtvcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ You are free to mix them in any way on your panel.
A very important widget for CNC control is the *`ScreenOptions` widget*:
It does not add anything visually to the screen but, allows important details to be selected rather then be coded in the handler file.

[[_ini_settings]]
=== INI Settings

If you are using QtVCP to make a CNC motion control screen (rather then a HAL based panel), in the INI file, in the `[DISPLAY]` section, add a line with the following pattern:
Expand Down
1 change: 1 addition & 0 deletions docs/src/install/latency-test.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ isolcpus::
for latency>>.


[[_latency_tuning]]
== Latency tuning

LinuxCNC can run on many different hardware platforms and with many
Expand Down
1 change: 1 addition & 0 deletions docs/src/man/man1/halcmd.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ and press tab to complete the names of items such as pins and signals.
display a help screen and exit, displays extended help on _command_ if
specified

[[_commands]]
== COMMANDS

Commands tell *halcmd* what to do. Normally *halcmd* reads a single
Expand Down
Loading