Added class GCodeViewer -> basic render of gcode toolpaths using dedicated shaders
This commit is contained in:
parent
4df141815b
commit
c3eb65c461
18 changed files with 652 additions and 13 deletions
src/libslic3r/GCode
|
@ -38,6 +38,8 @@ void GCodeProcessor::CpColor::reset()
|
|||
current = 0;
|
||||
}
|
||||
|
||||
unsigned int GCodeProcessor::Result::id = 0;
|
||||
|
||||
void GCodeProcessor::apply_config(const PrintConfig& config)
|
||||
{
|
||||
m_parser.apply_config(config);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue