1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

GCodeViewer - Fixed visualization of time estimates for silent mode

This commit is contained in:
enricoturri1966
2020-12-17 11:41:41 +01:00
parent 64e68f418b
commit b8fc1d3173
3 changed files with 69 additions and 67 deletions
-1
View File
@@ -4857,7 +4857,6 @@ void Plater::load_gcode(const wxString& filename)
// process gcode
GCodeProcessor processor;
processor.enable_producers(true);
processor.enable_machine_envelope_processing(true);
processor.process_file(filename.ToUTF8().data(), false);
p->gcode_result = std::move(processor.extract_result());