mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Updated README
This commit is contained in:
		
							parent
							
								
									558e86e72d
								
							
						
					
					
						commit
						076087af2e
					
				
					 2 changed files with 8 additions and 16 deletions
				
			
		|  | @ -9,6 +9,9 @@ A: Yes. | ||||||
| Slic3r is an STL-to-GCODE translator for RepRap 3D printers,  | Slic3r is an STL-to-GCODE translator for RepRap 3D printers,  | ||||||
| like Enrique's Skeinforge or RevK's E3D. | like Enrique's Skeinforge or RevK's E3D. | ||||||
| 
 | 
 | ||||||
|  | See the [project homepage](http://slic3r.org/) at slic3r.org | ||||||
|  | for more information. | ||||||
|  | 
 | ||||||
| ## Why a new one? Why Perl? | ## Why a new one? Why Perl? | ||||||
| 
 | 
 | ||||||
| The purpose is to build something more maintainable and flexible than both | The purpose is to build something more maintainable and flexible than both | ||||||
|  | @ -54,23 +57,12 @@ Roadmap includes the following goals: | ||||||
| 
 | 
 | ||||||
| ## Is it usable already? | ## Is it usable already? | ||||||
| 
 | 
 | ||||||
| Yes! I need to write a script to install dependencies and to package | Yes! | ||||||
| dependency-free executables for main platforms. |  | ||||||
| 
 | 
 | ||||||
| ## How to install? | ## How to install? | ||||||
| 
 | 
 | ||||||
| Download the package, open a terminal and cd to its directory. Then type: | It's very easy. See the [project homepage](http://slic3r.org/) | ||||||
| 
 | for instructions and links to the precompiled packages. | ||||||
|     perl Build.PL |  | ||||||
| 
 |  | ||||||
| This will install any required dependency. If you want the GUI, you should |  | ||||||
| also install Wx using the following command (as root): |  | ||||||
| 
 |  | ||||||
|     cpan Wx |  | ||||||
| 
 |  | ||||||
| If you want to install slic3r.pl in your system path, type this as root: |  | ||||||
| 
 |  | ||||||
|     ./Build install |  | ||||||
| 
 | 
 | ||||||
| ## Can I help? | ## Can I help? | ||||||
| 
 | 
 | ||||||
|  | @ -82,7 +74,7 @@ find me in #reprap on FreeNode with the nickname _Sound_. | ||||||
| Slic3r is dual-licensed under the _Perl Artistic License_ and the _AGPLv3_. | Slic3r is dual-licensed under the _Perl Artistic License_ and the _AGPLv3_. | ||||||
| The author is Alessandro Ranellucci (me). | The author is Alessandro Ranellucci (me). | ||||||
| 
 | 
 | ||||||
| ## How can I invoke slic3r.pl? | ## How can I invoke slic3r.pl using the command line? | ||||||
| 
 | 
 | ||||||
|     Usage: slic3r.pl [ OPTIONS ] file.stl |     Usage: slic3r.pl [ OPTIONS ] file.stl | ||||||
|      |      | ||||||
|  |  | ||||||
|  | @ -89,7 +89,7 @@ sub usage { | ||||||
|      |      | ||||||
|     print <<"EOF"; |     print <<"EOF"; | ||||||
| Slic3r is a STL-to-GCODE translator for RepRap 3D printers | Slic3r is a STL-to-GCODE translator for RepRap 3D printers | ||||||
| written by Alessandro Ranellucci <aar\@cpan.org> | written by Alessandro Ranellucci <aar\@cpan.org> - http://slic3r.org/ | ||||||
| 
 | 
 | ||||||
| Usage: slic3r.pl [ OPTIONS ] file.stl | Usage: slic3r.pl [ OPTIONS ] file.stl | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Alessandro Ranellucci
						Alessandro Ranellucci