Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The following configuration options of the common machine configuration model apply to Formlabs machines.

Aggregator version 1.3.0+

Configuration

Data

Description

Required

type

FORMLABS

The machine's interface type.

url

https://api.formlabs.com

Formlabs api base url

custom_name

my_formlabs_machine

The custom machine name to be displayed in the Agile MES. Will be read from the machine if unset.

unique_name

MyPrinter

The serial number of the machine.

authentication_file_path

./secret.json

A secret.json for oauth authentication (see below)

mes_id

[1]

The MES instance(s) of your organization.

umati_server_port

4840+

Umati server port used for internal data transfer. Set if the default port is conflicting with another port on your server.

Formlabs machine example:

{
   "type":"FORMLABS",
   "url":"https://api.formlabs.com",
   "custom_name":"my_formlabs_machine",
   "unique_name":"MyPrinter",
   "authentication_file_path":"secret.json",
   "mes_id":[
      1
   ]
}

secret.json example:

For Oauth authentication you will have to craft a file similar to the one below and adjust the authentication_file_path in your config.json

{
   "username":"USERNAME",
   "password":"PASSWORD",
   "client_id":"CLIENT_ID",
   "client_secret":"CLIENT_SECRET"
}
  • Username and password:
    The access credentials you have set upon registration at https://formlabs.com/

  • Client secret and client id:

  • No labels