diff --git a/resources/icons/add_gcode.svg b/resources/icons/add_gcode.svg new file mode 100644 index 000000000..e2aa21adf --- /dev/null +++ b/resources/icons/add_gcode.svg @@ -0,0 +1,12 @@ + + + + + + + + + diff --git a/resources/icons/pause_add.png b/resources/icons/pause_add.png new file mode 100644 index 000000000..afe881de8 Binary files /dev/null and b/resources/icons/pause_add.png differ diff --git a/src/libslic3r/Model.hpp b/src/libslic3r/Model.hpp index 2a1edd0ca..05147f9dd 100644 --- a/src/libslic3r/Model.hpp +++ b/src/libslic3r/Model.hpp @@ -746,7 +746,7 @@ public: // Wipe tower object. ModelWipeTower wipe_tower; - // Extensions for + // Extensions for color print struct CustomGCode { CustomGCode(double height, const std::string& code, int extruder) :