mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 19:28:14 -06:00
GUI integration of rotation angle setting
This commit is contained in:
parent
3813402aa3
commit
2921302fe9
9 changed files with 26 additions and 10 deletions
|
@ -1708,6 +1708,13 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->cli = "wipe-tower-per-color-wipe=f";
|
||||
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-asis ";
|
||||
def->sidetext = "degrees";
|
||||
def->cli = "wipe-tower-rotation-angle=f";
|
||||
def->default_value = new ConfigOptionFloat(0.);
|
||||
|
||||
def = this->add("xy_size_compensation", coFloat);
|
||||
def->label = "XY Size Compensation";
|
||||
def->category = "Advanced";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue