From b5f00ffd80b5bce0c8fe78a11a604c8e9cc152e9 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 25 Apr 2016 16:01:45 +0200 Subject: [PATCH] Removed superfluous override from UM2+ definition The default is line_width * 2 but this defined it as machine_nozzle_size * 2. I talked it over with Tom (who added that line) and he said it was only copied from Paul's profiles. It should've been line width. Makes more sense. It's line_width * 2 so that it can go from an outer wall to the infill without retracting. Contributes to issue CURA-346. --- resources/machines/ultimaker2plus.json | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/machines/ultimaker2plus.json b/resources/machines/ultimaker2plus.json index 296cd99a06..cc86bd8ce3 100644 --- a/resources/machines/ultimaker2plus.json +++ b/resources/machines/ultimaker2plus.json @@ -14,7 +14,6 @@ "speed_infill": { "inherit_function": "speed_print" }, "speed_wall_x": { "inherit_function": "speed_wall" }, "layer_height_0": { "inherit_function": "round(machine_nozzle_size / 1.5, 2)" }, - "retraction_min_travel": { "inherit_function": "machine_nozzle_size * 2" }, "line_width": { "inherit_function": "round(machine_nozzle_size * 0.875, 2)" }, "speed_layer_0": { "default": "20" }, "speed_support": { "inherit_function": "speed_wall_0" },