1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

First prototype for "SLA materials" Tab

This commit is contained in:
YuSanka
2018-08-03 13:04:41 +02:00
parent 4e193555ae
commit cce0e9e501
6 changed files with 118 additions and 13 deletions
+2 -2
View File
@@ -2124,13 +2124,13 @@ void PrintConfigDef::init_sla_params()
def->default_value = new ConfigOptionFloat(15);
def = this->add("material_correction_printing", coFloats);
def->label = L("Correction for expansion when printing");
def->full_label = L("Correction for expansion when printing");
def->tooltip = L("Correction for expansion when printing");
def->min = 0;
def->default_value = new ConfigOptionFloats( { 1. , 1., 1. } );
def = this->add("material_correction_curing", coFloats);
def->label = L("Correction for expansion after curing");
def->full_label = L("Correction for expansion after curing");
def->tooltip = L("Correction for expansion after curing");
def->min = 0;
def->default_value = new ConfigOptionFloats( { 1. , 1., 1. } );