Skip to content

Commit 7d5d6b1

Browse files
committed
docs: linuxcnc/gcode spelling
1 parent 67acb4f commit 7d5d6b1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/src/gui/qtvcp-widgets.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2919,20 +2919,20 @@ NGCGUI_SUBFILE = qpocket.ngc
29192919
==== Buttons
29202920

29212921
* 'NEW TAB' -adds a new blank tab to ngcgui
2922-
* 'SELECT PREAMBLE' -select a file that add preamble gcode
2922+
* 'SELECT PREAMBLE' -select a file that add preamble G-code
29232923
* 'SELECT SUBFILE' -select a ngcgui subroutine file
2924-
* 'SELECT POST' -select a file that add post gcode
2924+
* 'SELECT POST' -select a file that add post G-code
29252925
* 'REREAD FILE' -reload the subroutine file
29262926
* 'CREATE FEATURE' -add feature to the list
29272927
* 'RESTART FEATURE' - remove all features from the list
2928-
* 'FINALIZE GCODE' -create the full gcode and send it to linuxcnc/a file
2928+
* 'FINALIZE GCODE' -create the full G-code and send it to LinuxCNC/a file
29292929

29302930
==== Adding Custom Subroutines
29312931
You can create your own subroutines for use with ngcgui. +
29322932
they must follow these rules:
29332933

29342934
* For creating a subroutine for use with NGCGUI, the filename and the subroutine name must be the same.
2935-
* The subroutine must be in a folder within linuxcnc's INI designated search path.
2935+
* The subroutine must be in a folder within LinuxCNC's INI designated search path.
29362936
* On the first line there may be a comment of type info:
29372937
* The subroutine must be surrounded by the sub and endsub tags.
29382938
* The variables used must be numbered variables and must not skip number.

docs/src/gui/qtvcp.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ combines this with _Python programming_ to create a GUI screen for
1919
running a CNC machine.
2020

2121
QtVCP is completely _customizable_: you can add different buttons and
22-
status LEDs etc. or add python code for even finer grain customization.
22+
status LEDs etc. or add Python code for even finer grain customization.
2323

2424
== Showcase
2525

@@ -209,9 +209,9 @@ QtVCP can also be customized with _Qt stylesheets (QSS)_ using CSS.
209209

210210
=== Local Files
211211

212-
If present, local UI/QSS/python files in the configuration folder will be loaded instead of the stock UI files.
212+
If present, local UI/QSS/Python files in the configuration folder will be loaded instead of the stock UI files.
213213

214-
Local UI/QSS/python files allow you to use your customized designs rather than the default screens.
214+
Local UI/QSS/Python files allow you to use your customized designs rather than the default screens.
215215

216216
QtVCP will look for a folder named <screen_name> (in the launched configuration folder that holds the INI file).
217217

0 commit comments

Comments
 (0)