mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
GCodeProcessor -> Added parsing of 3d part generated gcodes
This commit is contained in:
parent
48ae8dc9a2
commit
14366800e2
3 changed files with 335 additions and 0 deletions
|
@ -4662,6 +4662,7 @@ void Plater::load_gcode(const wxString& filename)
|
|||
// process gcode
|
||||
GCodeProcessor processor;
|
||||
// processor.apply_config(config);
|
||||
processor.enable_producers(true);
|
||||
processor.process_file(filename.ToUTF8().data());
|
||||
p->gcode_result = std::move(processor.extract_result());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue