mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Fixed visualization of G-code in G-code viewer after 07e7e11590
Fix of prusa-gcodeviewer changes modification time of the viewed gcode file #7005
This commit is contained in:
parent
df30dfc2bc
commit
1ca24f0bd0
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ void GCodeProcessor::process_file(const std::string& filename, std::function<voi
|
||||||
cancel_callback();
|
cancel_callback();
|
||||||
}
|
}
|
||||||
this->process_gcode_line(line, true);
|
this->process_gcode_line(line, true);
|
||||||
});
|
}, m_result.lines_ends);
|
||||||
|
|
||||||
// Don't post-process the G-code to update time stamps.
|
// Don't post-process the G-code to update time stamps.
|
||||||
this->finalize(false);
|
this->finalize(false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue