mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -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
|
@ -212,6 +212,7 @@ sub append_option {
|
|||
title => '',
|
||||
config => $self->GetParent->{config},
|
||||
options => [$full_key],
|
||||
full_labels => 1,
|
||||
);
|
||||
$self->{vsizer}->Add($optgroup->sizer, 0, wxEXPAND | wxTOP | wxBOTTOM, 10);
|
||||
}
|
||||
|
@ -350,7 +351,7 @@ sub new {
|
|||
$self->append_text('Enter the bed temperature needed for getting your filament to stick to your heated bed, then click Next.');
|
||||
$self->append_text('A rule of thumb is 60 °C for PLA and 110 °C for ABS. Leave zero if you have no heated bed.');
|
||||
$self->append_option('bed_temperature');
|
||||
|
||||
|
||||
return $self;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue