Changes

Lightfield

95 bytes added, 15:01, 7 April 2015
Python Code
python sample_lightfield.py office5.txt 13.625 13.625 30.0 30.0 8.0 8.0
</syntaxhighlight>
[[:File:sample_lightfield.zip]]
*Generate gcode:
<syntaxhighlight lang="bash">
python render_gcode.py office5.txt office5.nc 0.0 0.0 1.0 57.25 60.0 60.0 400.0</syntaxhighlight>
[[:File:render_gcode.zip]]
*Stream and capture:
<syntaxhighlight lang="bash">
python simple_stream_capture.py office5.nc /dev/tty.usbmodem1a12421 /Volumes/Cistern/Pictures/lightfield/office1 1.5 1.5
</syntaxhighlight>
[[:File:simple_stream_capture.zip]]
==Controlling Gantry from Raspberry Pi==