mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
NEW: add slice warning msg to slice_info
Change-Id: I145a14b7ab6f4aff2158ca0f86191e57b7efa643
This commit is contained in:
parent
2ed702766b
commit
82a1a38c30
3 changed files with 47 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue