Merge pull request #2033 from smoe/docs_misc_4
docs: Fixing QT -> Qt in index.tmpl
This commit is contained in:
commit
2d01d1dc9a
4 changed files with 21 additions and 21 deletions
|
|
@ -105,7 +105,7 @@ as the 'L number', and so on for any other letter.
|
|||
|<<gcode:g84,G84>> |Right-hand Tapping Cycle with Dwell
|
||||
|<<gcode:g85,G85>> |Boring Cycle, No Dwell, Feed Out
|
||||
|<<gcode:g86,G86>> |Boring Cycle, Stop, Rapid Out
|
||||
|<<gcode:g87,G87>> |Back-borring Cycle'(not yet implemented)'
|
||||
|<<gcode:g87,G87>> |Back-boring Cycle '(not yet implemented)'
|
||||
|<<gcode:g88,G88>> |Boring Cycle, Stop, Manual Out '(not yet implemented)'
|
||||
|<<gcode:g89,G89>> |Boring Cycle, Dwell, Feed Out
|
||||
|<<gcode:g90-g91,G90 G91>> |Distance Mode
|
||||
|
|
|
|||
|
|
@ -288,9 +288,9 @@ Notes:
|
|||
A set of files is comprised of a preamble, subfile, postamble.
|
||||
The preamble and postamble are optional.
|
||||
One set of files can be specified from cmdline.
|
||||
Multiple sets of files can be specified from an inifile.
|
||||
Multiple sets of files can be specified from an INI file.
|
||||
If --ini is NOT specified:
|
||||
search for a running LinuxCNC and use its inifile
|
||||
search for a running LinuxCNC and use its INI file
|
||||
----
|
||||
|
||||
[NOTE]
|
||||
|
|
|
|||
|
|
@ -480,7 +480,7 @@ setp axis.z.eoffset-scale 1.0
|
|||
== Z level compensation
|
||||
|
||||
QtDragon_hd can be set up to probe and compensate for Z level height changes
|
||||
by utilizing the external program 'Gcode Ripper'.
|
||||
by utilizing the external program 'G-code Ripper'.
|
||||
|
||||
[NOTE]
|
||||
This is only available in the QtDragon_hd version.
|
||||
|
|
@ -501,19 +501,19 @@ recalculated. This file is expected to be in the configuration directory.
|
|||
|
||||
The probe data file is generated by a probing program which itself is
|
||||
generated by an external python program called gcode_ripper,
|
||||
which can be launched from the file manager tab using the 'Gcode Ripper'
|
||||
which can be launched from the file manager tab using the 'G-code Ripper'
|
||||
button.
|
||||
|
||||
=== Using Gcode Ripper for Z level Compensation
|
||||
=== Using G-code Ripper for Z level Compensation
|
||||
|
||||
.QtDragon_hd showing Gcode Ripper
|
||||
image::images/qtdragon_hd_gcoderipper.png["QTDragon gcode Ripper"]
|
||||
.QtDragon_hd showing G-code Ripper
|
||||
image::images/qtdragon_hd_gcoderipper.png["QTDragon G-code Ripper"]
|
||||
|
||||
[NOTE]
|
||||
Gcode Ripper offers many functions that we will not go in to here.
|
||||
G-code Ripper offers many functions that we will not go in to here.
|
||||
This is only available in the QtDragon_hd version.
|
||||
|
||||
* In Qtdragon_hd switch to the file tab and press the load Gcode Ripper button.
|
||||
* In Qtdragon_hd switch to the file tab and press the load G-code Ripper button.
|
||||
* set origin to match the origin of the gcode file to be probed
|
||||
* under G-Code Operations, check Auto Probe
|
||||
* File -> Open G-Code File (The file you will run after compensation)
|
||||
|
|
|
|||
|
|
@ -244,11 +244,11 @@ function setup_page(){
|
|||
<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>
|
||||
<div id="sec3">
|
||||
<ul>
|
||||
<li><a href="gui/axis.html">Axis, Keyboard GUI</a></li>
|
||||
<li><a href="gui/gmoccapy.html">Gmoccapy, Touchscreen GUI</a></li>
|
||||
<li><a href="gui/axis.html">AXIS, Keyboard GUI</a></li>
|
||||
<li><a href="gui/gmoccapy.html">GMOCCAPY, Touchscreen GUI</a></li>
|
||||
<li><a href="gui/touchy.html">Touchy, Touchscreen GUI</a></li>
|
||||
<li><a href="gui/gscreen.html">Gscreen, Customizable Touchscreen GUI</a></li>
|
||||
<li><a href="gui/qtdragon.html">QtDragon, Customizable QT based GUI</a></li>
|
||||
<li><a href="gui/qtdragon.html">QtDragon, Customizable Qt based GUI</a></li>
|
||||
<li><a href="gui/ngcgui.html">NGCGUI, Subroutine GUI</a></li>
|
||||
<li><a href="gui/tklinuxcnc.html">TkLinuxCNC, (no opengl) GUI</a></li>
|
||||
<li><a href="plasma/qtplasmac.html">QtPlasmaC, A Complete Plasma Cutting Configuration</a></li>
|
||||
|
|
@ -282,14 +282,14 @@ function setup_page(){
|
|||
<li><a href="gui/pyvcp-examples.html">PyVCP Examples</a></li>
|
||||
<li><a href="gui/gladevcp.html">Glade Virtual Control Panel (GladeVCP)</a></li>
|
||||
<li><a href="gui/gladevcp-libraries.html">GladeVCP Libraries</a></li>
|
||||
<li><a href="gui/qtvcp.html">QTvcp</a></li>
|
||||
<li><a href="gui/qtvcp-vcp-panels.html">QTvcp -VCP Panels</a></li>
|
||||
<li><a href="gui/qtvcp-widgets.html">QTvcp -widgets</a></li>
|
||||
<li><a href="gui/qtvcp-libraries.html">QTvcp -libraries</a></li>
|
||||
<li><a href="gui/qtvcp-vismach.html">QTvcp -Vismach</a></li>
|
||||
<li><a href="gui/qtvcp-custom-widgets.html">QTvcp -Custom Widgets</a></li>
|
||||
<li><a href="gui/qtvcp-code-snippets.html">QTvcp -Code Snippets</a></li>
|
||||
<li><a href="gui/qtvcp-development.html">QTvcp -Development</a></li>
|
||||
<li><a href="gui/qtvcp.html">QtVCP</a></li>
|
||||
<li><a href="gui/qtvcp-vcp-panels.html">QtVCP -VCP Panels</a></li>
|
||||
<li><a href="gui/qtvcp-widgets.html">QtVCP -widgets</a></li>
|
||||
<li><a href="gui/qtvcp-libraries.html">QtVCP -libraries</a></li>
|
||||
<li><a href="gui/qtvcp-vismach.html">QtVCP -Vismach</a></li>
|
||||
<li><a href="gui/qtvcp-custom-widgets.html">QtVCP -Custom Widgets</a></li>
|
||||
<li><a href="gui/qtvcp-code-snippets.html">QtVCP -Code Snippets</a></li>
|
||||
<li><a href="gui/qtvcp-development.html">QtVCP -Development</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue