mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Follow up on 569200eb99
Improved formatting of the vector of dimensions, improved wordings of error messages and tooltips.
This commit is contained in:
parent
e78ad6ffa9
commit
621610da75
2 changed files with 6 additions and 5 deletions
|
@ -64,7 +64,7 @@ void PrintConfigDef::init_common_params()
|
|||
|
||||
def = this->add("thumbnails", coPoints);
|
||||
def->label = L("G-code thumbnails");
|
||||
def->tooltip = L("Picture sizes to be stored into a .gcode and .sl1 files");
|
||||
def->tooltip = L("Picture sizes to be stored into a .gcode and .sl1 files, in the following format: \"XxY, XxY, ...\"");
|
||||
def->mode = comExpert;
|
||||
def->gui_type = "one_string";
|
||||
def->set_default_value(new ConfigOptionPoints());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue