Skip to content

Commit b79dbe5

Browse files
author
Chris Cannon
committed
Update REAdME
1 parent 8160b8d commit b79dbe5

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
1-
# printer-queue
1+
# Aggie Makerspace PrinterQueue
22

33
This program is designed to take input from a user and build a queue for the 3D printer. It will take the users personnel information as well as an stl file path.
44

5-
## project concept
6-
Requirements:
7-
- Rank prints based on:
8-
- class projects (highest priority)
9-
- order received
10-
- possibly determine most efficient print order based on print time?
11-
- Track users
12-
- Who is printing/what they are print/preferences for printing
13-
- Provide contact info for users/possible contact through app
14-
- Alert user for status? start, est. completion
15-
- Due dates for print
5+
## How to Add a Print Job
6+
- Select "Add Print Job" and fill out all fields. If user has no previously requested a print, they will have to add a student profile.
7+
- The .stl file will be copied to the stls directory that is available on the desktop.
8+
9+
## Working with a Print Job
10+
- When a Print Job is completed, you should move it to Ready For Pickup and contact the user who requested it, either by email or text message.
11+
- When the Print Job has been picked up, move it to Completed.
12+
- To add comments about the print, for example, if it is delayed, or fails, or needs adjustments, open the Print Job, add comments to the "Print Comments" section, and save comments.

0 commit comments

Comments
 (0)