flow calibration first version

Port from SuperSlicer
This commit is contained in:
SoftFever 2022-12-26 18:35:04 +08:00
parent 53f3b8b009
commit 72f23ed5a8
40 changed files with 441 additions and 1 deletions

View file

@ -1228,7 +1228,7 @@ void PrintConfigDef::init_fff_params()
"Can't be zero");
def->sidetext = L("mm³/s");
def->min = 0;
def->max = 50;
def->max = 200;
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionFloats { 2. });