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>2014-03-22 19:23:33 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-03-22 19:23:33 +0400
commit7421a7bf6321a1675578a30b03915a87611e44b7 (patch)
tree7758b4271a393f53281136c3a98ada51d8ceb510 /README.md
parent30aa255bb5cf0037179c16284b29b5ed586e3473 (diff)
Turn fill_density into percentage
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a298ec853..167c3f33c 100644
--- a/README.md
+++ b/README.md
@@ -200,7 +200,7 @@ The author of the Silk icon set is Mark James.
--top-solid-layers Number of solid layers to do for top surfaces (range: 0+, default: 3)
--bottom-solid-layers Number of solid layers to do for bottom surfaces (range: 0+, default: 3)
--solid-layers Shortcut for setting the two options above at once
- --fill-density Infill density (range: 0-1, default: 0.4)
+ --fill-density Infill density (range: 0%-100%, default: 40%)
--fill-angle Infill angle in degrees (range: 0-90, default: 45)
--fill-pattern Pattern to use to fill non-solid layers (default: honeycomb)
--solid-fill-pattern Pattern to use to fill solid layers (default: rectilinear)