mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Use a slider for the cutting GUI
This commit is contained in:
parent
8db4913b04
commit
2a2ba15665
2 changed files with 19 additions and 3 deletions
|
@ -34,9 +34,11 @@ sub new {
|
|||
options => [
|
||||
{
|
||||
opt_key => 'z',
|
||||
type => 'f',
|
||||
type => 'slider',
|
||||
label => 'Z',
|
||||
default => $self->{cut_options}{z},
|
||||
min => 0,
|
||||
max => $self->{model_object}->bounding_box->size->z,
|
||||
},
|
||||
{
|
||||
opt_key => 'keep_upper',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue