1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Unified side text for degrees.

This commit is contained in:
bubnikv
2019-05-09 20:25:24 +02:00
parent 2202138fbd
commit 3c4fa8859c
+1 -1
View File
@@ -2594,7 +2594,7 @@ void PrintConfigDef::init_sla_params()
def->category = L("Pad");
def->tooltip = L("The slope of the pad wall relative to the bed plane. "
"90 degrees means straight walls.");
def->sidetext = L("degrees");
def->sidetext = L("°");
def->min = 45;
def->max = 90;
def->mode = comAdvanced;