mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 10:17:55 -06:00
Clarify that min Z, max Z and layer height are supposed to be expressed in mm
This commit is contained in:
parent
a5e6340004
commit
5c1336d2de
1 changed files with 4 additions and 4 deletions
|
@ -109,10 +109,10 @@ sub new {
|
||||||
$grid->CreateGrid(0, 3);
|
$grid->CreateGrid(0, 3);
|
||||||
$grid->DisableDragRowSize;
|
$grid->DisableDragRowSize;
|
||||||
$grid->HideRowLabels if &Wx::wxVERSION_STRING !~ / 2\.8\./;
|
$grid->HideRowLabels if &Wx::wxVERSION_STRING !~ / 2\.8\./;
|
||||||
$grid->SetColLabelValue(0, "Min Z");
|
$grid->SetColLabelValue(0, "Min Z (mm)");
|
||||||
$grid->SetColLabelValue(1, "Max Z");
|
$grid->SetColLabelValue(1, "Max Z (mm)");
|
||||||
$grid->SetColLabelValue(2, "Layer height");
|
$grid->SetColLabelValue(2, "Layer height (mm)");
|
||||||
$grid->SetColSize($_, 100) for 0..2;
|
$grid->SetColSize($_, 135) for 0..2;
|
||||||
$grid->SetDefaultCellAlignment(wxALIGN_CENTRE, wxALIGN_CENTRE);
|
$grid->SetDefaultCellAlignment(wxALIGN_CENTRE, wxALIGN_CENTRE);
|
||||||
|
|
||||||
# load data
|
# load data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue