Follow-up of 9d4344a78c
-> ensure printbed always rendered as custom in gcode preview mode
This commit is contained in:
parent
54a4340631
commit
0348986bda
7 changed files with 33 additions and 30 deletions
src/slic3r/GUI
|
@ -337,7 +337,7 @@ void GCodeViewer::load(const GCodeProcessor::Result& gcode_result, const Print&
|
|||
{ max(0), max(1) },
|
||||
{ min(0), max(1) } };
|
||||
}
|
||||
wxGetApp().plater()->set_bed_shape(bed_shape, "", "");
|
||||
wxGetApp().plater()->set_bed_shape(bed_shape, "", "", true);
|
||||
}
|
||||
#endif // ENABLE_GCODE_VIEWER_AS_STATE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue