mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-13 00:18:02 +08:00
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:
parent
43dff1296c
commit
b5f00ffd80
@ -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" },
|
||||
|
Loading…
x
Reference in New Issue
Block a user