mirror of
https://github.com/brmlab/lasic.git
synced 2025-06-08 09:14:01 +02:00
Brm::Lasic::PBM: Change default pixeltime from 200 to 150
This commit is contained in:
parent
7a25742bd9
commit
cbceda57b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue