Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
cf3cd8be
Commit
cf3cd8be
authored
Jun 05, 2012
by
Kliment Yanev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified readme to describe the web interface. Removed references to skeinforge.
parent
ab9e5516
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
16 deletions
+22
-16
README.md
README.md
+22
-16
No files found.
README.md
View file @
cf3cd8be
...
...
@@ -3,21 +3,8 @@ Printrun consists of printcore, pronsole and pronterface, and a small collection
*
printcore.py is a library that makes writing reprap hosts easy
*
pronsole.py is an interactive command-line host software with tabcompletion goodness
*
pronterface.py is a graphical host software with the same functionality as pronsole
*
webinterface.py is a browser-usable remote control function for Pronterface
# Modifications by Beardface (Webinterface)
## Webinterface Dependencies
Cherrypy is required for the web interface. In my branch it is available in the libs folder, install by opening a
command prompt there and running python setup.py install. You can also download and install from cherrypy.
## Webinterface Configuration
*
The Web interface port / ip is configurable in http.config
*
The Default User / Password can be set in auth.config
## Webinterface Styling
*
css/style.css can be modified to change the style of the Web Interface.
# INSTALLING DEPENDENCIES
## Windows
...
...
@@ -97,8 +84,27 @@ Load an STL (see the note on skeinforge below) or GCODE file, and you can upload
The "monitor printer" function, when enabled, checks the printer state (temperatures, SD print progress) every 3 seconds.
The command box recognizes all pronsole commands, but has no tabcompletion.
If you want to load stl files, you need to put a version of skeinforge (doesn't matter which one) in a folder called "skeinforge".
The "skeinforge" folder must be in the same folder as pronterface.py
If you want to load stl files, you need to install a slicing program such as Slic3r and add its path to the settings.
See the Slic3r readme for more details on integration.
# Using the browser interface
To run the web interface, install Cherrypy and run Pronterface as described above.
The www server will start on the port/address you have chosen.
## Webinterface Dependencies
Cherrypy is required for the web interface. Download and install it by opening a
command prompt in its directory and running python setup.py install.
## Webinterface Configuration
*
The Web interface port / ip is configurable in http.config
*
The Default User / Password can be set in auth.config
## Webinterface Styling
*
css/style.css can be modified to change the style of the Web Interface.
# USING PRONSOLE
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment