Last modified by writer on 2025/07/15 18:51

From version 8.1
edited by Edgar Allan Poe
on 2025/07/11 16:57
Change comment: There is no comment for this version
To version 11.1
edited by writer
on 2025/07/15 18:51
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.afirsov
1 +XWiki.Knetyaga
Content
... ... @@ -1,55 +1,45 @@
1 1  The "G-codes" settings tab allows you to define the system initialization string (to set the modal parameters of the state of the G-code interpreter by default).
2 2  
3 +[["G-code" tab>>image:Настройки G-коды eng.png||alt="~"G-code~" tab" data-xwiki-image-style-alignment="center" height="522" width="1000"]]
3 3  
4 -[["G-code" tab>>image:Настройки G-коды eng.png||alt="~"G-code~" tab" data-xwiki-image-style-alignment="center" height="888" width="1700"]]
5 +Modal parameters (codes) are valid indefinitely within a session with the system after their installation, and can only be canceled by another code from the same modal group. These parameters are used when working with the NC and can be further redefined directly in its code or using G-code commands entered into the system manual control line. The initialization string is applied once when the system is turned on or when the user changes the configuration. If you need to remove a command from the initialization line, you need to click on the marked command.
5 5  
7 +==== Users command ====
6 6  
7 -**Modal motion**
8 -
9 -Modal parameters (codes) are valid indefinitely within a session with the system after their installation and can only be canceled by another code from the same modal group. These parameters are used when working with the NC and can be further redefined directly in its code or using G-code commands entered into the system manual control line. The initialization string is applied once when the system is turned on or when the user changes the configuration.
10 -
11 -**Users command**
12 -
13 13  This field adds a custom command to the interpreter initialization string. The command is entered into the input field, then Enter is pressed, after which the custom command is added to the initialization string. Space is used as a separator. To remove a command, delete it from the input field.
14 14  
15 -{{warning}}
11 +{{error}}
16 16  All M-codes will be ignored!
17 -{{/warning}}
13 +{{/error}}
18 18  
15 +==== Interpreter Initialization String ====
19 19  
20 -**Interpreter Initialization String**
17 +This string will be used when the system is turned on, the settings are changed, and executed at time M30 if this checkbox is checked.
21 21  
22 -This string will be used when the system is turned on, the settings are changed, and executed at time M30 if this checkbox is checked. If you need to remove a command from the initialization line, you need to click on the marked command.
23 -
24 24  Default Initialization String: G17 G21 G40 G54 G64 P0.1 G80 G90 G91.1
25 25  
26 26  See the section [[Description of G-codes>>doc:Руководство пользователя.Описание G-кодов.WebHome]] for more information on the features of G-codes.
27 27  
28 -**G-code Interpretation Params**
23 +==== G-code Interpretation Params ====
29 29  
30 -Ignore Unknown G-Code
25 +//Ignore Unknown G-Code//
31 31  
32 32  If this option is enabled, unknown G-code will be ignored.
33 -
34 34  Default: enable.
35 35  
36 -Ignore tool change(M6)
30 +//Ignore tool change (M6)//
37 37  
38 38  If this parameter enables, M6 will be ignored in G-code and MDI.
39 -
40 40  Default: enable.
41 41  
35 +==== G-code file parameter ====
42 42  
43 -**G-code file parameter**
37 +//Extensions filter//
44 44  
45 -Extensions filter
46 -
47 47  This field can be used to filter the G-code file extensions viewed in the dialog.
48 -
49 49  Default: *.cnc; *.nc; *.tap; *.txt
50 50  
51 -Editor
42 +//Editor//
52 52  
53 53  In this field, used for selecting path for text editor, which used for editing G-code and macros.
54 -
55 55  Default: ...\notepad.exe