mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 02:35:54 +08:00
Handle recursive ratio_over options correctly.
This commit is contained in:
parent
d68ab84faa
commit
57b134cc9c
@ -858,7 +858,7 @@ sub get_value {
|
||||
|
||||
no strict 'refs';
|
||||
my $value = $self->get($opt_key);
|
||||
$value = $self->get($Options->{$opt_key}{ratio_over}) * $1/100
|
||||
$value = $self->get_value($Options->{$opt_key}{ratio_over}) * $1/100
|
||||
if $Options->{$opt_key}{ratio_over} && $value =~ /^(\d+(?:\.\d+)?)%$/;
|
||||
return $value;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user