Etch
Top  Previous  Next

Definition

E Xcoord,Ycoord

E
Etch command
Xcoord
X axis coordinate for destination of the move
Ycoord
Y axis coordinate for destination of the move


Usage

The E etch 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.

Etch is from the current position to the X and Y location specified in the etch.

Example

Move to a start coordinate 1,1 and etch a 1 inch square.

clip0038
m1,1
e1,2
e2,2
e2,1
e1,1