-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcse453_project.tex
47 lines (37 loc) · 1.68 KB
/
cse453_project.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\include{lib/preamble}
% Start the document
\begin{document}
% tite page
\include{lib/titlepage}
% page intentionaly left blank bg white
\pagecolor{white}
% table of contents
\tableofcontents
\newpage
\section{Overview}
\begin{center}
\includegraphics[scale=0.25]{images/flow.png}
\end{center}
The stratus print system consists of four main parts: The web page, hub/octopi, nodes and printer
control box. The web page is where the system is controlled. From the web page you can set up
the system, monitor printers and control print jobs. The hub is the heart of the system. It is
used to relay information from the printer control box and the nodes to the web page. The printer
control box does what the name implies. It allows control of the printer through the web site as well
as provides a button for canceling and completing print jobs.
\subsection{General Work flow}
\begin{enumerate}
\item Upload a print job through the web interface.
\item When the job is finished printing, the red light on the printer control box
will blink. This means it is safe to clean off the printer bed and prepare the
surface for the next print job.
\item When the surface is ready for the next print job, press the flashing red button \textbf{ONCE} to start the next job in the queue. \emph{Wait 20 seconds for the light to stop blinking after pressing the button. It may take up to 20 seconds for the light to stop blinking while the next job in the queue is being processed!}
\end{enumerate}
\newpage
\include{hub/hub}
\newpage
\include{nodes/nodes}
\newpage
\include{web/web}
\newpage
\include{trouble/trouble}
\end{document}