mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Implemented "from/to imperial units conversation" for loaded objects and volumes
This commit is contained in:
parent
0b60d45cf3
commit
8afd273c4b
6 changed files with 131 additions and 2 deletions
|
@ -212,6 +212,7 @@ public:
|
|||
void set_number_of_copies(/*size_t num*/);
|
||||
bool is_selection_empty() const;
|
||||
void scale_selection_to_fit_print_volume();
|
||||
void convert_unit(bool from_imperial_unit);
|
||||
|
||||
void cut(size_t obj_idx, size_t instance_idx, coordf_t z, bool keep_upper = true, bool keep_lower = true, bool rotate_lower = false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue