mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
NEW: show cost of filament in GUI
Signed-off-by: qing.zhang <qing.zhang@bambulab.com> Change-Id: If28f6e969728fb5edd9cb35d6bc6d0a6c155d96e (cherry picked from commit a4b8e620794f611c2f94f639cec49ec7c8fe8926)
This commit is contained in:
parent
663df48a95
commit
ef46654cca
11 changed files with 38 additions and 5 deletions
|
@ -990,7 +990,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def->tooltip = L("Filament price. For statistics only");
|
||||
def->sidetext = L("money/kg");
|
||||
def->min = 0;
|
||||
def->mode = comDevelop;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloats { 0. });
|
||||
|
||||
def = this->add("filament_settings_id", coStrings);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue