mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
GCodeViewer -> extrusion paths colored by extrusion role
This commit is contained in:
parent
61ab7bbebf
commit
75d1e8373d
5 changed files with 105 additions and 34 deletions
|
@ -2,9 +2,9 @@
|
|||
#define slic3r_GCodeProcessor_hpp_
|
||||
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
#include "../GCodeReader.hpp"
|
||||
#include "../Point.hpp"
|
||||
#include "../ExtrusionEntity.hpp"
|
||||
#include "libslic3r/GCodeReader.hpp"
|
||||
#include "libslic3r/Point.hpp"
|
||||
#include "libslic3r/ExtrusionEntity.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue