mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Merge branch 'master' of https://github.com/prusa3d/Slic3r
This commit is contained in:
commit
bfcaa6cac0
9 changed files with 27 additions and 28 deletions
|
@ -2148,14 +2148,14 @@ PageShp TabPrinter::build_kinematics_page()
|
|||
def.width = 15;
|
||||
def.gui_type = "legend";
|
||||
def.mode = comAdvanced;
|
||||
def.tooltip = L("Values in this column are for Full Power mode");
|
||||
def.set_default_value(new ConfigOptionString{ L("Full Power") });
|
||||
def.tooltip = L("Values in this column are for Normal mode");
|
||||
def.set_default_value(new ConfigOptionString{ _(L("Normal")).ToUTF8().data() });
|
||||
|
||||
auto option = Option(def, "full_power_legend");
|
||||
line.append_option(option);
|
||||
|
||||
def.tooltip = L("Values in this column are for Silent mode");
|
||||
def.set_default_value(new ConfigOptionString{ L("Silent") });
|
||||
def.tooltip = L("Values in this column are for Stealth mode");
|
||||
def.set_default_value(new ConfigOptionString{ _(L("Stealth")).ToUTF8().data() });
|
||||
option = Option(def, "silent_legend");
|
||||
line.append_option(option);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue