Changes for page G40, G41, G42: Компенсация диаметра инструмента
Last modified by writer on 2025/03/04 19:13
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,19 +14,20 @@ 14 14 15 15 (% style="color:#a0be2d" %)//**G41/G42**//(%%) are set with a parameter whose value is the tool number from the corresponding [[table>>doc:Руководство пользователя.Ответы на типовые вопросы.Для чего нужна «Таблица инструментов»?.WebHome]]. When a command is called, the control program changes the path, moving it to the right ((% style="color:#a0be2d" %)//**G42**//(%%)) or to the left ((% style="color:#a0be2d" %)//**G41**//(%%)) from the original one. 16 16 17 -(% style="color:#a0be2d" %)//**G41**//(%%)// example~:// 18 - 19 -(% style="color:#a0be2d" %)//**M6 T26**//(%%) (command tool change to tool No. 26) 20 -(% style="color:#a0be2d" %)//**G0 X-10 Y-10 Z0 **//(%%)(rapig linear interpolation) 21 -(% style="color:#a0be2d" %)//**G41**//(%%) (enable compensation on the left) 22 -(% style="color:#a0be2d" %)//**G0 X0 Y0 **//(%%)(fast linear movement) 23 -(% style="color:#a0be2d" %)//**G1 Z0 **//(%%)(feed linear interpolation) 24 -(% style="color:#a0be2d" %)//**G1 Y50 17 +{{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G41**//(%%)// example~~://"}} 18 +M6 T26 (command tool change to tool No. 26) 19 +G0 X-10 Y-10 Z0 (rapig linear interpolation) 20 +G41 (enable compensation on the left) 21 +G0 X0 Y0 (fast linear movement) 22 +G1 Z0 (feed linear interpolation) 23 +G1 Y50 25 25 G1 X50 Y0 26 26 G1 X0 27 -G40 **//(%%)(off compensation mode)28 - (% style="color:#a0be2d" %)//**G0 X-10 Y-10**//26 +G40 (off compensation mode) 27 +G0 X-10 Y-10 29 29 29 +{{/code}} 30 + 30 30 {{error title="**It is an error if:**"}} 31 31 * if the YZ work plane is active ([[more...>>doc:Руководство пользователя.Описание G-кодов.Список G-кодов, поддерживаемых системой.G11-G30.G17 - G19\.1: Выбор рабочей плоскости]]); 32 32 * the tool with the specified number was not added to the “[[Tool Table>>doc:Руководство пользователя.Ответы на типовые вопросы.Для чего нужна «Таблица инструментов»?.WebHome]]”;