Updates to the description and the README

degen-loop-screen
Alessandro Ranellucci 2012-06-18 13:52:38 +02:00
parent 2b6b91cd01
commit 20e1a9c860
2 changed files with 7 additions and 4 deletions

View File

@ -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,8 +63,11 @@ 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?

View File

@ -86,7 +86,7 @@ sub About {
$info->SetName('Slic3r');
$info->AddDeveloper('Alessandro Ranellucci');
$info->SetVersion($Slic3r::VERSION);
$info->SetDescription('STL-to-GCODE translator for RepRap printers');
$info->SetDescription('G-code generator for 3D printers');
Wx::AboutBox($info);
}