diff --git a/resources/machines/bq_hephestos.json b/resources/machines/bq_hephestos.json index 6fac2cac83..f372142661 100644 --- a/resources/machines/bq_hephestos.json +++ b/resources/machines/bq_hephestos.json @@ -4,7 +4,7 @@ "name": "BQ Prusa i3 Hephestos", "manufacturer": "Other", "author": "BQ", - "platform": "hephestos_platform.stl", + "platform": "bq_hephestos_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { diff --git a/resources/machines/bq_hephestos_2.json b/resources/machines/bq_hephestos_2.json index 7fb2a82f5a..8e5e8f6e9c 100644 --- a/resources/machines/bq_hephestos_2.json +++ b/resources/machines/bq_hephestos_2.json @@ -4,7 +4,7 @@ "name": "BQ Hephestos 2", "manufacturer": "Other", "author": "BQ", - "platform": "bq_hephestos_2.stl", + "platform": "bq_hephestos_2_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { diff --git a/resources/machines/bq_hephestos_xl.json b/resources/machines/bq_hephestos_xl.json index e518647535..fab2f01a6a 100644 --- a/resources/machines/bq_hephestos_xl.json +++ b/resources/machines/bq_hephestos_xl.json @@ -4,7 +4,7 @@ "name": "BQ Prusa i3 Hephestos XL", "manufacturer": "Other", "author": "BQ", - "platform": "hephestos_platform.stl", + "platform": "bq_hephestos_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { diff --git a/resources/machines/bq_witbox.json b/resources/machines/bq_witbox.json index 46c01a8f9c..445859b141 100644 --- a/resources/machines/bq_witbox.json +++ b/resources/machines/bq_witbox.json @@ -4,7 +4,7 @@ "name": "BQ Witbox", "manufacturer": "Other", "author": "BQ", - "platform": "witbox_platform.stl", + "platform": "bq_witbox_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { diff --git a/resources/machines/bq_witbox_2.json b/resources/machines/bq_witbox_2.json index a6a0ca07ae..927d27d09d 100644 --- a/resources/machines/bq_witbox_2.json +++ b/resources/machines/bq_witbox_2.json @@ -4,7 +4,7 @@ "name": "BQ Witbox 2", "manufacturer": "Other", "author": "BQ", - "platform": "witbox_platform.stl", + "platform": "bq_witbox_platform.stl", "inherits": "fdmprinter.json", "machine_settings": { diff --git a/resources/meshes/bq_hephestos_2.stl b/resources/meshes/bq_hephestos_2_platform.stl similarity index 100% rename from resources/meshes/bq_hephestos_2.stl rename to resources/meshes/bq_hephestos_2_platform.stl diff --git a/resources/meshes/bq_hephestos_platform.stl b/resources/meshes/bq_hephestos_platform.stl new file mode 100644 index 0000000000..7686a6f5b5 Binary files /dev/null and b/resources/meshes/bq_hephestos_platform.stl differ diff --git a/resources/meshes/witbox_platform.stl b/resources/meshes/bq_witbox_platform.stl similarity index 100% rename from resources/meshes/witbox_platform.stl rename to resources/meshes/bq_witbox_platform.stl diff --git a/resources/meshes/hephestos_platform.stl b/resources/meshes/hephestos_platform.stl deleted file mode 100644 index ed5b706840..0000000000 Binary files a/resources/meshes/hephestos_platform.stl and /dev/null differ