Manual |
Command |
Description |
goto [x] [y] [z] |
moves turtle to (x,y,z) location |
forward [n] |
moves turtle [n] steps forward |
rotX [deg] |
rotates turtle by [deg] degrees around 0X axis |
rotY [deg] |
rotates turtle by [deg] degrees around 0Y axis |
rotZ [deg] |
rotates turtle by [deg] degrees around 0X axis |
repeat [n] [cmds] |
repeats [n] times commands [cmds] |
wait [n] |
waits [n] miliseconds |
penup |
turns off drawing for moving turtle. |
pendown |
turns on drawing for moving turtle. On by default. |
pensize [n] |
sets pen size. 1 by default |
pencolor |
sets pen color |
show |
sets turtle to visible mode (default) |
hide |
sets turtle to hidden mode |
trim [on|off] |
turns on/off trimming lines to terrarium planes |