Changes for page G28, G28.1: Вернуться на предопределённую позицию
Last modified by writer on 2023/02/09 17:46
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,6 +6,6 @@ 6 6 7 7 The (% style="color:#a0be2d" %)//**G28.1**//(%%) command stores the current absolute position in memory. 8 8 9 -(% style="color:#a0be2d" %)//**G28 **//(%%)//example line~:// 10 - 11 - (% style="color:#a0be2d" %)//**G28 Z2.5**//(%%) (rapid movement to //Z2.5//, then to the position loaded by the (% style="color:#a0be2d" %)//**G28**//(%%) command).9 +{{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G28 **//(%%)//example line~~://"}} 10 +G28 Z2.5 (rapid movement to Z2.5, then to the position loaded by the G28 command) 11 +{{/code}}