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

From version 1.1
edited by writer
on 2022/08/18 17:24
Change comment: There is no comment for this version
To version 2.1
edited by writer
on 2022/09/01 01:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,11 +1,11 @@
1 -Команду (% style="color:#a0be2d" %)//**G28**//(%%) следует использовать только, когда выполнен поиск базы и желаемая позиция сохранена командой (% style="color:#a0be2d" %)//**G28.1**//(%%).
1 +The (% style="color:#a0be2d" %)//**G28**//(%%) command should only be used when homing has been performed and the desired position has been saved with the (% style="color:#a0be2d" %)//**G28.1**//(%%) command.
2 2  
3 -Команда (% style="color:#a0be2d" %)//**G28**//(%%) использует значения, сохранённые в памяти, как координаты X, Y, Z, A, B, C, U, V, W конечной точки для перемещения. Значения параметров являются абсолютными машинными координатами. Команда (% style="color:#a0be2d" %)//**G28**//(%%) выполняет ускоренное линейное перемещение.
3 +The (% style="color:#a0be2d" %)//**G28**//(%%) command uses the values stored in memory as the coordinates X, Y, Z, A, B, C, U, V, W of the endpoint to move. Parameter values are absolute machine coordinates. Command (% style="color:#a0be2d" %)//**G28**//(%%) performs rapid linear motion.
4 4  
5 -Команда (% style="color:#a0be2d" %)//**G28**//(%%)// axes// выполняет ускоренное линейное перемещение в позицию, определённую //axes//, с учётом всех смещений, после чего выполняет ускоренное линейное перемещение для осей //axes// в абсолютную позицию, заданную значениями, сохранёнными в памяти. Оси, не указанные в //axes//, не будут перемещаться.
5 +The (% style="color:#a0be2d" %)//**G28**//(%%)// axes// command performs rapid linear movement to the position defined by //axes//, taking into account all offsets, and then performs rapid linear movement for the //axes// to the absolute position specified by the values stored in memory. Axes not specified in //axes// will not move.
6 6  
7 -Команда (% style="color:#a0be2d" %)//**G28.1**//(%%) сохраняет в памяти текущую абсолютную позицию.
7 +The (% style="color:#a0be2d" %)//**G28.1**//(%%) command stores the current absolute position in memory.
8 8  
9 -//Пример команды (% style="color:#a0be2d" %)**G28**(%%)~://
9 +(% style="color:#a0be2d" %)//**G28 **//(%%)//example line~://
10 10  
11 -(% style="color:#a0be2d" %)//**G28 Z2.5**//(%%) (быстрое перемещение в //Z2.5//, затем в позицию, загруженную командой (% style="color:#a0be2d" %)//**G28**//(%%)).
11 +(% style="color:#a0be2d" %)//**G28 Z2.5**//(%%) (rapid movement to //Z2.5//, then to the position loaded by the (% style="color:#a0be2d" %)//**G28**//(%%) command).