mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 13:42:40 -07:00
Changed layer leight limits label on the UI.
This commit is contained in:
@@ -1434,7 +1434,7 @@ sub _build_extruder_pages {
|
||||
$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)
|
||||
for qw(min_layer_height max_layer_height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user