Fixed conflicts after merge with master and ported changes into gouraud shaders to gouraud_mod shaders
This commit is contained in:
commit
2c0815f537
72 changed files with 1750 additions and 1043 deletions
src/libslic3r/GCode
|
@ -1267,7 +1267,7 @@ void GCodeProcessor::process_file(const std::string& filename, std::function<voi
|
|||
cancel_callback();
|
||||
}
|
||||
this->process_gcode_line(line, true);
|
||||
});
|
||||
}, m_result.lines_ends);
|
||||
|
||||
// Don't post-process the G-code to update time stamps.
|
||||
this->finalize(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue