<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>3D Printing Process Pipeline on the Internet</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Felix Baumann</string-name>
          <email>baumann@informatik.uni-stuttgart.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Dieter Roller</string-name>
          <email>roller@informatik.uni-stuttgart.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institut für Rechnergestützte Ingenieursysteme</institution>
        </aff>
      </contrib-group>
      <fpage>29</fpage>
      <lpage>36</lpage>
      <abstract>
        <p>We develop a small and lightweight cloud based service for the utilization of 3D printer resources within an academic context. This service consists of user, artefact and printer management and utilizes existing business process management systems (BPMS) where possible and extends their functionality. It enables scheduling of printing jobs for artefacts and high utilization of 3D printer resources. This cloud based manufacturing (CBM) system enables 3D printers that are non-native networked to be used remotely by providing easily installable low cost networked computers. It focuses on the interface between the physical resources and their representation in software to form a cyber physical system (CPS). This service requires smart 3D printers and representation of technical capabilities of physical resources. We discuss the design and concept of this work in progress service and the distinctions from similar systems.</p>
      </abstract>
      <kwd-group>
        <kwd>3D Printing</kwd>
        <kwd>Additive Manufacturing</kwd>
        <kwd>Cloud Based Service</kwd>
        <kwd>Cloud Based Manufacturing</kwd>
        <kwd>CBM</kwd>
        <kwd>CPS</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        3D Printing or Additive Manufacturing (AM) is the process of creating physical
objects from digital models usually layer upon layer [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Technologies for AM
include Fused Deposition Modelling (FDM, trademark by Stratasys Inc., also
Fused Filament Fabrication FFF), Laser Sintering (LS), Electron Beam
Melting (EBM), Laminated Object Manufacturing (LOM), Stereolitography (SLA)
and Electron Beam Freeform Fabrication (EBF). Every AM technology brings
restrictions on the materials possible to process. We focus our research on FFF
where thermoplastics like acrylonitrile butadiene styrene (ABS) or polylactid acid
(PLA) are fed from a roll in filament form to a heated extruder that heats the
plastic to a semi-molten state and extrudes it through a nozzle mounted on the
printing head that is moveable in two dimensions (X-Y plane) by electro motors
following a pre-programmed path (Toolpath). With this setup it is possible to
trace contours and interiors of an object slice-wise. After completion of every
layer the printing bed is moved in Z-direction so the following layer can be added
on top. For the generation of the toolpath (slicing) it is necessary to segment the
original digital model into slices that can be analysed for tool movement along
the contours. Various strategies exist for the generation of the toolpath as models
-Data-Repository
-Model-Repository
-CAD-Repository
-IdeaManagement
Software
-Requirements
Database
      </p>
      <p>X-Repository
CADModel</p>
      <p>STLFile
STLFile
User</p>
      <p>Printing
Printing
Supervision</p>
      <p>4B.</p>
      <p>GCode
Influences:
-Quality
--PUrtiinliztaDtiuornation</p>
      <p>Variables:
-LayerHeight
-ExtrusionMaterial
-Speed
-Fil Density/Pat ern
-SupportStructures</p>
      <p>
        QA
are mostly created hollow with a specific infill pattern for reduction of weight
and processing time. The initial focus on FFF technology does not limit this
research to just this technology as the 3D printing process is the same with
alterations due to technology used and parameters adapted. It is our understanding
that the following reasons mandate the use of printing services over stand-alone
3D printers at the user’s workplace:(a) High cost of printer (dependent upon
manufacturer and technology) [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] (b) Potential health risks (e.g. fumes, metal
dust) [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] (c) Low utilization for non-shared resources [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] (d) Process knowledge
necessary for high quality results [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The 3D printing process consists of five
steps (Fig. 1) that start with the design of the product (also see [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]). For this
work we propose two research questions: (a) What requirements are necessary
to construct a 3D printing service enabling users utilizing existing 3D printer
resources more efficiently (b) How can a 3D printing service be enabled to provide
an infrastructure for research.
      </p>
      <p>This article describes current work in progress and outlines the design and
implementation considerations and methodology. The design phase can be
supported by software using CAD (e.g. Autocad1 or 3D modelling software2). The
result of this first step is a CAD model that represents the 3D geometry of the
object.</p>
      <p>Step two of this process is the positioning of the model in the virtual space that
represents the 3D printer and its physical restrictions. Positioning can encompass
single objects or multiple objects for increased printer utilization. After the print
object is positioned it is sliced using slicer software. A variety of slicing software</p>
    </sec>
    <sec id="sec-2">
      <title>1 http://www.autodesk.com/products/autocad/overview</title>
    </sec>
    <sec id="sec-3">
      <title>2 https://www.rhino3d.com</title>
      <p>exists and they differ in aspects like speed, precision, quality and strategies for
printing support structures.</p>
      <p>The following steps include the upload to the printer if it is a networked
device or other means like deployment on memory devices (e.g. SD-Card, USB
Stick) and the start of the print which can either require manual interaction or
be handled from software. During printing the user is often required to supervise
the printing progress as this is error prone especially for consumer grade devices.
Post-processing and Quality Assurance (QA) follow when the object has been
printed and influence each other. Those steps are not part of our service.</p>
      <p>We provide support for all steps but the design, post-processing and QA step
within our service. These are omitted for the following reasons 1) The design
process is supported by specialized software and integration is not compatible with
our lightweight approach 2) Post-processing and QA is not reasonable supportable
by soft- or hardware as these steps require intensive human interaction.</p>
      <p>The remainder of this article is organized as follows: We display current
research in this area in [Sect. 2] and derive implementation requirements from
established approaches. Then a introduction of the implementation guidelines
[Sect. 3] for the service is given. Following is a summary of requirements [Sect. 3.1]
for our research. Then we introduce an example and discuss problems encountered
with the implementation [Sect. 3.2]. In [Sect. 4] we discuss our approach, its
application and benefits.
2</p>
      <sec id="sec-3-1">
        <title>Related Work</title>
        <p>
          Similar systems or services already exist in form of closed source commercial
services where we will name two of: a) 3D Hubs3b) 3D Printer OS4. As commercial
entities their focus is on financial viability. These services allow adding ones
own 3D printer and manage it from within the service with a varying degree
of granularity. They lack an extension mechanism or plug-in architecture. In
contrast to our approach they are not intended as open services. The software
octoprint5 offers remote printing and object management capabilities but does
not provide an interface to a BPMS, user-selectable slicing solutions or support
for consolidated information on printing information. Further research provides
proposals from [
          <xref ref-type="bibr" rid="ref18">18</xref>
          ] for CBM systems but our system differs from those approaches
as our focus is the tight integration of business process management (BPM)
and 3D printing as well as the sensory upgrade of this technology. From Dong
et al. [
          <xref ref-type="bibr" rid="ref3">3</xref>
          ] we will implement the video supervision approach for the printing
process and its remote error detection. Extensions of CBM in the form of
Cloud Based Design and Manufacturing [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ] provide further insight into the
concept of Hardware-as-a-Service (HaaS) and the connection to the broader
concept of flexible manufacturing spanning every phase of product development
and involvement of different stakeholders. While the availability of affordable
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>3 https://www.3dhubs.com</title>
    </sec>
    <sec id="sec-5">
      <title>4 https://www.3dprinteros.com</title>
    </sec>
    <sec id="sec-6">
      <title>5 http://octoprint.org</title>
      <p>
        consumer grade 3D printers certainly has helped the progression of research in and
distribution of 3D printers the scenario where every individual will own a digital
fabricator [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is debatable as the general direction is to offer and consume services
[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Van Moergestel et al. [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] proved the concept of Manufacturing-as-a-Service
(MaaS) on cheap, distributed and reconfigurable production machines (equiplets)
with a focus on interaction in a multi-agent system. Lan [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] names STL viewers
as Java applets or other visualization tools as one of the key issues in his review.
We employ JavaScript embeddable visualization into the service as to alleviate
the dependency on thick clients. Further key issues e.g. a) Remote control and
monitoring b) Job planning and scheduling and c) RP data pre-planning are
addressed in our service.
3
      </p>
      <sec id="sec-6-1">
        <title>Implementation</title>
        <p>
          Our service follows the software framework proposed by Schulte et al. [
          <xref ref-type="bibr" rid="ref14">14</xref>
          ] with a
focus on the action executioner. It acts as the connector between the printing
resources and the printing service in our proposal in contrast to the proposed
functionality by Schulte et al. Further foci are the service registry for keeping
information on production capabilities and the monitoring data manager that
connects the real execution in the 3D printer with the virtual representation.
From CloudMan [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ] we incorporate the layered service approach but restrict
our focus to 3D printers and not manufacturing infrastructure in general. See
Fig. 2 for overview of the intended architecture with BPMS supporting the main
service controller.
        </p>
        <p>
          As per the definition of NIST (SP 800-145) [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ] of cloud computing the
system is set up to provide a user management system by incorporating available
libraries. Besides standard user management information the user is able to store
appropriate files6 in his account. For this we define an interchange format for
printing related information consisting of original CAD file(s), resulting STL and
GCode [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ] files, conversion and printing protocols as well as imagery (for quality
assessment). The service is accessible in a standard compliant web browser that
supports HTML 57 and JavaScript, both are necessary for rendering purposes
for the phase of positioning. The resources necessary for slicing and preparation
of the models are shared amongst the users based on a scheduling scheme that
reflects first-come first-serve. As the 3D printer is the limiting resource at present
the pooling of the computing resources not regarded as critical. In anticipation
of multiple 3D printers controlled by the system the distribution of computing
resources for the preparatory tasks is becoming queue based with data stored
in associated cloud service storage (e.g. Amazon S38). Users will be informed if
the capacity of the 3D printers is depleted and the projected processing time for
an object exceeds a defined threshold. The requirement for “rapid elasticity” is
severely impaired by the physical restrictions set by the geometry of the object
to be printed and the limitations in the speed vs. quality trade-off of a 3D
printer. Basic measurements are intended where the user can track the number
and nature of printed objects as well as associated information and a full audit
trail for research purposes. Utilization of machines and computing resources is
measured and associated with respective user accounts. The systems control
layer resides in the cloud and is expandable by utilizing proven technology (e.g.
Docker9) as means of deployment. The interfacing layer consists of gateway
computers that interface directly with 3D printers if they do not support network
access natively. These interface solutions depend on rapidly deployable, cost
sensitive and reliable computer systems. In the first phase these interfaces will
allow direct manipulation of 3D printers via the Internet and limited control
information backflow. Further iterations extend this system to a broader sensorial
back channel ultimately leading to closed loop printing systems.
3.1
        </p>
        <sec id="sec-6-1-1">
          <title>Requirements</title>
          <p>
            The requirements for a CBM provided by Wu et al. [
            <xref ref-type="bibr" rid="ref17">17</xref>
            ] “(R1) [...] (R2) Should
provide cloud-based distributed file systems that allow users to have ubiquitous
access to manufacturing-related data (R3) Should have an open-source
programming framework that manufacturing systems can process and analyse big data
stored in the cloud (R4) Should provide a multi-tenancy environment where
a single software instance can serve multiple tenants (R5) Should be able to
collect real-time data from manufacturing resources (e.g., machines, robots, and
assembly lines), store these data in the cloud, remotely monitor and control
these manufacturing resources (R6) Should provide IaaS, PaaS, HaaS, and SaaS
applications to users (R7) [...] (R8) [...]” are considered in the design of our system.
          </p>
        </sec>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>6 CAD files, STL files, Printing Log files</title>
    </sec>
    <sec id="sec-8">
      <title>7 http://www.w3.org/TR/html5</title>
    </sec>
    <sec id="sec-9">
      <title>8 http://aws.amazon.com/s3</title>
    </sec>
    <sec id="sec-10">
      <title>9 https://www.docker.com</title>
      <p>Due to the design goal of developing a lightweight system the requirements R1,
R7 and the focus on academic settings requirement R8 are not incorporated
in our service. We further define the requirements a) Capability to use BPMN
extension for 3D printers (which is proposed separately) and integration of a
BPMS b) Modular integration of tools for the 3D printing process and c) Modular
and dynamic integration of 3D printing resources.
3.2</p>
      <sec id="sec-10-1">
        <title>Example and Problems</title>
        <p>
          We encounter the problem of defining capabilities of various 3D printers for use
in this service. To our knowledge such a description format or language does
currently not exist. Resource Description Language (RDL [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ]) is a proposition
for this issue for the domain of network embedded resources. Capabilities required
for interaction with tools includes a) GCode dialect b) Quality settings c)
Processing speed and d) Material capabilities. This information is also required for
utilization planning and optimization strategies. As a solution for this problem we
propose a derivative RDL tailored towards additive manufacturing for subsequent
publication. Further problems arise from the firmware of our research printer that
limits the transmission speed (ca. 3.5 KiB/s) over the USB serial connection to
the device storage resulting in long transmission times. Solutions include flashing
a different firmware and utilizing WiFi enabled SD cards.
        </p>
        <p>
          To clarify the flow of information (see Fig. 2) and data within our proposed
service we discuss this by an example of a user printing an object. The first
process steps of designing and modelling the object with a CAD or modelling tool
are not discussed and we assume the user, which already has an account within
the service, logs in and has an AutoCAD DXF10 file stored on his computer. As
a first action the file is uploaded through the web-interface to the controller that
instructs the data management service to store the file in the database, then the
file is transformed into STL and AMF [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] format for future use and stored in
the database. The user then selects a printer for printing. This information is
provided by the device/service registry. Future implementations can suggest an
appropriate printer to the user. After selecting the printer the user is able to
select slicing parameters and position the object in the virtual build environment.
Future implementations can suggest appropriate parameters based on analysis
of the model file and positioning on optimization criteria to the user. The user
is able to add other tool steps to the processing of the object file which are
orchestrated by the provisioner and associated virtual computing resources. After
the model file is sliced the printing job is instantiated with the scheduler that
checks if the requested printer resource is available and if so sends it to the
executioner. If not a queue is used to store the job until the resource becomes
available. The executioner communicates with the control interface of the 3D
printer in order to transfer and start the print. Sensor data is transmitted back
to the executioner from the sensor interface. Sensor data is then stored in the
database via the scheduler and the controller. BPMS support is intended as to
10 Drawing Interchange Format
externalise the logic of the controller to a BPMS that orchestrates the other
services. During the print the user is informed on the progress and possible failure
of the print via web interface. After completion of the print the user is informed
through a notification. Data acquired during the print is stored in the database
for later analysis.
4
        </p>
        <sec id="sec-10-1-1">
          <title>Future Work</title>
          <p>
            To the best of our knowledge no open source 3D printing service is published yet.
There are existing solutions that focus on separate parts and provide solutions
to different aspects of the 3D printing process. Our approach is characterized
and differs from other approaches by: a) Focus on 3D printer b) Focus on
communication with manufacturing device c) Interface to BPMS d) Platform for
testing BPMN extension e) Smartifying 3D printer f) Platform for testing sensor
array and g) Interchange format for print related information. This software
service is designed as an open research platform for academic users to embed
experiments and utilize distributed resources. Further projects are aimed at
1. providing means of control of 3D printers from within process models as we are
writing an BPMN extension, based on the work of [
            <xref ref-type="bibr" rid="ref20">20</xref>
            ] tailored for 3D printers,
2. utilize sensors for print status observation and as a means for quality research
into 3D printing (see ICRM 201611). Those projects are to be incorporated in
the umbrella project described in this work. As a related project we develop
a BPMN extension for 3D printer integration into BPMN where the hardware
resources and data flows can be modelled using the extension. This extension is
out of scope of this work and published separately.
11 http://icrm-aachen.com
          </p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>ASTM</surname>
            <given-names>ISO</given-names>
          </string-name>
          :
          <article-title>ASTM52915-13, Standard Specification for Additive Manufacturing File Format (AMF) Version 1.1</article-title>
          . Tech. rep.,
          <string-name>
            <surname>West</surname>
            <given-names>Conshohocken</given-names>
          </string-name>
          , PA (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Banerjee</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Friedrich</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bash</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goldsack</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huberman</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manley</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Patel</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ranganathan</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Veitch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Everything as a Service: Powering the New Information Economy</article-title>
          .
          <source>Computer</source>
          <volume>44</volume>
          (
          <issue>3</issue>
          ),
          <fpage>36</fpage>
          -
          <lpage>43</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Dong</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wei</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          :
          <article-title>Web service-oriented manufacturing resource applications for networked product development</article-title>
          .
          <source>Advanced Engineering Informatics</source>
          <volume>22</volume>
          (
          <issue>3</issue>
          ),
          <fpage>282</fpage>
          -
          <lpage>295</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4. ISO:
          <fpage>6983</fpage>
          -
          <lpage>1</lpage>
          :
          <year>2009</year>
          <article-title>Automation systems and integration - Numerical control of machines - Program format and definitions of address words</article-title>
          .
          <source>Tech. rep. (</source>
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Kulkarni</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marsan</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dutta</surname>
            ,
            <given-names>D.:</given-names>
          </string-name>
          <article-title>A review of process planning techniques in layered manufacturing</article-title>
          .
          <source>Rapid Prototyping Journal</source>
          <volume>6</volume>
          (
          <issue>1</issue>
          ),
          <fpage>18</fpage>
          -
          <lpage>35</lpage>
          (
          <year>2000</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Lan</surname>
          </string-name>
          , H.:
          <article-title>Web-based rapid prototyping and manufacturing systems: A review</article-title>
          .
          <source>Computers in Industry</source>
          <volume>60</volume>
          (
          <issue>9</issue>
          ),
          <fpage>643</fpage>
          -
          <lpage>656</lpage>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Mell</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Grance</surname>
          </string-name>
          ,
          <source>T.: SP 800-145. The NIST Definition of Cloud Computing. Tech. rep., Gaithersburg</source>
          ,
          <string-name>
            <given-names>MD</given-names>
            , United
            <surname>States</surname>
          </string-name>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8. van Moergestel,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Puik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Telgen</surname>
          </string-name>
          , D., Meyer, J.J.:
          <article-title>Implementing Manufacturing as a Service: A Pull-Driven Agent-Based Manufacturing Grid</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mota</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>The Rise of Personal Fabrication</article-title>
          .
          <source>In: Proceedings of the 8th ACM Conference on Creativity and Cognition</source>
          . pp.
          <fpage>279</fpage>
          -
          <lpage>288</lpage>
          . C&amp;
          <article-title>C '11</article-title>
          ,
          <string-name>
            <surname>ACM</surname>
          </string-name>
          , New York, NY, USA (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Petrick</surname>
            ,
            <given-names>I.J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Simpson</surname>
            ,
            <given-names>T.W.:</given-names>
          </string-name>
          <article-title>3D printing disrupts manufacturing</article-title>
          .
          <source>Research Technology Management</source>
          <volume>56</volume>
          (
          <issue>6</issue>
          ),
          <volume>12</volume>
          (
          <year>2013</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Qanbari</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zadeh</surname>
            ,
            <given-names>S.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vedaei</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dustdar</surname>
            ,
            <given-names>S.:</given-names>
          </string-name>
          <article-title>CloudMan: A platform for portable cloud manufacturing services</article-title>
          .
          <source>In: Big Data (Big Data)</source>
          ,
          <source>2014 IEEE International Conference on</source>
          . pp.
          <fpage>1006</fpage>
          -
          <lpage>1014</lpage>
          (
          <year>Oct 2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Ruffo</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tuck</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hague</surname>
          </string-name>
          , R.:
          <article-title>Cost estimation for rapid manufacturing - laser sintering production for low to medium volumes</article-title>
          .
          <source>Proceedings of the Institution of Mechanical Engineers, Part B: Journal of Engineering Manufacture</source>
          <volume>220</volume>
          (
          <issue>9</issue>
          ),
          <fpage>1417</fpage>
          -
          <lpage>1427</lpage>
          (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Santos</surname>
            ,
            <given-names>A.C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pedrosa</surname>
            ,
            <given-names>L.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kuipers</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rocha</surname>
            ,
            <given-names>R.M.</given-names>
          </string-name>
          :
          <article-title>Resource Description Language: A Unified Description Language for Network Embedded Resources</article-title>
          .
          <source>International Journal of Distributed Sensor Networks</source>
          <year>2012</year>
          ,
          <volume>11</volume>
          (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Schulte</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoenisch</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hochreiner</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dustdar</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klusch</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schuller</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Towards Process Support for Cloud Manufacturing</article-title>
          .
          <source>In: Enterprise Distributed Object Computing Conference (EDOC)</source>
          ,
          <year>2014</year>
          IEEE 18th International. pp.
          <fpage>142</fpage>
          -
          <lpage>149</lpage>
          (
          <year>Sept 2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Short</surname>
            ,
            <given-names>D.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sirinterlikci</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Badger</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Artieri</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Environmental, health, and safety issues in rapid prototyping</article-title>
          .
          <source>Rapid Prototyping Journal</source>
          <volume>21</volume>
          (
          <issue>1</issue>
          ),
          <fpage>105</fpage>
          -
          <lpage>110</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Wohlers</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gornet</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>History of Additive Manufacturing</article-title>
          .
          <source>Wohlers Report</source>
          <year>2014</year>
          24 (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosen</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaefer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Cloud-based Manufacturing: Old Wine in New Bottles?</article-title>
          <source>Procedia CIRP 17</source>
          ,
          <fpage>94</fpage>
          -
          <lpage>99</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosen</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaefer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Cloud-based design and manufacturing: A new paradigm in digital manufacturing and design innovation</article-title>
          .
          <source>ComputerAided Design</source>
          <volume>59</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Thames</surname>
            ,
            <given-names>J.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosen</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schaefer</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Towards a Cloud-Based Design and Manufacturing Paradigm: Looking Backward, Looking Forward</article-title>
          . In: Computers and Information in Engineering Conference,
          <source>Parts A and B</source>
          , pp.
          <fpage>315</fpage>
          -
          <lpage>328</lpage>
          .
          <article-title>ASME 2012 International Design Engineering Technical Conferences and Computers</article-title>
          and Information in Engineering Conference (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Zor</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schumm</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leymann</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          :
          <article-title>A Proposal of BPMN Extensions for the Manufacturing Domain</article-title>
          .
          <source>In: Proceedings of the 44th CIRP International Conference on Manufacturing Systems</source>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>