mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
GUI - reenabling rotation angle settings for the wipe tower (was disabled by the merge with master)
This commit is contained in:
parent
5f5a59328b
commit
3099c32d08
2 changed files with 5 additions and 4 deletions
|
@ -1732,9 +1732,9 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->default_value = new ConfigOptionFloat(15.);
|
||||
|
||||
def = this->add("wipe_tower_rotation_angle", coFloat);
|
||||
def->label = "Wipe tower rotation angle";
|
||||
def->tooltip = "Wipe tower rotation angle with respect to x-axis ";
|
||||
def->sidetext = "degrees";
|
||||
def->label = _L("Wipe tower rotation angle");
|
||||
def->tooltip = _L("Wipe tower rotation angle with respect to x-axis ");
|
||||
def->sidetext = _L("degrees");
|
||||
def->cli = "wipe-tower-rotation-angle=f";
|
||||
def->default_value = new ConfigOptionFloat(0.);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue