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>2017-04-26 15:24:31 +0300
committerbubnikv <bubnikv@gmail.com>2017-04-26 15:24:31 +0300
commit72ae3585e415189286cdb85f6e02e4ec150084ee (patch)
tree971e028ac88abac78c9a119aeb072a1f3c5d1879 /slic3r.pl
parente918ea9c65b7db75842f5947af5c1bce30a8535b (diff)
Removed a broken Arc Fitting feature.
Removed the questionable Pressure Advance feature. It is better to use the Pressure Advance implemented into a firmware. Added a C++ implementation of GCodeReader and SpiralVase, thanks to @alexrj Added a C++ implementation of GCodeTimeEstimator, thanks to @lordofhyphens
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 0cd1ab80d..9caffce8a 100755
--- a/slic3r.pl
+++ b/slic3r.pl
@@ -307,8 +307,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)
- --pressure-advance Adjust pressure using the experimental advance algorithm (K constant,
- set zero to disable; default: $config->{pressure_advance})
Filament options:
--filament-diameter Diameter in mm of your raw filament (default: $config->{filament_diameter}->[0])