mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
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
|
@ -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