Removed debugging stuff
This commit is contained in:
parent
2eca094170
commit
f8fa73fa4a
1 changed files with 0 additions and 10 deletions
|
@ -307,16 +307,6 @@ sub _repaint_canvas {
|
|||
@polylines = @{intersection_pl(\@polylines, [$bed_polygon])};
|
||||
|
||||
$dc->SetPen(Wx::Pen->new(Wx::Colour->new(230,230,230), 1, wxSOLID));
|
||||
use Slic3r::SVG;
|
||||
Slic3r::SVG::output(
|
||||
"grid.svg",
|
||||
no_arrows => 1,
|
||||
polylines => \@polylines,
|
||||
);
|
||||
use XXX; YYY [
|
||||
[map $_->dump_perl, @orig],
|
||||
$bed_polygon->dump_perl,
|
||||
];
|
||||
$dc->DrawLine(map @{$to_pixel->([map unscale($_), @$_])}, @$_) for @polylines;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue