From 1d3f7e0b1ca0958d7f361de48eb6b2d2086f94aa Mon Sep 17 00:00:00 2001 From: Mark Hindess Date: Mon, 25 Jun 2012 22:57:05 +0100 Subject: [PATCH] Trivia: Remove duplicate word "speed". --- README.markdown | 2 +- slic3r.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 93e3fa07c..0bc6a7e1a 100644 --- a/README.markdown +++ b/README.markdown @@ -193,7 +193,7 @@ The author is Alessandro Ranellucci. of seconds (default: 60) --slowdown-below-layer-time Slow down if layer print time is below this approximate number of seconds (default: 15) - --min-print-speed Minimum print speed speed (mm/s, default: 10) + --min-print-speed Minimum print speed (mm/s, default: 10) --disable-fan-first-layers Disable fan for the first N layers (default: 1) --fan-always-on Keep fan always on at min fan speed, even for layers that don't need cooling diff --git a/slic3r.pl b/slic3r.pl index 06cf8ffaa..cb9d16316 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -238,7 +238,7 @@ $j of seconds (default: $Slic3r::fan_below_layer_time) --slowdown-below-layer-time Slow down if layer print time is below this approximate number of seconds (default: $Slic3r::slowdown_below_layer_time) - --min-print-speed Minimum print speed speed (mm/s, default: $Slic3r::min_print_speed) + --min-print-speed Minimum print speed (mm/s, default: $Slic3r::min_print_speed) --disable-fan-first-layers Disable fan for the first N layers (default: $Slic3r::disable_fan_first_layers) --fan-always-on Keep fan always on at min fan speed, even for layers that don't need cooling