mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 03:59:07 -07:00
#5079 - Fixed GCode Viewer changing files modified date on Windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user