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,
"manufacturer": "other",
"author": "other",
"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",
"manufacturer": "German RepRap",
"author": "other",
"icon": "icon_ultimaker.png",
"platform": "grr_neo_platform.stl",

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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