Brm::Lasic::PBM: Change default pixeltime from 200 to 150

This commit is contained in:
Petr Baudis 2011-12-28 00:05:16 +01:00
parent 7a25742bd9
commit cbceda57b2

View file

@ -48,7 +48,7 @@ has 'file' => (is => 'ro', isa => 'Str', required => 1);
Length of etching per pixel in milliseconds;
a reasonable default is provided but this depends on the material.
=cut
has 'pixeltime' => (is => 'ro', isa => 'Num', default => 200, required => 1);
has 'pixeltime' => (is => 'ro', isa => 'Num', default => 150, required => 1);
=back