Once the CLI changes are updated and changed, I believe it is preferable to link to an authoritative source of information (the Manual), instead of creating a duplicate that needs to be maintained separately.
This is an application of the DRY principle (Don't Repeat Yourself).
To be merged after https://github.com/slic3r/Slic3r-Manual/pull/60 is merged.
* Added Minimum shell thickness option
-Added the option to libslic3r
-Created some of the necessary checks for illegal values
* Enforce min_shell_thickness as 0 when spiral vase is enabled
-This could be switched to match the extrusion width, but we already know there will only be 1 perimeter so this is probably more logical
* Feature is implemented
-Added a method in PerimeterGenerator to determine the amount of perimeters needed to meet min_shell_thickness
* Added a test in perimeters.t
* Fixed styling as requested
-Removed the magic number in PerimeterGenerator::num_loops()
-Added more test cases in perimeters.t
-Added documentation of the new feature in slic3r.pl and README.md
* Implemented requested changes
-Removed the num_loops function from PerimeterGenerator
-Added a scalled min_shell_thickness variable to PerimeterGenerator
-Changed the loop_number logic to use a previously defined variable loops
* Resolved more implementation issues
-Added min shell to invalidate state method
-Created additional checks in PresetEditor and LayerRegion for min shell
-Fixed the tooltip to be more descriptive
* Added icon files for MacOS
Added icons designed by Akira Yasuda for STL and GCODE files. Modified plist generator to include references to icons and dmg creator to include them.
* Update make_dmg.sh
* Fix tabs/spacing
* Use svg badge for travis build status.
This avoids bluriness with high-density displays. We're already
using svg for the appveyor status.
* Update README to use https urls.
Both xkcd and freenode are available securely now.
(It looks like codecov.io doesn't work with our mixed Perl/C++ environment)
This reverts commit b540f9788bae77498577914acb2e10f519ff52c4.
Conflicts:
.travis.yml
Don't arrange the objects on the build plate. The model coordinates
define the absolute positions on the build plate.
The option --print-center will be ignored.
Also there is a fix in the command line invocation of --duplicate-grid
so it will run, but still there is something broken there and the results
are not correct.