Skip to content

Commit 2d01d1d

Browse files
Merge pull request #2033 from smoe/docs_misc_4
docs: Fixing QT -> Qt in index.tmpl
2 parents 2daea3c + 26af1fb commit 2d01d1d

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

docs/src/gcode/g-code.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ as the 'L number', and so on for any other letter.
105105
|<<gcode:g84,G84>> |Right-hand Tapping Cycle with Dwell
106106
|<<gcode:g85,G85>> |Boring Cycle, No Dwell, Feed Out
107107
|<<gcode:g86,G86>> |Boring Cycle, Stop, Rapid Out
108-
|<<gcode:g87,G87>> |Back-borring Cycle'(not yet implemented)'
108+
|<<gcode:g87,G87>> |Back-boring Cycle '(not yet implemented)'
109109
|<<gcode:g88,G88>> |Boring Cycle, Stop, Manual Out '(not yet implemented)'
110110
|<<gcode:g89,G89>> |Boring Cycle, Dwell, Feed Out
111111
|<<gcode:g90-g91,G90 G91>> |Distance Mode

docs/src/gui/ngcgui.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ Notes:
288288
A set of files is comprised of a preamble, subfile, postamble.
289289
The preamble and postamble are optional.
290290
One set of files can be specified from cmdline.
291-
Multiple sets of files can be specified from an inifile.
291+
Multiple sets of files can be specified from an INI file.
292292
If --ini is NOT specified:
293-
search for a running LinuxCNC and use its inifile
293+
search for a running LinuxCNC and use its INI file
294294
----
295295

296296
[NOTE]

docs/src/gui/qtdragon.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ setp axis.z.eoffset-scale 1.0
480480
== Z level compensation
481481

482482
QtDragon_hd can be set up to probe and compensate for Z level height changes
483-
by utilizing the external program 'Gcode Ripper'.
483+
by utilizing the external program 'G-code Ripper'.
484484

485485
[NOTE]
486486
This is only available in the QtDragon_hd version.
@@ -501,19 +501,19 @@ recalculated. This file is expected to be in the configuration directory.
501501

502502
The probe data file is generated by a probing program which itself is
503503
generated by an external python program called gcode_ripper,
504-
which can be launched from the file manager tab using the 'Gcode Ripper'
504+
which can be launched from the file manager tab using the 'G-code Ripper'
505505
button.
506506

507-
=== Using Gcode Ripper for Z level Compensation
507+
=== Using G-code Ripper for Z level Compensation
508508

509-
.QtDragon_hd showing Gcode Ripper
510-
image::images/qtdragon_hd_gcoderipper.png["QTDragon gcode Ripper"]
509+
.QtDragon_hd showing G-code Ripper
510+
image::images/qtdragon_hd_gcoderipper.png["QTDragon G-code Ripper"]
511511

512512
[NOTE]
513-
Gcode Ripper offers many functions that we will not go in to here.
513+
G-code Ripper offers many functions that we will not go in to here.
514514
This is only available in the QtDragon_hd version.
515515

516-
* In Qtdragon_hd switch to the file tab and press the load Gcode Ripper button.
516+
* In Qtdragon_hd switch to the file tab and press the load G-code Ripper button.
517517
* set origin to match the origin of the gcode file to be probed
518518
* under G-Code Operations, check Auto Probe
519519
* File -> Open G-Code File (The file you will run after compensation)

docs/src/index.tmpl

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -244,11 +244,11 @@ function setup_page(){
244244
<p><a onclick="return toggle('sec3')"><img alt="plus" id="sec3_image" style="border:0;margin-right:5px;vertical-align:middle;" src="plus.png"/>User Interfaces</a></p>
245245
<div id="sec3">
246246
<ul>
247-
<li><a href="gui/axis.html">Axis, Keyboard GUI</a></li>
248-
<li><a href="gui/gmoccapy.html">Gmoccapy, Touchscreen GUI</a></li>
247+
<li><a href="gui/axis.html">AXIS, Keyboard GUI</a></li>
248+
<li><a href="gui/gmoccapy.html">GMOCCAPY, Touchscreen GUI</a></li>
249249
<li><a href="gui/touchy.html">Touchy, Touchscreen GUI</a></li>
250250
<li><a href="gui/gscreen.html">Gscreen, Customizable Touchscreen GUI</a></li>
251-
<li><a href="gui/qtdragon.html">QtDragon, Customizable QT based GUI</a></li>
251+
<li><a href="gui/qtdragon.html">QtDragon, Customizable Qt based GUI</a></li>
252252
<li><a href="gui/ngcgui.html">NGCGUI, Subroutine GUI</a></li>
253253
<li><a href="gui/tklinuxcnc.html">TkLinuxCNC, (no opengl) GUI</a></li>
254254
<li><a href="plasma/qtplasmac.html">QtPlasmaC, A Complete Plasma Cutting Configuration</a></li>
@@ -282,14 +282,14 @@ function setup_page(){
282282
<li><a href="gui/pyvcp-examples.html">PyVCP Examples</a></li>
283283
<li><a href="gui/gladevcp.html">Glade Virtual Control Panel (GladeVCP)</a></li>
284284
<li><a href="gui/gladevcp-libraries.html">GladeVCP Libraries</a></li>
285-
<li><a href="gui/qtvcp.html">QTvcp</a></li>
286-
<li><a href="gui/qtvcp-vcp-panels.html">QTvcp -VCP Panels</a></li>
287-
<li><a href="gui/qtvcp-widgets.html">QTvcp -widgets</a></li>
288-
<li><a href="gui/qtvcp-libraries.html">QTvcp -libraries</a></li>
289-
<li><a href="gui/qtvcp-vismach.html">QTvcp -Vismach</a></li>
290-
<li><a href="gui/qtvcp-custom-widgets.html">QTvcp -Custom Widgets</a></li>
291-
<li><a href="gui/qtvcp-code-snippets.html">QTvcp -Code Snippets</a></li>
292-
<li><a href="gui/qtvcp-development.html">QTvcp -Development</a></li>
285+
<li><a href="gui/qtvcp.html">QtVCP</a></li>
286+
<li><a href="gui/qtvcp-vcp-panels.html">QtVCP -VCP Panels</a></li>
287+
<li><a href="gui/qtvcp-widgets.html">QtVCP -widgets</a></li>
288+
<li><a href="gui/qtvcp-libraries.html">QtVCP -libraries</a></li>
289+
<li><a href="gui/qtvcp-vismach.html">QtVCP -Vismach</a></li>
290+
<li><a href="gui/qtvcp-custom-widgets.html">QtVCP -Custom Widgets</a></li>
291+
<li><a href="gui/qtvcp-code-snippets.html">QtVCP -Code Snippets</a></li>
292+
<li><a href="gui/qtvcp-development.html">QtVCP -Development</a></li>
293293
</ul>
294294
</div>
295295

0 commit comments

Comments
 (0)