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:
authorbubnikv <bubnikv@gmail.com>2016-10-21 17:53:42 +0300
committerbubnikv <bubnikv@gmail.com>2016-10-21 17:53:42 +0300
commit1fb57e439ef61bf99f9f23c06bfc774935180f33 (patch)
tree22650f82ce29d63484c1e179c96be9e0752db7ef /slic3r.pl
parent15d3e94a66f7be869a77171841fcfe1726f44c56 (diff)
Defined the +-* operators on Pointf.
Removed the deprecated VibrationLimit feature. Added triangle infill. The Prusa3D fork of Slic3r has been marked as "Slic3r Prusa Edition" with menus pointing to the prusa3d/slic3r github release page and Prusa3D drivers downloads page.
Diffstat (limited to 'slic3r.pl')
-rwxr-xr-xslic3r.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/slic3r.pl b/slic3r.pl
index f320c3ab2..f6fe4bb4f 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -306,8 +306,6 @@ $j
--gcode-arcs Use G2/G3 commands for native arcs (experimental, not supported
by all firmwares)
--gcode-comments Make G-code verbose by adding comments (default: no)
- --vibration-limit Limit the frequency of moves on X and Y axes (Hz, set zero to disable;
- default: $config->{vibration_limit})
--pressure-advance Adjust pressure using the experimental advance algorithm (K constant,
set zero to disable; default: $config->{pressure_advance})