Go to file
daid 374b2d1b5e Add temperature control to print window 2012-04-04 17:02:22 +02:00
Cura Add temperature control to print window 2012-04-04 17:02:22 +02:00
scripts Add printrun startmenu shortcut 2012-04-04 11:16:26 +02:00
.gitignore Rename from SkeinPyPy to Cura in URLs, paths and scripts. 2012-03-24 11:01:35 +01:00
README Updated script filenames. 2012-03-24 19:50:37 +01:00
package.sh Updated package script to run nsis if wine exists 2012-04-03 12:27:36 +02:00

README

For documentation check: https://github.com/daid/Cura/wiki
For downloads check: https://github.com/daid/Cura/downloads

This package includes two programs:

Pronterface:

    An application for both manually controlling and automatically feeding gcode to a 3D printer.

Cura:

   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, 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
========

    ./package.sh
    
The build script defaults to building for Windows.  If you want to build for Mac OS X or Linux, choose one of:

    ./package.sh osx64
    ./package.sh linux

Note that Mac OS X currently requires the manual installation of wxPython, PySerial, and PyOpenGL:

    sudo easy_install-2.7 pyserial
    sudo easy_install-2.7 PyOpenGL

You will need to download the appropriate wxPython Installer package and install it.  It is available from:

    http://www.wxpython.org/download.php

Specifically, install "wxPython2.9-osx-cocoa-py2.7" as it is the build that supports 64-bit execution.

=======
RUNNING
=======

Windows
-------

Double-click skeinforge.bat and Printrun.bat.

Mac OS X & Linux
----------------

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-Cura-NewUI-Beta4
    ./pronterface.sh &
    ./Cura.sh &

This will start both applications with their console logging output directed into the terminal window.

========
FIRMWARE
========

For Ultimaker users, it is highly recommended -- nearly required -- that you upgrade your firmware to the latest Marlin builds.  See:

    http://wiki.ultimaker.com/Skeinforge_PyPy