diff --git a/docs/src/gui/qtvcp-widgets.adoc b/docs/src/gui/qtvcp-widgets.adoc index 35d9bc3de06..d54ff21a14a 100644 --- a/docs/src/gui/qtvcp-widgets.adoc +++ b/docs/src/gui/qtvcp-widgets.adoc @@ -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. diff --git a/docs/src/gui/qtvcp.adoc b/docs/src/gui/qtvcp.adoc index defe9696983..d6c8a02efea 100644 --- a/docs/src/gui/qtvcp.adoc +++ b/docs/src/gui/qtvcp.adoc @@ -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 @@ -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 (in the launched configuration folder that holds the INI file).