mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
#5079 - Fixed GCode Viewer changing files modified date on Windows
This commit is contained in:
parent
6d56e60091
commit
8491872fb7
4 changed files with 6 additions and 5 deletions
|
@ -4740,7 +4740,7 @@ void Plater::load_gcode(const wxString& filename)
|
|||
GCodeProcessor processor;
|
||||
processor.enable_producers(true);
|
||||
processor.enable_machine_envelope_processing(true);
|
||||
processor.process_file(filename.ToUTF8().data());
|
||||
processor.process_file(filename.ToUTF8().data(), false);
|
||||
p->gcode_result = std::move(processor.extract_result());
|
||||
|
||||
// show results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue