1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-26 10:25:49 +00:00

Implemented a message on Printer display for pause print

+ Added new icons
This commit is contained in:
YuSanka
2019-11-27 14:44:33 +01:00
parent 963969e210
commit 496e09302f
7 changed files with 107 additions and 16 deletions
+2 -1
View File
@@ -772,7 +772,8 @@ public:
std::string gcode;
int extruder; // 0 - "gcode" will be applied for whole print
// else - "gcode" will be applied only for "extruder" print
std::string color;
std::string color; // if gcode is equal to PausePrintCode,
// this field is used for save a short message shown on Printer display
};
std::vector<CustomGCode> custom_gcode_per_height;