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>2015-01-30 22:08:00 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-01-30 22:08:00 +0300
commit059b00a82985b4490c54cfa320f5057af49e7a46 (patch)
treef3c09dc8cdece3bdf8ad5f2463846c096e101e11 /README.md
parent2d3fdf920b0cf3ef5f6b01e002073a2327031868 (diff)
New --before-layer-change option and new layer_z placeholder. #2602
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1607d0dd8..e9a14100e 100644
--- a/README.md
+++ b/README.md
@@ -219,7 +219,8 @@ The author of the Silk icon set is Mark James.
--end-gcode Load final G-code from the supplied file. This will overwrite
the default commands (turn off temperature [M104 S0],
home X axis [G28 X], disable motors [M84]).
- --layer-gcode Load layer-change G-code from the supplied file (default: nothing).
+ --before-layer-gcode Load before-layer-change G-code from the supplied file (default: nothing).
+ --layer-gcode Load after-layer-change G-code from the supplied file (default: nothing).
--toolchange-gcode Load tool-change G-code from the supplied file (default: nothing).
--seam-position Position of loop starting points (random/nearest/aligned, default: aligned).
--external-perimeters-first Reverse perimeter order. (default: no)