FIX: wrong default value for ext printable height

The length of default value for extruder printable height
should be same with extruder printable area

jira:NONE

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I01bf5e2a9ddb2faadbbe0a01f4ff2c5582b8ac45
This commit is contained in:
xun.zhang 2024-11-26 11:06:45 +08:00 committed by lane.wei
parent 1c90355199
commit 01bb0c6d66
1 changed files with 1 additions and 1 deletions

View File

@ -549,7 +549,7 @@ void PrintConfigDef::init_common_params()
def->min = 0;
def->max = 1000;
def->mode = comSimple;
def->set_default_value(new ConfigOptionFloatsNullable{100.0, 200.0});
def->set_default_value(new ConfigOptionFloatsNullable{});
// Options used by physical printers