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.
This commit is contained in:
Ghostkeeper 2016-04-25 16:01:45 +02:00
parent 43dff1296c
commit b5f00ffd80

View File

@ -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" },