Adds a version, author & manufacturer to the machine settings files

This commit is contained in:
Tamara Hogenhout 2015-08-03 13:20:17 +02:00
parent 783b75bcd9
commit 54f1ac7805
11 changed files with 18 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{
"visible": false,
"version": 1,
"author": "other",
"manufacturer": "other",
"author": "other",

View File

@ -1,5 +1,6 @@
{
"id": "grr_neo",
"version": 1,
"name": "German RepRap Neo",
"manufacturer": "German RepRap",
"author": "other",

View File

@ -1,5 +1,6 @@
{
"id": "hephestos",
"version": 1,
"name": "BQ Prusa i3 Hephestos",
"manufacturer": "BQ",
"author": "other",

View File

@ -1,5 +1,6 @@
{
"id": "hephestos_xl",
"version": 1,
"name": "BQ Prusa i3 Hephestos XL",
"manufacturer": "BQ",
"author": "other",

View File

@ -1,5 +1,6 @@
{
"id": "prusa_i3",
"version": 1,
"name": "Prusa i3",
"manufacturer": "Prusa",
"author": "other",

View File

@ -1,5 +1,6 @@
{
"id": "ultimaker2",
"version": 1,
"name": "Ultimaker 2",
"manufacturer": "Ultimaker",
"author": "Ultimaker",

View File

@ -1,6 +1,9 @@
{
"id": "ultimaker2_extended",
"version": 1,
"name": "Ultimaker 2 Extended",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2backplate.png",

View File

@ -1,6 +1,9 @@
{
"id": "ultimaker2_go",
"version": 1,
"name": "Ultimaker 2 Go",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"icon": "icon_ultimaker2.png",
"platform": "ultimaker2go_platform.obj",
"platform_texture": "Ultimaker2backplate.png",

View File

@ -1,5 +1,6 @@
{
"id": "ultimaker_original",
"version": 1,
"name": "Ultimaker Original",
"manufacturer": "Ultimaker",
"author": "Ultimaker",

View File

@ -1,6 +1,9 @@
{
"id": "ultimaker_original_plus",
"version": 1,
"name": "Ultimaker Original+",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"icon": "icon_ultimaker.png",
"platform": "ultimaker2_platform.obj",
"platform_texture": "UltimakerPlusbackplate.png",

View File

@ -1,5 +1,6 @@
{
"id": "bq_witbox",
"version": 1,
"name": "BQ Witbox",
"manufacturer": "BQ",
"author": "other",