...
Carbon3D machine example:
Code Block | ||
---|---|---|
| ||
{
"type": "CARBON3D",
"url": "http://192.168.2.47:5000",
"custom_name": "my_carbon3d_machine",
"authentication_file_path": "./secret.json",
"mes_id": [
10,
33
]
} |
secret.json example:
Code Block |
---|
{ "client_id": "CLIENT_ID", "client_secret": "RSA_PRIVATE_KEY" } |