mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Enlarge the Z slider in the cut dialog
This commit is contained in:
parent
f81232b79d
commit
b926079fd5
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ sub new {
|
||||||
default => $self->{cut_options}{z},
|
default => $self->{cut_options}{z},
|
||||||
min => 0,
|
min => 0,
|
||||||
max => $self->{model_object}->bounding_box->size->z,
|
max => $self->{model_object}->bounding_box->size->z,
|
||||||
|
full_width => 1,
|
||||||
));
|
));
|
||||||
{
|
{
|
||||||
my $line = Slic3r::GUI::OptionsGroup::Line->new(
|
my $line = Slic3r::GUI::OptionsGroup::Line->new(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue