mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
remove filament_max_volumetric_speed cap
This commit is contained in:
@@ -1454,7 +1454,6 @@ void PrintConfigDef::init_fff_params()
|
||||
"Can't be zero");
|
||||
def->sidetext = L("mm³/s");
|
||||
def->min = 0;
|
||||
def->max = 200;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloats { 2. });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user