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
path: root/lib
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-07-26 18:23:43 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-07-26 18:23:43 +0400
commitdebe540018c8137bb6407436ce2954e81194fd13 (patch)
treed0373dce4de5911a366be36638fe394c08b2dade /lib
parentaa194c81259f7495001fa4210934b7faca288922 (diff)
Better name for wipe
Diffstat (limited to 'lib')
-rw-r--r--lib/Slic3r/Config.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm
index faa6fc06e..a6c160acb 100644
--- a/lib/Slic3r/Config.pm
+++ b/lib/Slic3r/Config.pm
@@ -832,7 +832,7 @@ END
default => [1],
},
'wipe' => {
- label => 'Wipe before retract',
+ label => 'Wipe while retracting',
tooltip => 'This flag will move the nozzle while retracting to minimize the possible blob on leaky extruders.',
cli => 'wipe!',
type => 'bool',