Subversion Repositories HomeAutomation

Rev

Rev 1523 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1523 Rev 1672
Line 14... Line 14...
14
#location of eagle binary
14
#location of eagle binary
15
my $eagle = "/usr/bin/eagle";
15
my $eagle = "/usr/bin/eagle";
16
#where to store temporary files
16
#where to store temporary files
17
my $tmpdir = "/tmp";
17
my $tmpdir = "/tmp";
18
#the dpi parameter to send to eagle for generating images
18
#the dpi parameter to send to eagle for generating images
19
my $brdresolution = 1000;
19
my $brdresolution = 800;
20
my $schresolution = 200;
20
my $schresolution = 150;
21
#store the resulting images at the path of argument 1 or 2
21
#store the resulting images at the path of argument 1 or 2
22
my $storeresult=2;
22
my $storeresult=2;
23
 
23
 
24
#name of eagle script file, will be created
24
#name of eagle script file, will be created
25
my $eaglecommands=$tmpdir."/eaglecmd";
25
my $eaglecommands=$tmpdir."/eaglecmd";