mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
GCodeViewer - Fixed visualization of time estimates for silent mode
This commit is contained in:
parent
64e68f418b
commit
b8fc1d3173
3 changed files with 69 additions and 67 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue