mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Fix bad deserialization of extruder_offset = 0x0
This commit is contained in:
@@ -22,7 +22,8 @@ ConfigBase::apply(const ConfigBase &other, bool ignore_nonexistent) {
|
||||
}
|
||||
|
||||
// not the most efficient way, but easier than casting pointers to subclasses
|
||||
my_opt->deserialize( other.option(*it)->serialize() );
|
||||
bool res = my_opt->deserialize( other.option(*it)->serialize() );
|
||||
if (!res) CONFESS("Unexpected failure when deserializing serialized value");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user