From 6063307a314b27c1031c4d134a7e1168c3c33112 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 30 Mar 2020 12:10:35 +0200 Subject: [PATCH] Remove overrides of unused machine setting Contributes to issue CURA-7328. --- resources/definitions/ultimaker3.def.json | 1 - resources/definitions/winbo_dragonl4.def.json | 1 - resources/definitions/winbo_mini2.def.json | 1 - resources/definitions/winbo_superhelper105.def.json | 1 - 4 files changed, 4 deletions(-) diff --git a/resources/definitions/ultimaker3.def.json b/resources/definitions/ultimaker3.def.json index b34ff3bdba..d831221852 100644 --- a/resources/definitions/ultimaker3.def.json +++ b/resources/definitions/ultimaker3.def.json @@ -47,7 +47,6 @@ "machine_depth": { "default_value": 215 }, "machine_height": { "default_value": 200 }, "machine_heated_bed": { "default_value": true }, - "machine_filament_park_distance": { "value": "machine_heat_zone_length + 26.5" }, "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, "machine_head_with_fans_polygon": diff --git a/resources/definitions/winbo_dragonl4.def.json b/resources/definitions/winbo_dragonl4.def.json index bf52a785e9..f89d592be1 100644 --- a/resources/definitions/winbo_dragonl4.def.json +++ b/resources/definitions/winbo_dragonl4.def.json @@ -22,7 +22,6 @@ "machine_height": { "default_value": 615 }, "machine_heated_bed": { "default_value": true }, "material_bed_temp_wait": { "default_value": false }, - "machine_filament_park_distance": { "value": "machine_heat_zone_length" }, "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, "machine_head_with_fans_polygon": diff --git a/resources/definitions/winbo_mini2.def.json b/resources/definitions/winbo_mini2.def.json index f1c94ca07e..49afd18ba8 100644 --- a/resources/definitions/winbo_mini2.def.json +++ b/resources/definitions/winbo_mini2.def.json @@ -22,7 +22,6 @@ "machine_height": { "default_value": 205 }, "machine_heated_bed": { "default_value": false }, "material_bed_temp_wait": { "default_value": false }, - "machine_filament_park_distance": { "value": "machine_heat_zone_length" }, "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, "machine_head_with_fans_polygon": diff --git a/resources/definitions/winbo_superhelper105.def.json b/resources/definitions/winbo_superhelper105.def.json index ac78467a2a..fab2e9f45f 100644 --- a/resources/definitions/winbo_superhelper105.def.json +++ b/resources/definitions/winbo_superhelper105.def.json @@ -22,7 +22,6 @@ "machine_height": { "default_value": 158 }, "machine_heated_bed": { "default_value": false }, "material_bed_temp_wait": { "default_value": false }, - "machine_filament_park_distance": { "value": "machine_heat_zone_length" }, "machine_nozzle_heat_up_speed": { "default_value": 1.4 }, "machine_nozzle_cool_down_speed": { "default_value": 0.8 }, "machine_head_with_fans_polygon":