mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Fixed regression in is_printable() - needs unit test
This commit is contained in:
@@ -129,7 +129,7 @@ sub is_printable {
|
|||||||
# detect them and we would be discarding them.
|
# detect them and we would be discarding them.
|
||||||
my $p = $self->clone;
|
my $p = $self->clone;
|
||||||
$p->make_counter_clockwise;
|
$p->make_counter_clockwise;
|
||||||
return $p->offset($flow->scaled_width / 2) ? 1 : 0;
|
return $p->offset(-$flow->scaled_width / 2) ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub is_valid {
|
sub is_valid {
|
||||||
|
|||||||
Reference in New Issue
Block a user