Skip to content

Commit 26af1fb

Browse files
committed
docs: Need to check Gcode Ripper -> G-code Ripper, still.
1 parent c7a36ea commit 26af1fb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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)

0 commit comments

Comments
 (0)