Skip to content

Commit

Permalink
docs: linuxcnc/gcode spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed Mar 31, 2023
1 parent 67acb4f commit 7d5d6b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/src/gui/qtvcp-widgets.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2919,20 +2919,20 @@ NGCGUI_SUBFILE = qpocket.ngc
==== Buttons

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

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

* For creating a subroutine for use with NGCGUI, the filename and the subroutine name must be the same.
* The subroutine must be in a folder within linuxcnc's INI designated search path.
* The subroutine must be in a folder within LinuxCNC's INI designated search path.
* On the first line there may be a comment of type info:
* The subroutine must be surrounded by the sub and endsub tags.
* The variables used must be numbered variables and must not skip number.
Expand Down
6 changes: 3 additions & 3 deletions docs/src/gui/qtvcp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ combines this with _Python programming_ to create a GUI screen for
running a CNC machine.

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

== Showcase

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

=== Local Files

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

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

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

Expand Down

0 comments on commit 7d5d6b1

Please sign in to comment.