mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Fix positioning of loded AMF plates
This commit is contained in:
parent
036badf932
commit
2754ddf215
2 changed files with 37 additions and 31 deletions
|
@ -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}->config->set_deserialize($opt_key, $self->{_material}->attributes->{$opt_key});
|
||||
$self->{_material}->config->set_deserialize($opt_key, $self->{_material}->attributes->{"slic3r.$opt_key"});
|
||||
}
|
||||
}
|
||||
$self->{_material_metadata_type} = undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue