mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Change labels in wizard to avoid confusion
This commit is contained in:
parent
0ef6311ac3
commit
0b526afb4e
2 changed files with 4 additions and 1 deletions
|
@ -165,6 +165,7 @@ our $Options = {
|
||||||
},
|
},
|
||||||
'temperature' => {
|
'temperature' => {
|
||||||
label => 'Other layers',
|
label => 'Other layers',
|
||||||
|
full_label => 'Temperature',
|
||||||
tooltip => 'Extruder temperature for layers after the first one. Set this to zero to disable temperature control commands in the output.',
|
tooltip => 'Extruder temperature for layers after the first one. Set this to zero to disable temperature control commands in the output.',
|
||||||
sidetext => '°C',
|
sidetext => '°C',
|
||||||
cli => 'temperature=i@',
|
cli => 'temperature=i@',
|
||||||
|
@ -248,6 +249,7 @@ our $Options = {
|
||||||
},
|
},
|
||||||
'bed_temperature' => {
|
'bed_temperature' => {
|
||||||
label => 'Other layers',
|
label => 'Other layers',
|
||||||
|
full_label => 'Bed temperature',
|
||||||
tooltip => 'Bed temperature for layers after the first one. Set this to zero to disable bed temperature control commands in the output.',
|
tooltip => 'Bed temperature for layers after the first one. Set this to zero to disable bed temperature control commands in the output.',
|
||||||
sidetext => '°C',
|
sidetext => '°C',
|
||||||
cli => 'bed-temperature=i',
|
cli => 'bed-temperature=i',
|
||||||
|
|
|
@ -212,6 +212,7 @@ sub append_option {
|
||||||
title => '',
|
title => '',
|
||||||
config => $self->GetParent->{config},
|
config => $self->GetParent->{config},
|
||||||
options => [$full_key],
|
options => [$full_key],
|
||||||
|
full_labels => 1,
|
||||||
);
|
);
|
||||||
$self->{vsizer}->Add($optgroup->sizer, 0, wxEXPAND | wxTOP | wxBOTTOM, 10);
|
$self->{vsizer}->Add($optgroup->sizer, 0, wxEXPAND | wxTOP | wxBOTTOM, 10);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue