mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-12 06:29:06 +08:00
Follow-up of d07b3fb08b5f8e81899a4772f8219fde49ef2126 -> Show current bed shape for custom bed in bed shape dialog
This commit is contained in:
parent
136e5156bc
commit
2a71665de9
@ -234,8 +234,8 @@ void BedShapePanel::set_shape(ConfigOptionPoints* points)
|
|||||||
// This is a custom bed shape, use the polygon provided.
|
// This is a custom bed shape, use the polygon provided.
|
||||||
m_shape_options_book->SetSelection(SHAPE_CUSTOM);
|
m_shape_options_book->SetSelection(SHAPE_CUSTOM);
|
||||||
// Copy the polygon to the canvas, make a copy of the array.
|
// Copy the polygon to the canvas, make a copy of the array.
|
||||||
m_canvas->m_bed_shape = points->values;
|
m_loaded_bed_shape = points->values;
|
||||||
update_shape();
|
update_shape();
|
||||||
}
|
}
|
||||||
|
|
||||||
void BedShapePanel::update_preview()
|
void BedShapePanel::update_preview()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user