PELA Robot Hand
3D Printed LEGO-compatible Parametric Robot Hand based on PELA Blocks
This robot hand is a work in progress.
Models
Fingers are attached to the palm by Technics connectors. Replicable, flexible skin with PELA connectors on the inside surface and touch sensitivity on the outside will be added (not shown).
Downloading
If you prefer to avoid git, you can download the files instead.
- Download and unzip PELA Robot Hand
- Download and unzip PELA Blocks as a subdirectory (
PELA-robot-hand\PELA-blocks
) - Calibrate the models to your printer/filament/slicer/preferences
Git Clone
git lfs install
andgit clone --recurse-submodules git@github.com:LEGO-compatible-gadgets/PELA-robot-hand.git
cd PELA-robot-hand\PELA-parameteric-blocks
and thengit checkout master
- Calibrate the models to your printer/filament/slicer/preferences
- When PELA Blocks changes, backup your calibration files if needed, then either
git submodule update --remote
or cd into the submodule andgit reset --hard origin/master
andgit pull
See also Advanced Setup
Calibration
IMPORTANT: The STL models must be customized for your material, printer and slicer. First calibrate the PELA blocks for your printer to achieve a nice snap fit.
See also Advanced Calibration
Calibration File Backup
If you later update the PELA-blocks project to a newer version, you risk overwriting and loosing your calibration customizations. The simplest solution is to create a backup copy those settings.
cd PELA-robot-hand/PELA-Blocks
cp PELA-parameters.scad ../PELA-parameters-backup.scad
cp PELA-print-parameters.scad ../PELA-print-parameters-backup.scad
Use
Edit the OpenSCAD files to generate different views such as one finger at a time.
Be patient, have a nice meal and a coffee, the models are complex and render slowly.
License
Creative Commons Attribution-ShareAlike 4.0 International License
These designs are by PELA project contributors, not by the LEGO corporation. They are compatible with LEGO and similar blocks available from multiple manufacturers and online projects. The associated patents have expired. These designs are not identical to LEGO; they have been specially modified for easy 3D printing and offered in the spirit of open source collaborative innovation.
If what you want is available as injection molded plastic, buy it for the higher quality and durability. These model are helpful when you want something customized, a special color, an unusual material, and for replacement parts when you just can’t wait.
Open source design, Powered By Futurice
These open source designs are brought to you by Futurice and contributions from the community. Come work with the best.
The software needed is free and open source, OpenSCAD. You can probably learn it in less than an hour.
Contact
Collaboration and pull requests are welcome: Git Project