|
Move Down
MOVE_DOWN ( <speed> <axis> <target> <cutter-length-comp> )
The MOVE_DOWN action will only create a motion if the target point is "lower" than the current tool point, where "lower" 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 "lower" is measured. |
<target> |
Same as in MOVE_ |
Same as in MOVE_ |
<cutter-length-comp> |
TRUE_ FALSE_ |
Defines if the linear motion will use a "cutter-length-compensation" qualifier (TRUE_) or not (FALSE_). |
|