mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 10:49:00 +08:00
Remove debug line slipped into last commit
This commit is contained in:
parent
bf9fe1b505
commit
d00c2882c4
@ -294,7 +294,7 @@ sub detect_surfaces_type {
|
|||||||
|
|
||||||
# prepare a reusable subroutine to make surface differences
|
# prepare a reusable subroutine to make surface differences
|
||||||
my $surface_difference = sub {
|
my $surface_difference = sub {
|
||||||
my ($subject_surfaces, $clip_surfaces, $result_type, $layerm) = @_;use XXX; ZZZ "here" if grep ref eq 'Slic3r::Surface', @$subject_surfaces, @$clip_surfaces;
|
my ($subject_surfaces, $clip_surfaces, $result_type, $layerm) = @_;
|
||||||
my $expolygons = diff_ex(
|
my $expolygons = diff_ex(
|
||||||
[ map @$_, @$subject_surfaces ],
|
[ map @$_, @$subject_surfaces ],
|
||||||
[ map @$_, @$clip_surfaces ],
|
[ map @$_, @$clip_surfaces ],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user