mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 04:02:52 -06:00
Proper handling of interlaced layers in toolpaths preview
This commit is contained in:
parent
2632b2b30e
commit
f0a57a83fd
3 changed files with 110 additions and 49 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue