NEW: add slice warning msg to slice_info

Change-Id: I145a14b7ab6f4aff2158ca0f86191e57b7efa643
This commit is contained in:
Stone Li 2022-10-17 21:33:57 +08:00 committed by Lane.Wei
parent 2ed702766b
commit 82a1a38c30
3 changed files with 47 additions and 1 deletions

View file

@ -70,6 +70,8 @@ struct PlateData
bool is_sliced_valid = false;
bool toolpath_outside {false};
std::vector<GCodeProcessorResult::SliceWarnings> warnings;
std::string get_gcode_prediction_str() {
return gcode_prediction;
}