mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Tabs are completed
This commit is contained in:
parent
38b06bb22e
commit
d4c69a6258
3 changed files with 27 additions and 41 deletions
|
@ -2093,7 +2093,7 @@ void PrintConfigDef::init_sla_params()
|
|||
def->default_value = new ConfigOptionInt(1000);
|
||||
|
||||
def = this->add("printer_correction", coFloats);
|
||||
def->label = L("Printer scaling correction");
|
||||
def->full_label = L("Printer scaling correction");
|
||||
def->tooltip = L("Printer scaling correction");
|
||||
def->min = 0;
|
||||
def->default_value = new ConfigOptionFloats( { 1., 1., 1. } );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue