GCodeProcessor -> Extract toolpaths height from gcode moves
This commit is contained in:
parent
7be5860908
commit
b80bde11f3
5 changed files with 64 additions and 46 deletions
src/libslic3r/GCode
|
@ -304,6 +304,7 @@ namespace Slic3r {
|
|||
unsigned char m_extruder_id;
|
||||
ExtruderColors m_extruder_colors;
|
||||
std::vector<float> m_filament_diameters;
|
||||
float m_extruded_last_z;
|
||||
CpColor m_cp_color;
|
||||
|
||||
enum class EProducer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue