Cad.py: Difference between revisions

From Fab Lab Wiki - by NMÍ Kvikan
Jump to navigation Jump to search
Jorgen (talk | contribs)
No edit summary
about cad.cfg
Line 1: Line 1:
Cad.py er hugbúnaður sem virkar með tækjabúnaði í Fab Labsmiðjunni.
Cad.py is software that can control machines in the Fab Lab


Hugbúnaðurinn er skrifaður í python og virkar í linux stýrikerfinu.
* [[How to install cad.py in Ubuntu]]


[[Fræsa í Modella]]
==cad.cfg==
 
window size: 450
[[How to install cad.py in Ubuntu]]
editor width: 45
editor height: 45
camm: 'stty 9600 raw -echo crtscts </dev/ttyS0; cat "file" > /dev/ttyS0'
rml: 'stty 9600 raw -echo crtscts </dev/ttyS0; cat "file" > /dev/ttyS0'
epi: 'lpr -Plaser "file"; sleep 1; lprm -Plaser -'
ps: 'lpr "file"'

Revision as of 00:07, 15 January 2010

Cad.py is software that can control machines in the Fab Lab

cad.cfg

window size: 450 editor width: 45 editor height: 45 camm: 'stty 9600 raw -echo crtscts </dev/ttyS0; cat "file" > /dev/ttyS0' rml: 'stty 9600 raw -echo crtscts </dev/ttyS0; cat "file" > /dev/ttyS0' epi: 'lpr -Plaser "file"; sleep 1; lprm -Plaser -' ps: 'lpr "file"'