File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
29312931You can create your own subroutines for use with ngcgui. +
29322932they 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.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ combines this with _Python programming_ to create a GUI screen for
1919running a CNC machine.
2020
2121QtVCP 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
216216QtVCP will look for a folder named <screen_name> (in the launched configuration folder that holds the INI file).
217217
You can’t perform that action at this time.
0 commit comments