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:
authorAlessandro Ranellucci <aar@cpan.org>2012-06-23 23:31:29 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-06-23 23:31:29 +0400
commit48addf8c3f6322e29a6c9407637bcb97f59f3bc7 (patch)
treee4da1f9e3e18862522abfc4fed94925f1c7bd2ea /slic3r.pl
parent53d24bc58074767bf7268a541d4329e682b82536 (diff)
New feature: brim. #424
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/slic3r.pl b/slic3r.pl
index f388acb01..2ee61fae4 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -238,6 +238,8 @@ $j
--skirt-distance Distance in mm between innermost skirt and object
(default: $Slic3r::skirt_distance)
--skirt-height Height of skirts to draw (expressed in layers, 0+, default: $Slic3r::skirt_height)
+ --brim-thickness Thickness of the brim that will get added to each object to help adhesion
+ (mm, default: $Slic3r::brim_thickness)
Transform options:
--scale Factor for scaling input object (default: $Slic3r::scale)