mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-11 12:04:29 +03:00
Proper handling of interlaced layers in toolpaths preview
This commit is contained in:
@@ -350,6 +350,11 @@ sub regions_count {
|
||||
return scalar @{$self->regions};
|
||||
}
|
||||
|
||||
sub max_layer_height {
|
||||
my ($self) = @_;
|
||||
return max(@{$self->config->nozzle_diameter});
|
||||
}
|
||||
|
||||
sub bounding_box {
|
||||
my $self = shift;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user