|
Move Up
MOVE_UP ( <speed> <axis> <target> )
The MOVE_UP action will only create a motion if the target point is "higher" than the current tool point, where "higher" is measured along the motion axis.
It uses the following arguments:
Argument |
Allowed values |
Effect |
<speed> |
Same as in MOVE_ |
Same as in MOVE_ |
<axis> |
A string made up of one letter X, Y or Z and an optional '-' (For example "Z" or "-X") |
Defines the one axis along which the motion will take place (in the REF UCS). Only one axis may be specified, with an optional minus sign to indicate how "high" is measured. |
<target> |
Same as in MOVE_ |
Same as in MOVE_ |
|