chiark / gitweb /
Updated script filenames.
authorDaid <daid303@gmail.com>
Sat, 24 Mar 2012 18:50:37 +0000 (19:50 +0100)
committerDaid <daid303@gmail.com>
Sat, 24 Mar 2012 18:50:37 +0000 (19:50 +0100)
Renamed SkeinPyPy to Cura in README

README
scripts/linux/cura.sh [moved from scripts/linux/skeinpypy.sh with 100% similarity]
scripts/osx64/cura.sh [moved from scripts/osx64/skeinpypy.sh with 100% similarity]
scripts/win32/cura.bat [moved from scripts/win32/skeinpypy.bat with 100% similarity]

diff --git a/README b/README
index d3716842814b44dab4222c83adf5503e44ad217f..7d879ae7b83b695e77824de3583392ee5eb47b6c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-For documentation check: https://github.com/daid/SkeinPyPy/wiki
-For downloads check: https://github.com/daid/SkeinPyPy/downloads
+For documentation check: https://github.com/daid/Cura/wiki
+For downloads check: https://github.com/daid/Cura/downloads
 
 This package includes two programs:
 
@@ -7,11 +7,11 @@ Pronterface:
 
     An application for both manually controlling and automatically feeding gcode to a 3D printer.
 
-SkeinPyPy:
+Cura:
 
-   A easy to use program for slicing STL files using SkeinForge. SkeinPyPy can also visualize the 3D models in a variety of ways.
+   A easy to use program for slicing STL files using SkeinForge. Cura can also visualize the 3D models in a variety of ways.
 
-   On first run, SkeinPyPy will ask to go through a set of calibration steps that will perform a series of operations on your 3D printer. One of those steps involves extruding a bit of filament where the filament is initially nearly fully extracted.  As such, it you will probably need to run Pronterface first, heat up the extruder enough to be able to extract the filament and then use the Pronterface interface to reverse the extruder motor until the filament is at the right position (specifically, until the filament end is even with where the Bowden tube leaves the extuder motor assembly, on an Ultimaker).
+   On first run, Cura will ask to go through a set of calibration steps that will perform a series of operations on your 3D printer. One of those steps involves extruding a bit of filament where the filament is initially nearly fully extracted.  As such, it you will probably need to run Pronterface first, heat up the extruder enough to be able to extract the filament and then use the Pronterface interface to reverse the extruder motor until the filament is at the right position (specifically, until the filament end is even with where the Bowden tube leaves the extuder motor assembly, on an Ultimaker).
 
 ========
 BUILDING
@@ -47,12 +47,12 @@ Double-click skeinforge.bat and Printrun.bat.
 Mac OS X & Linux
 ----------------
 
-Once built, the two apps -- Pronterface and SkeinPyPy -- must be started from the command line (for now):
+Once built, the two apps -- Pronterface and Cura -- must be started from the command line (for now):
 
     # open a new terminal window and....
-    cd osx64-SkeinPyPy-NewUI-Beta4
+    cd osx64-Cura-NewUI-Beta4
     ./pronterface.sh &
-    ./skeinpypy.sh &
+    ./Cura.sh &
 
 This will start both applications with their console logging output directed into the terminal window.