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-04-25 12:20:30 +0400
committerAlessandro Ranellucci <aar@cpan.org>2014-04-25 12:20:30 +0400
commitfe1691c1518e776fbb6db5580af6dba423f2226c (patch)
tree5a5bc8c0f06fc9e67a2404406b4faef4a256160e /README.md
parent37c7b958d432b00851686a8d5d8bf2b7be083d60 (diff)
New --cut feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 167c3f33c..2c71475d9 100644
--- a/README.md
+++ b/README.md
@@ -98,6 +98,8 @@ The author of the Silk icon set is Mark James.
Non-slicing actions (no G-code will be generated):
--repair Repair given STL files and save them as <name>_fixed.obj
+ --cut <z> Cut given input files at given Z (relative) and export
+ them as <name>_upper.stl and <name>_lower.stl
--info Output information about the supplied file(s) and exit
-j, --threads <num> Number of threads to use (1+, default: 2)