Changes for page Описание G-кодов
Last modified by writer on 2023/09/07 12:47
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 {{documentTree root="document:xwiki:Руководство пользователя.Описание G-кодов.WebHome" compact="true" showTranslations="false" showAttachments="false"/}} 4 4 5 -=== Description of the code structure === 5 +===== Description of the code structure ===== 6 6 7 7 (% style="color:#a0be2d" %)//**G-code**//(% style="color:#222222" %) - (%%)conditional naming of the programming language of devices with numerical program control (CNC), consisting of lines in which various control commands are written. 8 8 ... ... @@ -15,7 +15,7 @@ 15 15 {{info}} 16 16 On a PUMOTIX system, it is permissible to execute macros directly from the program. To do this, you need to enclose the macro language command in curly brackets, for example: 17 17 18 -{{code language="lua" title="** program fragment**"}}18 +{{code language="lua" title="**Program fragment**"}} 19 19 ... 20 20 G0 X500 21 21 {PinSetState(Outputs.OxyRegUp, true)}