mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
Merge branch 'main' into enh-port-edit-gcode-dlg
This commit is contained in:
commit
22302a0f10
4 changed files with 14 additions and 4 deletions
|
@ -990,8 +990,7 @@ boost::any ConfigOptionsGroup::get_config_value(const DynamicPrintConfig& config
|
|||
}
|
||||
case coPercent:{
|
||||
double val = config.option<ConfigOptionPercent>(opt_key)->value;
|
||||
text_value = wxString::Format(_T("%i"), int(val));
|
||||
ret = text_value;// += "%";
|
||||
ret = double_to_string(val);// += "%";
|
||||
}
|
||||
break;
|
||||
case coPercents:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue