mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-10 06:09:09 +08:00
Fix of #1730
This commit is contained in:
parent
4464fcc9d2
commit
15b6b4f239
@ -489,6 +489,9 @@ void Model::convert_multipart_object(unsigned int max_extruders)
|
|||||||
{
|
{
|
||||||
new_v->name = o->name;
|
new_v->name = o->name;
|
||||||
new_v->config.set_deserialize("extruder", get_auto_extruder_id_as_string(max_extruders));
|
new_v->config.set_deserialize("extruder", get_auto_extruder_id_as_string(max_extruders));
|
||||||
|
#if ENABLE_VOLUMES_CENTERING_FIXES
|
||||||
|
new_v->translate(-o->origin_translation);
|
||||||
|
#endif // ENABLE_VOLUMES_CENTERING_FIXES
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user