Fix typo
This commit is contained in:
parent
4e76a9e4c9
commit
87342d324c
@ -100,7 +100,7 @@ sub end_element {
|
||||
if ($self->{_material_metadata_type} =~ /^slic3r\.(.+)/) {
|
||||
my $opt_key = $1;
|
||||
if (exists $Slic3r::Config::Options->{$opt_key}) {
|
||||
$self->{_material}->set_deserialize($opt_key, $self->{_material}->attributes->{$opt_key});
|
||||
$self->{_material}->config->set_deserialize($opt_key, $self->{_material}->attributes->{$opt_key});
|
||||
}
|
||||
}
|
||||
$self->{_material_metadata_type} = undef;
|
||||
|
Loading…
Reference in New Issue
Block a user