From 8ac5c8d52dfbe6932fe6ce7394b1e91d5ca28b60 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Tue, 29 Sep 2015 17:23:28 +0200 Subject: [PATCH] Move all contributed profiles to an "Other" manufacturer CURA-210 #done --- resources/machines/RigidBot.json | 2 +- resources/machines/RigidBotBig.json | 2 +- resources/machines/bq_hephestos.json | 2 +- resources/machines/bq_hephestos_xl.json | 2 +- resources/machines/bq_witbox.json | 2 +- resources/machines/grr_neo.json | 2 +- resources/machines/prusa_i3.json | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/machines/RigidBot.json b/resources/machines/RigidBot.json index 68eaea6bbf..0f57e4e1bc 100644 --- a/resources/machines/RigidBot.json +++ b/resources/machines/RigidBot.json @@ -2,7 +2,7 @@ "id": "rigidbotbig", "version": 1, "name": "RigidBot", - "manufacturer": "Invent-A-Part", + "manufacturer": "Other", "author": "RBC", "platform": "rigidbot_platform.stl", diff --git a/resources/machines/RigidBotBig.json b/resources/machines/RigidBotBig.json index 034ec0b921..f97d5845e4 100644 --- a/resources/machines/RigidBotBig.json +++ b/resources/machines/RigidBotBig.json @@ -2,7 +2,7 @@ "id": "rigidbotbig", "version": 1, "name": "RigidBotBig", - "manufacturer": "Invent-A-Part", + "manufacturer": "Other", "author": "RBC", "platform": "rigidbotbig_platform.stl", diff --git a/resources/machines/bq_hephestos.json b/resources/machines/bq_hephestos.json index 5d6bf49ed8..6fac2cac83 100644 --- a/resources/machines/bq_hephestos.json +++ b/resources/machines/bq_hephestos.json @@ -2,7 +2,7 @@ "id": "bq_hephestos", "version": 1, "name": "BQ Prusa i3 Hephestos", - "manufacturer": "BQ", + "manufacturer": "Other", "author": "BQ", "platform": "hephestos_platform.stl", "inherits": "fdmprinter.json", diff --git a/resources/machines/bq_hephestos_xl.json b/resources/machines/bq_hephestos_xl.json index a6849bb8e0..e518647535 100644 --- a/resources/machines/bq_hephestos_xl.json +++ b/resources/machines/bq_hephestos_xl.json @@ -2,7 +2,7 @@ "id": "bq_hephestos_xl", "version": 1, "name": "BQ Prusa i3 Hephestos XL", - "manufacturer": "BQ", + "manufacturer": "Other", "author": "BQ", "platform": "hephestos_platform.stl", "inherits": "fdmprinter.json", diff --git a/resources/machines/bq_witbox.json b/resources/machines/bq_witbox.json index 0351dd7e00..46c01a8f9c 100644 --- a/resources/machines/bq_witbox.json +++ b/resources/machines/bq_witbox.json @@ -2,7 +2,7 @@ "id": "bq_witbox", "version": 1, "name": "BQ Witbox", - "manufacturer": "BQ", + "manufacturer": "Other", "author": "BQ", "platform": "witbox_platform.stl", "inherits": "fdmprinter.json", diff --git a/resources/machines/grr_neo.json b/resources/machines/grr_neo.json index fdebfbd95e..472062a097 100644 --- a/resources/machines/grr_neo.json +++ b/resources/machines/grr_neo.json @@ -3,7 +3,7 @@ "version": 1, "name": "German RepRap Neo", "manufacturer": "Other", - "author": "other", + "author": "Other", "icon": "icon_ultimaker.png", "platform": "grr_neo_platform.stl", diff --git a/resources/machines/prusa_i3.json b/resources/machines/prusa_i3.json index e328721b71..07bcbdb6a4 100644 --- a/resources/machines/prusa_i3.json +++ b/resources/machines/prusa_i3.json @@ -2,8 +2,8 @@ "id": "prusa_i3", "version": 1, "name": "Prusa i3", - "manufacturer": "Prusa", - "author": "other", + "manufacturer": "Other", + "author": "Other", "icon": "icon_ultimaker2.png", "platform": "prusai3_platform.stl",