From dad8acb1063089d2a8cf734290216fb4f983b53b Mon Sep 17 00:00:00 2001 From: Aleksei Kvitinskii Date: Wed, 6 Feb 2019 17:29:43 +0300 Subject: [PATCH] update position var type --- resources/definitions/z-bolt_classic.def.json | 2 -- resources/definitions/z-bolt_plus.def.json | 2 -- resources/extruders/z-bolt_classic_extruder_0.def.json | 2 +- resources/extruders/z-bolt_plus_extruder_0.def.json | 2 +- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/resources/definitions/z-bolt_classic.def.json b/resources/definitions/z-bolt_classic.def.json index c2fa57a565..09818df836 100644 --- a/resources/definitions/z-bolt_classic.def.json +++ b/resources/definitions/z-bolt_classic.def.json @@ -8,8 +8,6 @@ "manufacturer": "Z-Bolt Co.", "file_formats": "text/x-gcode", "platform": "z-bolt_classic_platform.stl", - "has_materials": true, - "has_machine_quality": true, "machine_extruder_trains": { "0": "z-bolt_classic_extruder_0" diff --git a/resources/definitions/z-bolt_plus.def.json b/resources/definitions/z-bolt_plus.def.json index 70aeacd73e..4fb989742f 100644 --- a/resources/definitions/z-bolt_plus.def.json +++ b/resources/definitions/z-bolt_plus.def.json @@ -8,8 +8,6 @@ "manufacturer": "Z-Bolt Co.", "file_formats": "text/x-gcode", "platform": "z-bolt_plus_platform.stl", - "has_materials": true, - "has_machine_quality": true, "machine_extruder_trains": { "0": "z-bolt_plus_extruder_0" diff --git a/resources/extruders/z-bolt_classic_extruder_0.def.json b/resources/extruders/z-bolt_classic_extruder_0.def.json index 439a634924..c3d4a8c08c 100644 --- a/resources/extruders/z-bolt_classic_extruder_0.def.json +++ b/resources/extruders/z-bolt_classic_extruder_0.def.json @@ -5,7 +5,7 @@ "inherits": "fdmextruder", "metadata": { "machine": "z-bolt_classic", - "position": "0" + "position": 0 }, "overrides": { diff --git a/resources/extruders/z-bolt_plus_extruder_0.def.json b/resources/extruders/z-bolt_plus_extruder_0.def.json index e6bd4e4b7c..78aa32b105 100644 --- a/resources/extruders/z-bolt_plus_extruder_0.def.json +++ b/resources/extruders/z-bolt_plus_extruder_0.def.json @@ -5,7 +5,7 @@ "inherits": "fdmextruder", "metadata": { "machine": "z-bolt_plus", - "position": "0" + "position": 0 }, "overrides": {