Move
Top  Previous  Next

Definition

M Xcoord,Ycoord

M
Move command
Xcoord
X axis absolute coordinate for destination of the move
Ycoord
Y axis absolute coordinate for destination of the move


Usage

The M move command is coordinate based. Using this command can reduce the flexibility of SDL as the shape cannot be rotated. This could limit its use in repeated blocks and procedures.

Move is from the current position to the X and Y location specified in the move.

Example

Move to four specific X,Y coordinates and drill a hole there.

clip0033
m1,1
d0
m1,2
d0
m2,2
d0
m2,1
d0