Last modified by Edgar Allan Poe on 2025/07/11 17:46

Show last authors
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
3 [["G-code" tab>>image:Настройки G-коды eng.png||alt="~"G-code~" tab" data-xwiki-image-style-alignment="center" height="522" width="1000"]]
4
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.
6
7 ==== Users command ====
8
9 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.
10
11 {{error}}
12 All M-codes will be ignored!
13 {{/error}}
14
15 ==== Interpreter Initialization String ====
16
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.
18
19 Default Initialization String: G17 G21 G40 G54 G64 P0.1 G80 G90 G91.1
20
21 See the section [[Description of G-codes>>doc:Руководство пользователя.Описание G-кодов.WebHome]] for more information on the features of G-codes.
22
23 ==== G-code Interpretation Params ====
24
25 //Ignore Unknown G-Code//
26
27 If this option is enabled, unknown G-code will be ignored.
28 Default: enable.
29
30 //Ignore tool change (M6)//
31
32 If this parameter enables, M6 will be ignored in G-code and MDI.
33 Default: enable.
34
35 ==== G-code file parameter ====
36
37 //Extensions filter//
38
39 This field can be used to filter the G-code file extensions viewed in the dialog.
40 Default: *.cnc; *.nc; *.tap; *.txt
41
42 //Editor//
43
44 In this field, used for selecting path for text editor, which used for editing G-code and macros.
45 Default: ...\notepad.exe