1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-13 08:24:27 +00:00

Wipe tower rotation around center point

This commit is contained in:
Lukas Matena
2017-12-05 11:25:38 +01:00
parent cb84a6cfce
commit c34fd10e23
5 changed files with 52 additions and 40 deletions
+1 -1
View File
@@ -1710,7 +1710,7 @@ PrintConfigDef::PrintConfigDef()
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->tooltip = "Wipe tower rotation angle with respect to x-axis ";
def->sidetext = "degrees";
def->cli = "wipe-tower-rotation-angle=f";
def->default_value = new ConfigOptionFloat(0.);