Click Load to fill the BASIC editor, then run it. You can also click Run directly (requires
connection).
Work area: 130mm × 130mm (edit in the BASIC panel). Units are millimeters.
Firmware commands: PENUP, PENDOWN,
MOVE X.. Y.., WAIT, STOP,
SPEED n, PENUP_ANGLE n, PENDOWN_ANGLE n
Plotter BASIC (mm):
PU = pen up
PD = pen down
G Xmm Ymm = travel to absolute position
L Xmm Ymm = draw line to absolute position
HOME = reset logical origin (no physical move)
SPEED n = firmware step interval (µs)
Troubleshooting:
- If Connect fails, close Thonny/screen (serial port can be used by only one app).
- If the device is lost, check USB cable/power drops (servo/motors can brown-out USB).