FIX: [STUDIO-3561] Import Gcode and send all plate

Change-Id: Ic1db0d90e08dba24cde12cdfaa6f1227d5d602cf
This commit is contained in:
maosheng.wei 2023-07-06 19:12:27 +08:00 committed by Lane.Wei
parent 3a9b49abeb
commit 53f9d89a5a
2 changed files with 37 additions and 9 deletions

View file

@ -330,6 +330,7 @@ public:
//whether it is has printable instances
bool has_printable_instances();
bool is_all_instances_unprintable();
//move instances to left or right PartPlate
void move_instances_to(PartPlate& left_plate, PartPlate& right_plate, BoundingBoxf3* bounding_box = nullptr);