From 097a56bd9b857985d9d7086ad235971d226affd2 Mon Sep 17 00:00:00 2001 From: AnnaKang0219 Date: Mon, 4 Oct 2021 11:48:49 +0800 Subject: [PATCH] fix check error remove speed_travel in definition due to the setting already in quality. --- resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json | 1 - resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json | 1 - .../definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json | 1 - resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json | 1 - resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json | 1 - resources/definitions/xyzprinting_da_vinci_super.def.json | 1 - 6 files changed, 6 deletions(-) diff --git a/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json b/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json index f38dad1eec..a282fa261d 100644 --- a/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json @@ -37,7 +37,6 @@ ] }, "material_flow_layer_0": {"value": 120}, - "speed_travel": { "value": 45 }, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, "adhesion_type": { "default_value" : "skirt" }, diff --git a/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json b/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json index 0a33fc688f..7b5199cdef 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json @@ -38,7 +38,6 @@ ] }, "material_flow_layer_0": {"value": 120}, - "speed_travel": { "value": 120 }, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, "adhesion_type": { "default_value" : "skirt" }, diff --git a/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json b/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json index 9daae57dfb..697249dd21 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json @@ -37,7 +37,6 @@ ] }, "material_flow_layer_0": {"value": 120}, - "speed_travel": { "value": 120 }, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, "adhesion_type": { "default_value" : "skirt" }, diff --git a/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json b/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json index 2c11fc1fd6..8fa9c7e0d9 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json @@ -37,7 +37,6 @@ ] }, "material_flow_layer_0": {"value": 120}, - "speed_travel": { "value": 120 }, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, "adhesion_type": { "default_value" : "skirt" }, diff --git a/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json b/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json index d1e8953149..eb8503590d 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json @@ -37,7 +37,6 @@ ] }, "material_flow_layer_0": {"value": 120}, - "speed_travel": { "value": 120 }, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, "adhesion_type": { "default_value" : "skirt" }, diff --git a/resources/definitions/xyzprinting_da_vinci_super.def.json b/resources/definitions/xyzprinting_da_vinci_super.def.json index 84a27356db..713d461329 100644 --- a/resources/definitions/xyzprinting_da_vinci_super.def.json +++ b/resources/definitions/xyzprinting_da_vinci_super.def.json @@ -37,7 +37,6 @@ ] }, "material_flow_layer_0": {"value": 120}, - "speed_travel": { "value": 120 }, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, "adhesion_type": { "default_value" : "skirt" },