mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
Added some logic to layers editor selection
This commit is contained in:
parent
26fb68ba45
commit
1694204687
4 changed files with 136 additions and 64 deletions
|
@ -291,8 +291,8 @@ public:
|
|||
void add_layer_item (const t_layer_height_range& range,
|
||||
const wxDataViewItem layers_item,
|
||||
const int layer_idx = -1);
|
||||
void edit_layer_range(const t_layer_height_range& range, coordf_t layer_height);
|
||||
void edit_layer_range(const t_layer_height_range& range,
|
||||
bool edit_layer_range(const t_layer_height_range& range, coordf_t layer_height);
|
||||
bool edit_layer_range(const t_layer_height_range& range,
|
||||
const t_layer_height_range& new_range);
|
||||
|
||||
void init_objects();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue