summaryrefslogtreecommitdiff
path: root/dxf2camm.pl
diff options
context:
space:
mode:
authorThomas Kremer <->2024-09-13 01:15:15 +0200
committerThomas Kremer <->2024-09-13 01:15:15 +0200
commit6d175f1c6b9da910f69d7c7a23747ac7f5244c29 (patch)
tree305b901eed464d3f1278afbc3bc934502ca7882c /dxf2camm.pl
parentd841a8decf392ffd9db96ae770dc40bac952e5e8 (diff)
dxf2camm.pl: fixed fixed Input Window. Now based on bounding box.HEADmaster
Diffstat (limited to 'dxf2camm.pl')
-rwxr-xr-xdxf2camm.pl2
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;