mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
FIX: fix the assemble view display issue when enter firstly
Change-Id: Idf432df9d3bb8eef1d57b08b6d345bc1867fe955
This commit is contained in:
parent
41b1ad6f2f
commit
f2aaddebb8
5 changed files with 13 additions and 6 deletions
|
@ -6478,7 +6478,7 @@ void PlateData::parse_filament_info(GCodeProcessorResult *result)
|
|||
stream << "\" ";
|
||||
|
||||
stream << OFFSET_ATTR << "=\"";
|
||||
Vec3d ofs2ass = obj->instances[instance_idx]->get_offset_to_assembly();
|
||||
const Vec3d ofs2ass = obj->instances[instance_idx]->get_offset_to_assembly();
|
||||
stream << ofs2ass(0) << " " << ofs2ass(1) << " " << ofs2ass(2);
|
||||
stream << "\" />\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue