FIX: modify the default position of wipe tower

Change-Id: I27eacb73a7e32d20416da785378d3ff0c31f5c23
This commit is contained in:
zhimin.zeng 2023-08-17 09:34:09 +08:00 committed by Lane.Wei
parent 9560a292f2
commit 13857dba34
2 changed files with 19 additions and 2 deletions

View file

@ -3272,7 +3272,7 @@ void PrintConfigDef::init_fff_params()
//def->sidetext = L("mm");
def->mode = comDevelop;
// BBS: change data type to floats to add partplate logic
def->set_default_value(new ConfigOptionFloats{ 165.-10. });
def->set_default_value(new ConfigOptionFloats{ 15. });
def = this->add("wipe_tower_y", coFloats);
//def->label = L("Position Y");