Last modified by writer on 2023/06/07 16:26

From version 5.1
edited by writer
on 2023/02/09 19:24
Change comment: There is no comment for this version
To version 7.1
edited by writer
on 2023/06/07 16:26
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,4 +1,4 @@
1 -Дополнительные M-коды предназначены для решения узкоспециализированных задач, которые могут возникать при плазменной резке.
1 +Additional M-codes are designed to solve highly specialized tasks that may occur with plasma cutting.
2 2  
3 3  |(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M105**>>attach:M105.pm]]|(((
4 4  Macro to quickly turn off the torch. When called without parameters, the macro works synchronously with the execution of the G-code, without delays, slowing down or stopping the movement of the axes. It is used when it is necessary to turn off the torch at a certain distance to the end of the cut (for example, due to the characteristics of the APR). At the end of the cut, it is imperative to insert the [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) command.
... ... @@ -5,5 +5,5 @@
5 5  
6 6  When setting a parameter, for example, (% style="color:#8d69b2" %)**M105 P0.4**(%%), the specified delay will be performed after the torch is turned off, the macro must be inserted immediately before [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%). In this case, the command (% style="color:#8d69b2" %)**M105 P0.4**(%%) will turn off the torch and wait for 0.4 seconds. Then, in the [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) macro, a climb to a safe height will be performed.
7 7  )))
8 -|(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M120**>>attach:M120.pm]]|Includes feed deceleration. The need to slow down during cutting may occur, for example, at the end of a closed loop in order to avoid "undercutting". At some distance to the end of the cut, in the place where you want to enable deceleration, you must insert the (% style="color:#8d69b2" %)**M120**(%%) command. And immediately before [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) - command ​​​​​​​(% style="color:#8d69b2" %)**M121**(%%). When calling macro​​​​​​​ (% style="color:#8d69b2" %)**M120**(%%) without parameters, deceleration is performed to the value in% specified in the parameter Reducing speed relative to the current feed. When used with parameter P, for example,​​​​​​​ (% style="color:#8d69b2" %)**M120 P40**(%%), a deceleration to the specified percentage will be performed. If, simultaneously with this mode, a decrease in speed acts on circles of small radius, the effect is not cumulative, a smaller value is applied.
8 +|(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M120**>>attach:M120.pm]]|Includes feed deceleration. The need to slow down during cutting may occur, for example, at the end of a closed loop in order to avoid "undercutting". At some distance to the end of the cut, in the place where you want to enable deceleration, you must insert the (% style="color:#8d69b2" %)**M120**(%%) command. And immediately before [[(% style="color:#8d69b2" %)**M5**>>doc:Руководство пользователя.Описание M-кодов.Стандартные M-коды модуля плазменной резки.WebHome]](%%) - command (% style="color:#8d69b2" %)**M121**(%%). When calling macro (% style="color:#8d69b2" %)**M120**(%%) without parameters, deceleration is performed to the value in% specified in the parameter Reducing speed relative to the current feed. When used with parameter P, for example, (% style="color:#8d69b2" %)**M120 P40**(%%), a deceleration to the specified percentage will be performed. If, simultaneously with this mode, a decrease in speed acts on circles of small radius, the effect is not cumulative, a smaller value is applied.
9 9  |(% style="width:60px" %)[[(% style="color:#8d69b2" %)**M121**>>attach:M121.pm]]|Disables feed deceleration.