From f81232b79d81934bcf7cef7130e50f1cff6fb635 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Fri, 4 Jul 2014 10:56:06 +0200 Subject: [PATCH] Remove --bed-size from --help output --- README.md | 1 - slic3r.pl | 1 - 2 files changed, 2 deletions(-) diff --git a/README.md b/README.md index f0aecf989..ac45ee012 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,6 @@ The author of the Silk icon set is Mark James. --scale Factor for scaling input object (default: 1) --rotate Rotation angle in degrees (0-360, default: 0) --duplicate Number of items with auto-arrange (1+, default: 1) - --bed-size Bed size, only used for auto-arrange (mm, default: 200,200) --duplicate-grid Number of items with grid arrangement (default: 1,1) --duplicate-distance Distance in mm between copies (default: 6) --xy-size-compensation diff --git a/slic3r.pl b/slic3r.pl index f1a2fc1af..e5c19cc74 100755 --- a/slic3r.pl +++ b/slic3r.pl @@ -438,7 +438,6 @@ $j --scale Factor for scaling input object (default: 1) --rotate Rotation angle in degrees (0-360, default: 0) --duplicate Number of items with auto-arrange (1+, default: 1) - --bed-size Bed size, only used for auto-arrange (mm, default: $config->{bed_size}->[0],$config->{bed_size}->[1]) --duplicate-grid Number of items with grid arrangement (default: 1,1) --duplicate-distance Distance in mm between copies (default: $config->{duplicate_distance}) --xy-size-compensation