From: Ian Jackson Date: Sun, 25 Nov 2018 14:39:29 +0000 (+0000) Subject: distort-stl: debugging, a bit more X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=2aac4e057110032839bf1245c88fec48c33094fc distort-stl: debugging, a bit more Signed-off-by: Ian Jackson --- diff --git a/distort-stl b/distort-stl index 8167e35..d893057 100755 --- a/distort-stl +++ b/distort-stl @@ -104,6 +104,7 @@ sub maybe_subdivide_triangle ($$$$) { printf STDERR "OK nok=%d nchanged=%d\n", (scalar @$ok), (scalar @$changed) if $debug; + print STDERR Dumper(\@$ok) if $debug>=2; return; } my ($dummy,$ix,$jx) = @longest;