mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Lazy mesh generation so that we only keep it in model object
This commit is contained in:
@@ -165,4 +165,14 @@ sub y_max {
|
||||
return $self->extents->[Y][MAX];
|
||||
}
|
||||
|
||||
sub z_min {
|
||||
my $self = shift;
|
||||
return $self->extents->[Z][MIN];
|
||||
}
|
||||
|
||||
sub z_max {
|
||||
my $self = shift;
|
||||
return $self->extents->[Z][MAX];
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
Reference in New Issue
Block a user