GCodeViewer -> Show printbed model and texture for system printers detected when loading gcode files produced by PrusaSlicer

This commit is contained in:
enricoturri1966 2020-08-21 10:59:07 +02:00
parent 992d7065b2
commit 7a093b08fd
6 changed files with 51 additions and 2 deletions
src/libslic3r/GCode

View file

@ -261,6 +261,7 @@ namespace Slic3r {
unsigned int id;
std::vector<MoveVertex> moves;
Pointfs bed_shape;
std::string printer_settings_id;
std::vector<std::string> extruder_colors;
PrintEstimatedTimeStatistics time_statistics;