Last modified by writer on 2023/02/09 17:46

From version 2.1
edited by writer
on 2022/09/01 01:06
Change comment: There is no comment for this version
To version 3.1
edited by writer
on 2023/02/09 17:46
Change comment: There is no comment for this version

Summary

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}}