mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Implemented a message on Printer display for pause print
+ Added new icons
This commit is contained in:
parent
963969e210
commit
496e09302f
7 changed files with 107 additions and 16 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue