Tiny fixed to README [ci skip]

This commit is contained in:
Alessandro Ranellucci 2013-09-19 12:11:22 +02:00
parent b90a896a50
commit 213f832e75

View File

@ -1,4 +1,5 @@
_Q: Oh cool, a new RepRap slicer?_ _Q: Oh cool, a new RepRap slicer?_
A: Yes. A: Yes.
Slic3r [![Build Status](https://travis-ci.org/alexrj/Slic3r.png?branch=master)](https://travis-ci.org/alexrj/Slic3r) Slic3r [![Build Status](https://travis-ci.org/alexrj/Slic3r.png?branch=master)](https://travis-ci.org/alexrj/Slic3r)
@ -12,7 +13,7 @@ with Mach3 and LinuxCNC controllers.
See the [project homepage](http://slic3r.org/) at slic3r.org and the See the [project homepage](http://slic3r.org/) at slic3r.org and the
[manual](http://manual.slic3r.org/) for more information. [manual](http://manual.slic3r.org/) for more information.
## What language is it written in? ### What language is it written in?
The core geometric algorithms and data structures are written in C++, The core geometric algorithms and data structures are written in C++,
and Perl is used for high-level flow abstraction, GUI and testing. and Perl is used for high-level flow abstraction, GUI and testing.
@ -22,7 +23,7 @@ The C++ API is public and its use in other projects is encouraged.
The goal is to make Slic3r fully modular so that any part of its logic The goal is to make Slic3r fully modular so that any part of its logic
can be used separately. can be used separately.
## What are Slic3r's main features? ### What are Slic3r's main features?
Key features are: Key features are:
@ -49,7 +50,7 @@ Other major features are:
* support for **post-processing scripts** * support for **post-processing scripts**
* **cooling logic** controlling fan speed and dynamic print speed * **cooling logic** controlling fan speed and dynamic print speed
## How to install? ### How to install?
You can just download a precompiled package from [slic3r.org](http://slic3r.org/); You can just download a precompiled package from [slic3r.org](http://slic3r.org/);
it will run without the need for any dependency. it will run without the need for any dependency.
@ -65,7 +66,7 @@ $ sudo perl Build.PL --gui
$ ./slic3r.pl $ ./slic3r.pl
``` ```
## Can I help? ### Can I help?
Sure! Drop me a line at aar@cpan.org. You can also Sure! Drop me a line at aar@cpan.org. You can also
find me in #reprap and in #slic3r on FreeNode with the nickname _Sound_. find me in #reprap and in #slic3r on FreeNode with the nickname _Sound_.
@ -73,7 +74,7 @@ Before sending patches and pull requests contact me to discuss your proposed
changes: this way we'll ensure nobody wastes their time and no conflicts arise changes: this way we'll ensure nobody wastes their time and no conflicts arise
in development. in development.
## What's Slic3r license? ### What's Slic3r license?
Slic3r is licensed under the _GNU Affero General Public License, version 3_. Slic3r is licensed under the _GNU Affero General Public License, version 3_.
The author is Alessandro Ranellucci. The author is Alessandro Ranellucci.
@ -82,7 +83,7 @@ The [Silk icon set](http://www.famfamfam.com/lab/icons/silk/) used in Slic3r is
licensed under the _Creative Commons Attribution 3.0 License_. licensed under the _Creative Commons Attribution 3.0 License_.
The author of the Silk icon set is Mark James. The author of the Silk icon set is Mark James.
## How can I invoke slic3r.pl using the command line? ### How can I invoke slic3r.pl using the command line?
Usage: slic3r.pl [ OPTIONS ] [ file.stl ] [ file2.stl ] ... Usage: slic3r.pl [ OPTIONS ] [ file.stl ] [ file2.stl ] ...