Changes

Lightfield

459 bytes added, 17:33, 16 January 2014
no edit summary
*sample space: 36 x 24
*increment: 36, 24
 
=Acquisition=
*Setup:
**separation: 51.25
**Home A, B: 60.0
**x-offset: 13.625
**y-offset: 13.625
**width: 48.0
**height: 36.0
**x-steps: 8
**y-steps: 8
*Grid points:
<syntaxhighlight lang="bash">
python sample_lightfield.py office1.txt 13.625 13.625 48.0 36.0 8.0 8.0
</syntaxhighlight>
*Generate gcode:
<syntaxhighlight lang="bash">
python render_gcode.py office1.txt office1.nc 0.0 0.0 1.0 51.25 60.0 60.0 100.0 1.5
</syntaxhighlight>
*Strem and capture:
=Multithreaded=