diff options
author | Thomas Kremer <-> | 2024-09-13 01:15:15 +0200 |
---|---|---|
committer | Thomas Kremer <-> | 2024-09-13 01:15:15 +0200 |
commit | 6d175f1c6b9da910f69d7c7a23747ac7f5244c29 (patch) | |
tree | 305b901eed464d3f1278afbc3bc934502ca7882c /dxf2camm.pl | |
parent | d841a8decf392ffd9db96ae770dc40bac952e5e8 (diff) |
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; |