diff options
Diffstat (limited to 'dxf2camm.pl')
-rwxr-xr-x | dxf2camm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxf2camm.pl b/dxf2camm.pl index ff006da..e05c486 100755 --- a/dxf2camm.pl +++ b/dxf2camm.pl @@ -917,7 +917,7 @@ if (defined $opts{bbox}) { $paths = add_overlap($paths,$opts{overlap}*CAMM::units_per_mm) if $opts{overlap}; -my $camm = CAMM->from_polylines($paths,%opts); +my $camm = CAMM->from_polylines($paths,%opts,window_from_bbox => 1); #headerfooter=>1,offset=>10*$CAMM::units_per_mm); my $out; |