mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Implemented range's min/max Z editing
This commit is contained in:
parent
4756961678
commit
213635f559
4 changed files with 59 additions and 21 deletions
|
@ -277,6 +277,8 @@ public:
|
|||
const wxDataViewItem layers_item,
|
||||
const int layer_idx = -1);
|
||||
void edit_layer_range(const std::pair<coordf_t, coordf_t>& range, coordf_t layer_height);
|
||||
void edit_layer_range(const std::pair<coordf_t, coordf_t>& range,
|
||||
const std::pair<coordf_t, coordf_t>& new_range);
|
||||
|
||||
void init_objects();
|
||||
bool multiple_selection() const ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue