mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-08 07:47:43 -07:00
Fix extruder_only_area render position when switching plate
This commit is contained in:
parent
755845598f
commit
a660e1ae6d
1 changed files with 1 additions and 0 deletions
|
|
@ -904,6 +904,7 @@ void PartPlate::render_logo(bool bottom, bool render_cali)
|
|||
if (part.buffer && part.buffer->is_initialized()) {
|
||||
if (part.offset.x() != m_origin.x() || part.offset.y() != m_origin.y()) {
|
||||
part.offset = Vec2d(m_origin.x(), m_origin.y());
|
||||
part.update_buffer();
|
||||
}
|
||||
render_logo_texture(*(part.texture), *(part.buffer), bottom);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue