Machine settings cleanup

added manufacturers and authors to the file and changed the id's to a string more usuable in combination with other files
This commit is contained in:
Tamara Hogenhout 2015-07-31 16:41:53 +02:00
parent b4a8973975
commit 084bd25e02
11 changed files with 26 additions and 16 deletions

View File

@ -1,6 +1,7 @@
{ {
"visible": false, "visible": false,
"manufacturer": "other", "manufacturer": "other",
"author": "other",
"add_pages": [{"page": "AddMachine", "title": "Add new printer"}], "add_pages": [{"page": "AddMachine", "title": "Add new printer"}],

View File

@ -1,6 +1,8 @@
{ {
"id": "German RepRap Neo", "id": "grr_neo",
"name": "German RepRap Neo", "name": "German RepRap Neo",
"manufacturer": "German RepRap",
"author": "other",
"icon": "icon_ultimaker.png", "icon": "icon_ultimaker.png",
"platform": "grr_neo_platform.stl", "platform": "grr_neo_platform.stl",

View File

@ -1,6 +1,8 @@
{ {
"id": "BQ Prusa i3 Hephestos", "id": "hephestos",
"name": "BQ Prusa i3 Hephestos", "name": "BQ Prusa i3 Hephestos",
"manufacturer": "BQ",
"author": "other",
"platform": "hephestos_platform.stl", "platform": "hephestos_platform.stl",
"inherits": "fdmprinter.json", "inherits": "fdmprinter.json",

View File

@ -1,6 +1,8 @@
{ {
"id": "BQ Prusa i3 Hephestos XL", "id": "hephestos_xl",
"name": "BQ Prusa i3 Hephestos XL", "name": "BQ Prusa i3 Hephestos XL",
"manufacturer": "BQ",
"author": "other",
"platform": "hephestos_platform.stl", "platform": "hephestos_platform.stl",
"inherits": "fdmprinter.json", "inherits": "fdmprinter.json",

View File

@ -1,8 +1,9 @@
{ {
"id": "Prusa i3", "id": "prusa_i3",
"manufacturer": "ultimaker",
"icon": "icon_ultimaker2.png",
"name": "Prusa i3", "name": "Prusa i3",
"manufacturer": "Prusa",
"author": "other",
"icon": "icon_ultimaker2.png",
"platform": "prusai3_platform.stl", "platform": "prusai3_platform.stl",
"inherits": "fdmprinter.json", "inherits": "fdmprinter.json",

View File

@ -1,7 +1,8 @@
{ {
"id": "Ultimaker 2", "id": "ultimaker2",
"manufacturer": "ultimaker",
"name": "Ultimaker 2", "name": "Ultimaker 2",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"icon": "icon_ultimaker2.png", "icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj", "platform": "ultimaker2_platform.obj",
"platform_texture": "Ultimaker2backplate.png", "platform_texture": "Ultimaker2backplate.png",

View File

@ -1,6 +1,5 @@
{ {
"id": "Ultimaker 2 Extended", "id": "ultimaker2_extended",
"manufacturer": "ultimaker",
"name": "Ultimaker 2 Extended", "name": "Ultimaker 2 Extended",
"icon": "icon_ultimaker2.png", "icon": "icon_ultimaker2.png",
"platform": "ultimaker2_platform.obj", "platform": "ultimaker2_platform.obj",

View File

@ -1,6 +1,5 @@
{ {
"id": "Ultimaker 2 Go", "id": "ultimaker2_go",
"manufacturer": "ultimaker",
"name": "Ultimaker 2 Go", "name": "Ultimaker 2 Go",
"icon": "icon_ultimaker2.png", "icon": "icon_ultimaker2.png",
"platform": "ultimaker2go_platform.obj", "platform": "ultimaker2go_platform.obj",

View File

@ -1,7 +1,8 @@
{ {
"id": "Ultimaker Original", "id": "ultimaker_original",
"manufacturer": "ultimaker",
"name": "Ultimaker Original", "name": "Ultimaker Original",
"manufacturer": "Ultimaker",
"author": "Ultimaker",
"icon": "icon_ultimaker.png", "icon": "icon_ultimaker.png",
"platform": "ultimaker_platform.stl", "platform": "ultimaker_platform.stl",

View File

@ -1,5 +1,5 @@
{ {
"id": "Ultimaker Original", "id": "ultimaker_original_plus",
"name": "Ultimaker Original+", "name": "Ultimaker Original+",
"icon": "icon_ultimaker.png", "icon": "icon_ultimaker.png",
"platform": "ultimaker2_platform.obj", "platform": "ultimaker2_platform.obj",

View File

@ -1,6 +1,8 @@
{ {
"id": "BQ Witbox", "id": "bq_witbox",
"name": "BQ Witbox", "name": "BQ Witbox",
"manufacturer": "BQ",
"author": "other",
"platform": "witbox_platform.stl", "platform": "witbox_platform.stl",
"inherits": "fdmprinter.json", "inherits": "fdmprinter.json",