From a4de0e659d360497e55abe446a47b834232c8492 Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Mon, 25 Jun 2012 22:51:20 +0100 Subject: [PATCH] Trivial typo/grammar. --- lib/Slic3r/Config.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Slic3r/Config.pm b/lib/Slic3r/Config.pm index cb956cfe..58fc01a3 100644 --- a/lib/Slic3r/Config.pm +++ b/lib/Slic3r/Config.pm @@ -100,7 +100,7 @@ our $Options = { }, 'g0' => { label => 'Use G0 for travel moves', - tooltip => 'Only enable this if your firmware supports G0 properly (thus decouples all axes using their maximum speeds instead of synchronizing them). Travel moves and retractions will be combined in single commands, speeding the print up.', + tooltip => 'Only enable this if your firmware supports G0 properly (thus decouples all axes using their maximum speeds instead of synchronizing them). Travel moves and retractions will be combined in single commands, speeding them print up.', cli => 'g0', type => 'bool', }, @@ -419,7 +419,7 @@ our $Options = { # retraction options 'retract_length' => { label => 'Length', - tooltip => 'When retraction is triggered, filament is pulled back for the specified amount (the length is measured on raw filament, before it enters the extruder).', + tooltip => 'When retraction is triggered, filament is pulled back by the specified amount (the length is measured on raw filament, before it enters the extruder).', sidetext => 'mm (zero to disable)', cli => 'retract-length=f', type => 'f',