Merge branch 'new-gui'
Conflicts: lib/Slic3r.pm lib/Slic3r/Config.pm lib/Slic3r/GUI/OptionsGroup.pm lib/Slic3r/GUI/SkeinPanel.pm lib/Slic3r/Print.pm
This commit is contained in:
commit
f173096a6c
32 changed files with 1854 additions and 450 deletions
|
@ -6,8 +6,8 @@ A: Yes.
|
|||
|
||||
## What's it?
|
||||
|
||||
Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to
|
||||
be a modern and fast alternative to Skeinforge.
|
||||
Slic3r is a G-code generator for 3D printers. It's compatible with RepRaps,
|
||||
Makerbots, Ultimakers and many more machines.
|
||||
|
||||
See the [project homepage](http://slic3r.org/) at slic3r.org
|
||||
for more information.
|
||||
|
@ -63,14 +63,21 @@ download and run, with no dependencies required.
|
|||
|
||||
## Can I help?
|
||||
|
||||
Sure! Send patches and/or 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_.
|
||||
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
|
||||
in development.
|
||||
|
||||
## What's Slic3r license?
|
||||
|
||||
Slic3r is licensed under the _GNU Affero General Public License, version 3_.
|
||||
The author is Alessandro Ranellucci.
|
||||
|
||||
The [Silk icon set](http://www.famfamfam.com/lab/icons/silk/) used in Slic3r is
|
||||
licensed under the _Creative Commons Attribution 3.0 License_.
|
||||
The author of the Silk icon set is Mark James.
|
||||
|
||||
## How can I invoke slic3r.pl using the command line?
|
||||
|
||||
Usage: slic3r.pl [ OPTIONS ] file.stl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue