From 8b5e64a4f96c1a4a0ed6211d8ff4e92feba0054b Mon Sep 17 00:00:00 2001 From: AnnaKang0219 Date: Mon, 4 Oct 2021 13:01:07 +0800 Subject: [PATCH] remove unnecessary default_values remove unnecessary default_values for ['adhesion_type'] --- 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 a282fa261d..87700973b7 100644 --- a/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_1p0_pro.def.json @@ -39,7 +39,6 @@ "material_flow_layer_0": {"value": 120}, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, - "adhesion_type": { "default_value" : "skirt" }, "brim_line_count": { "value" : 5 }, "skirt_line_count": { "default_value" : 5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, 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 7b5199cdef..02a39f006e 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_1p0a_pro.def.json @@ -40,7 +40,6 @@ "material_flow_layer_0": {"value": 120}, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, - "adhesion_type": { "default_value" : "skirt" }, "brim_line_count": { "value" : 5 }, "skirt_line_count": { "default_value" : 5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, 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 697249dd21..715ac854bf 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_pro_xeplus.def.json @@ -39,7 +39,6 @@ "material_flow_layer_0": {"value": 120}, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, - "adhesion_type": { "default_value" : "skirt" }, "brim_line_count": { "value" : 5 }, "skirt_line_count": { "default_value" : 5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, 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 8fa9c7e0d9..3216929029 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_pro_xplus.def.json @@ -39,7 +39,6 @@ "material_flow_layer_0": {"value": 120}, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, - "adhesion_type": { "default_value" : "skirt" }, "brim_line_count": { "value" : 5 }, "skirt_line_count": { "default_value" : 5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, 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 eb8503590d..b3a5cee926 100644 --- a/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json +++ b/resources/definitions/xyzprinting_da_vinci_jr_w_pro.def.json @@ -39,7 +39,6 @@ "material_flow_layer_0": {"value": 120}, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, - "adhesion_type": { "default_value" : "skirt" }, "brim_line_count": { "value" : 5 }, "skirt_line_count": { "default_value" : 5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, diff --git a/resources/definitions/xyzprinting_da_vinci_super.def.json b/resources/definitions/xyzprinting_da_vinci_super.def.json index 713d461329..1fbc4ec9d0 100644 --- a/resources/definitions/xyzprinting_da_vinci_super.def.json +++ b/resources/definitions/xyzprinting_da_vinci_super.def.json @@ -39,7 +39,6 @@ "material_flow_layer_0": {"value": 120}, "cool_fan_enabled": { "default_value": true }, "cool_fan_speed_0": { "value": 100 }, - "adhesion_type": { "default_value" : "skirt" }, "brim_line_count": { "value" : 5 }, "skirt_line_count": { "default_value" : 5 }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },