setup guide

This commit is contained in:
0x23 2026-03-13 16:11:52 +01:00
parent 3d8d953325
commit d6bb19fbcc
5 changed files with 30 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -0,0 +1,30 @@
# Setup Guide
This guide walks you through the setup of your new **Open Micro-Manipulator** device.
## Checklist for New Devices
1. **Was the mechanical limit pin added to the rotor?**
This pin is required for proper homing of the device.
<div style="display: flex;">
<img src="mechanical_limit_pin.jpg" alt="Mechanical Limit Pin" width="20%">
</div>
2. **Are the screws that secure the rotor to the motor shaft installed?**
If the rotor is not firmly attached, it may slip imperceptibly during homing or other movements, leading to problems during calibration and homing.
3. **Is the homing direction correct?**
During the homing command (`G28`), the end effector should move toward the base.
If it moves in the opposite direction, rewire the motor to reverse its direction.
## Calibration and Checking the Encoders
You can use the calibration plotter to check if your encoders are working as expected.
On the left you see a good calibration on the right a bad calibration.
<div style="display: flex; gap: 2%;">
<img src="good_calibration.jpg" alt="GoodCalibration" width="49%">
<img src="bad_calibration.jpg" alt="BadCalibration" width="49%">
</div>