mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-21 20:18:17 +08:00
Enlarge the Z slider in the cut dialog
This commit is contained in:
parent
f81232b79d
commit
b926079fd5
@ -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…
x
Reference in New Issue
Block a user