mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-14 15:51:48 +08:00
Changed layer leight limits label on the UI.
This commit is contained in:
parent
b30501b411
commit
adb218e605
@ -1434,7 +1434,7 @@ sub _build_extruder_pages {
|
|||||||
$optgroup->append_single_option_line('nozzle_diameter', $extruder_idx);
|
$optgroup->append_single_option_line('nozzle_diameter', $extruder_idx);
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
my $optgroup = $page->new_optgroup('Limits');
|
my $optgroup = $page->new_optgroup('Layer height limits');
|
||||||
$optgroup->append_single_option_line($_, $extruder_idx)
|
$optgroup->append_single_option_line($_, $extruder_idx)
|
||||||
for qw(min_layer_height max_layer_height);
|
for qw(min_layer_height max_layer_height);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user