Merge branch 'master' of https://github.com/prusa3d/PrusaSlicer
This commit is contained in:
commit
7593f2b145
1 changed files with 1 additions and 1 deletions
|
@ -591,7 +591,7 @@ void GCodeViewer::load(const GCodeProcessor::Result& gcode_result, const Print&
|
||||||
m_last_result_id = gcode_result.id;
|
m_last_result_id = gcode_result.id;
|
||||||
|
|
||||||
// release gpu memory, if used
|
// release gpu memory, if used
|
||||||
reset();
|
reset();
|
||||||
|
|
||||||
#if ENABLE_GCODE_WINDOW
|
#if ENABLE_GCODE_WINDOW
|
||||||
m_sequential_view.gcode_window.set_filename(gcode_result.filename);
|
m_sequential_view.gcode_window.set_filename(gcode_result.filename);
|
||||||
|
|
Loading…
Reference in a new issue