mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
One method call not changed after Model refactoring
This commit is contained in:
@@ -150,7 +150,7 @@ sub Closing {
|
|||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# save ranges into the plater object
|
# save ranges into the plater object
|
||||||
$self->model_object->layer_height_ranges([ $self->_get_ranges ]);
|
$self->model_object->set_layer_height_ranges([ $self->_get_ranges ]);
|
||||||
}
|
}
|
||||||
|
|
||||||
sub _get_ranges {
|
sub _get_ranges {
|
||||||
|
|||||||
Reference in New Issue
Block a user