mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Fix of #1772
This commit is contained in:
@@ -4520,6 +4520,13 @@ void GLCanvas3D::render()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
#if ENABLE_REWORKED_BED_SHAPE_CHANGE
|
#if ENABLE_REWORKED_BED_SHAPE_CHANGE
|
||||||
|
if (m_bed.get_shape().empty())
|
||||||
|
{
|
||||||
|
// this happens at startup when no data is still saved under <>\AppData\Roaming\Slic3rPE
|
||||||
|
if (m_config != nullptr)
|
||||||
|
set_bed_shape(m_config->opt<ConfigOptionPoints>("bed_shape")->values);
|
||||||
|
}
|
||||||
|
|
||||||
if (m_requires_zoom_to_bed)
|
if (m_requires_zoom_to_bed)
|
||||||
{
|
{
|
||||||
zoom_to_bed();
|
zoom_to_bed();
|
||||||
|
|||||||
Reference in New Issue
Block a user