mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
FIX: modify the default position of wipe tower
Change-Id: I27eacb73a7e32d20416da785378d3ff0c31f5c23
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user