Turtle
Commands
right 60,500
set 1
set 2
set 3
do
clear
to origin
Position
🛈 Turtle help
Page
show turtle
center turtle
rotate page
light
dark
-1
0
+1
+2
+3
zoom
Grid
cartesian
polar
Mouse
no action
point info
clear
move
draw
Drawing
colour
stroke-width
stroke
markers
Turtle
v0.11.0
by
ldpercy
Turtle commands
left
degrees[,distance]
bear left for the given distance
right
degrees[,distance]
bear right for the given distance
bear
degrees[,distance]
bear w.r.t. to the polar direction
move
dx,dy
move in the turtle's local frame
xy
x,y
move to x,y without changing direction
xyTurn
x,y
move to x,y and turn to face the new direction
circle
radius
draw a circle with the given radius
ellipse
width,height
draw an ellipse with the given width & height
rect
width,height
draw a rectangle with the given width & height
text
string
draw text with the given string
marker
drop a marker flag - hover for position info
~
command
suppress drawing for any command
Keyboard shortcuts
d
Do commands
c
Clear the drawing
o
Return turtle to origin
! (shift 1)
Show command tab 1
@ (shift 2)
Show command tab 2
# (shift 3)
Show command tab 3
T
Toggle turtle visibility
C
Toggle turtle centering
R
Toggle page rotation
+ or z
Zoom in
- or Z
Zoom out
?
Show this dialog