Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2017-12-05 13:25:38 +0300
committerLukas Matena <lukasmatena@seznam.cz>2017-12-05 13:25:38 +0300
commitc34fd10e23eef14c083fcd14f55e36acda2afa84 (patch)
tree3ed3563b9ede4b5648bd10e377502bb125fd6567 /xs/src/libslic3r/PrintConfig.cpp
parentcb84a6cfceb8151ddd0d8ec647ffd87cf4c9d060 (diff)
Wipe tower rotation around center point
Diffstat (limited to 'xs/src/libslic3r/PrintConfig.cpp')
-rw-r--r--xs/src/libslic3r/PrintConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/PrintConfig.cpp b/xs/src/libslic3r/PrintConfig.cpp
index 65ae56961..b561388fd 100644
--- a/xs/src/libslic3r/PrintConfig.cpp
+++ b/xs/src/libslic3r/PrintConfig.cpp
@@ -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.);