mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 18:58:00 -06:00
ENH: skip_objects: add the skipped_objects into sliced_info
Change-Id: I2a04aa00503a04cfe3e9d680ceabdb4947142d34 (cherry picked from commit ca548d69daa0bc2970efc080fcf1537e6babb278)
This commit is contained in:
parent
b437f6d646
commit
c7775ace16
4 changed files with 38 additions and 6 deletions
|
@ -78,6 +78,7 @@ struct PlateData
|
|||
std::string gcode_weight;
|
||||
std::string plate_name;
|
||||
std::vector<FilamentInfo> slice_filaments_info;
|
||||
std::vector<size_t> skipped_objects;
|
||||
DynamicPrintConfig config;
|
||||
bool is_support_used {false};
|
||||
bool is_sliced_valid = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue