From b97ed8adbc3e5640fb88493834f41861ccbd77fa Mon Sep 17 00:00:00 2001 From: Angoosh Leviocki Date: Thu, 5 Mar 2026 18:57:01 +0100 Subject: [PATCH] Update PC_control.md --- PC_control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC_control.md b/PC_control.md index 89b5653..a53aa43 100644 --- a/PC_control.md +++ b/PC_control.md @@ -47,7 +47,7 @@ For relative: `focus_rel 100` or `-100` depending in which direction you want to ### Zoom: Zoom is a bit different in that it is controlled externally with stepper motor so the commands are a bit different. You can zoom on specific focal length or by count of steps. There are not set software limits to where you can zoom, so make sure, that you have some kind of protection setup either mechanical or in stepper controller setup with for example top current limit.
For zoom at focal length: `zoom 100 50` where first number is focal length and second one is number of steps per iteration, smaller number = better resolution.
-For steps mode: `zoom 0 200` where first number is direction: 0 retract, 1 extend, and second is number of steps.
+For steps mode: `zoom_steps 0 200` where first number is direction: 0 retract, 1 extend, and second is number of steps.
Zoom speed can be set in file on the board, when connected to PC and with open Thonny IDE, you can select interpreter in bottom right corner to MicroPython (RP2040) and after that in left panel open config.py and edit `ZOOM_SPEED`