mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
ENH: disable arranging selected items
0. disable arranging selected 1. fix bug where brim is not correct. 2. fix bug where big circle objects are not arranged properly 3. disable default enable_rotation Change-Id: Ifc69f35d900ff63ec1e9ec8bf8638afc6ea7d54b (cherry picked from commit 2ed1b0dd8573a1e10aaf77f0d9f8896cef304427)
This commit is contained in:
@@ -65,8 +65,7 @@ struct ArrangePolygon {
|
||||
int itemid{ 0 }; // item id in the vector, used for accessing all possible params like extrude_id
|
||||
int is_applied{ 0 }; // transform has been applied
|
||||
double height{ 0 }; // item height
|
||||
double auto_brim_width{ 0 }; // auto brim width
|
||||
double user_brim_width{ 0 }; // user defined brim width
|
||||
double brim_width{ 0 }; // brim width
|
||||
std::string name;
|
||||
|
||||
// If empty, any rotation is allowed (currently unsupported)
|
||||
|
||||
Reference in New Issue
Block a user