mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
FIX: [STUDIO-3561] Import Gcode and send all plate
Change-Id: Ic1db0d90e08dba24cde12cdfaa6f1227d5d602cf
This commit is contained in:
parent
3a9b49abeb
commit
53f9d89a5a
2 changed files with 37 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue