mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
FIX: modify the default position of wipe tower
Change-Id: I27eacb73a7e32d20416da785378d3ff0c31f5c23
This commit is contained in:
parent
9560a292f2
commit
13857dba34
2 changed files with 19 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue