improved README

This commit is contained in:
Ronald Schaten 2022-02-22 17:30:59 +01:00
parent 348bad19fe
commit 7845c07b5c

View File

@ -42,46 +42,48 @@ This project makes heavy use of the following libraries:
The main menu offers the following features: The main menu offers the following features:
### Jog * Jog
Up and down buttons move the motor manually, pressing the buttons for more than Up and down buttons move the motor manually, pressing the buttons for more
a second doubles the speed. than a second doubles the speed.
### Configuration * Configuration
General settings for the device: General settings for the device:
#### Settle time (tSettle, default 1000ms) * Settle time (tSettle, default 1000ms)
Pause between motor movement and camera triggers, to avoid shaking. Pause between motor movement and camera triggers, to avoid shaking.
#### Focus time (tFocus, default 1000ms) * Focus time (tFocus, default 1000ms)
Half-press of the shutter button, time to let the camera focus. Half-press of the shutter button, time to let the camera focus.
#### Shutter time (tShutter, default 1000ms) * Shutter time (tShutter, default 1000ms)
How long to press the trigger. How long to press the trigger.
#### Return (default: On) * Return (default: On)
Reverse any movement to starting point after shooting the whole scene. Reverse any movement to starting point after shooting the whole scene.
#### DarkenLCD (default: Off) * DarkenLCD (default: Off)
Turn off LCD backlight while shutter is open. Turn off LCD backlight while shutter is open.
### Scene * Scene
#### Steps (nSteps, default 10) Settings for a particular scene:
Number of steps for this scene. * Steps (nSteps, default 10)
#### Distance per step (distance, default 0.5mm) Number of steps for this scene.
How far to move between the steps. * Distance per step (distance, default 0.5mm)
### Run How far to move between the steps.
* Run
Run the whole setup. Run the whole setup.