From f2695a40e0400dd90e64e272ed2ddea0756e56bf Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Wed, 1 Feb 2017 13:07:28 +0100 Subject: [PATCH] Remove Prusa platforms from ABAX printers The Prusa platform meshes say 'PRUSA' in huge letters. They are not the ABAX printers, though the structure is mostly the same. To prevent confusion I'm removing the platform mesh. --- resources/definitions/abax_pri3.def.json | 4 +--- resources/definitions/abax_pri5.def.json | 4 +--- resources/definitions/abax_titan.def.json | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/resources/definitions/abax_pri3.def.json b/resources/definitions/abax_pri3.def.json index 05469e3da7..cf1f2b466d 100644 --- a/resources/definitions/abax_pri3.def.json +++ b/resources/definitions/abax_pri3.def.json @@ -8,9 +8,7 @@ "author": "ABAX 3d Technologies", "manufacturer": "ABAX 3d Technologies", "category": "Other", - "file_formats": "text/x-gcode", - "platform": "bq_hephestos_platform.stl", - "platform_offset": [0, -82, 0] + "file_formats": "text/x-gcode" }, "overrides": { "machine_start_gcode": { diff --git a/resources/definitions/abax_pri5.def.json b/resources/definitions/abax_pri5.def.json index 8300eb7858..aa2a7eec22 100644 --- a/resources/definitions/abax_pri5.def.json +++ b/resources/definitions/abax_pri5.def.json @@ -8,9 +8,7 @@ "author": "ABAX 3d Technologies", "manufacturer": "ABAX 3d Technologies", "category": "Other", - "file_formats": "text/x-gcode", - "platform": "bq_hephestos_platform.stl", - "platform_offset": [0, -82, 0] + "file_formats": "text/x-gcode" }, "overrides": { "machine_start_gcode": { diff --git a/resources/definitions/abax_titan.def.json b/resources/definitions/abax_titan.def.json index 2ce2874563..75f1267b4f 100644 --- a/resources/definitions/abax_titan.def.json +++ b/resources/definitions/abax_titan.def.json @@ -8,9 +8,7 @@ "author": "ABAX 3d Technologies", "manufacturer": "ABAX 3d Technologies", "category": "Other", - "file_formats": "text/x-gcode", - "platform": "bq_hephestos_platform.stl", - "platform_offset": [0, -82, 0] + "file_formats": "text/x-gcode" }, "overrides": { "machine_start_gcode": {