mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-13 14:58:01 +08:00
Move retraction distance to material settings
I've discussed this with Tom, Kristel, Diana, Marvin and Oscar. This setting should really be dependent on material since the material influences the speed it can handle the most. Contributes to issue CURA-346.
This commit is contained in:
parent
ceb9df8c5d
commit
43dff1296c
@ -44,7 +44,6 @@
|
|||||||
"material_diameter": { "default": 1.75, "visible": true },
|
"material_diameter": { "default": 1.75, "visible": true },
|
||||||
"retraction_enable": { "default": true, "always_visible": true },
|
"retraction_enable": { "default": true, "always_visible": true },
|
||||||
"retraction_speed": { "default": 50.0, "visible": false },
|
"retraction_speed": { "default": 50.0, "visible": false },
|
||||||
"retraction_amount": { "default": 0.8, "visible": false },
|
|
||||||
"retraction_hop": { "default": 0.075, "visible": false },
|
"retraction_hop": { "default": 0.075, "visible": false },
|
||||||
"speed_print": { "default": 60.0, "visible": true },
|
"speed_print": { "default": 60.0, "visible": true },
|
||||||
"speed_infill": { "default": 100.0, "visible": true },
|
"speed_infill": { "default": 100.0, "visible": true },
|
||||||
|
@ -42,7 +42,6 @@
|
|||||||
"material_diameter": { "default": 1.75, "visible": true },
|
"material_diameter": { "default": 1.75, "visible": true },
|
||||||
"retraction_enable": { "default": true, "always_visible": true},
|
"retraction_enable": { "default": true, "always_visible": true},
|
||||||
"retraction_speed": { "default": 50.0, "visible": false },
|
"retraction_speed": { "default": 50.0, "visible": false },
|
||||||
"retraction_amount": { "default": 0.8, "visible": false },
|
|
||||||
"retraction_hop": { "default": 0.075, "visible": false },
|
"retraction_hop": { "default": 0.075, "visible": false },
|
||||||
"speed_print": { "default": 60.0, "visible": true},
|
"speed_print": { "default": 60.0, "visible": true},
|
||||||
"speed_infill": { "default": 100.0, "visible": true },
|
"speed_infill": { "default": 100.0, "visible": true },
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
"speed_travel": { "default": 120.0 },
|
"speed_travel": { "default": 120.0 },
|
||||||
"speed_layer_0": { "default": 20.0, "visible": false },
|
"speed_layer_0": { "default": 20.0, "visible": false },
|
||||||
"retraction_speed": { "default": 30.0, "visible": false},
|
"retraction_speed": { "default": 30.0, "visible": false},
|
||||||
"retraction_amount": { "default": 2.0, "visible": false },
|
|
||||||
"retraction_hop": { "default": 0.075, "visible": false },
|
"retraction_hop": { "default": 0.075, "visible": false },
|
||||||
"support_enable": { "default": true }
|
"support_enable": { "default": true }
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
"speed_infill": { "default": 80.0, "visible": true },
|
"speed_infill": { "default": 80.0, "visible": true },
|
||||||
"speed_topbottom": { "default": 35.0, "visible": false },
|
"speed_topbottom": { "default": 35.0, "visible": false },
|
||||||
"skirt_speed": { "default": 35.0, "visible": false },
|
"skirt_speed": { "default": 35.0, "visible": false },
|
||||||
"retraction_amount": { "default": 2.0, "visible": false },
|
|
||||||
"retraction_speed": { "default": 45.0, "visible": false },
|
"retraction_speed": { "default": 45.0, "visible": false },
|
||||||
"skirt_line_count": { "default": 4 },
|
"skirt_line_count": { "default": 4 },
|
||||||
"skirt_minimal_length": { "default": 30.0, "visible": false },
|
"skirt_minimal_length": { "default": 30.0, "visible": false },
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
"speed_travel": { "default": 120.0 },
|
"speed_travel": { "default": 120.0 },
|
||||||
"speed_layer_0": { "default": 20.0, "visible": false },
|
"speed_layer_0": { "default": 20.0, "visible": false },
|
||||||
"retraction_speed": { "default": 30.0, "visible": false},
|
"retraction_speed": { "default": 30.0, "visible": false},
|
||||||
"retraction_amount": { "default": 2.0, "visible": false },
|
|
||||||
"retraction_hop": { "default": 0.075, "visible": false },
|
"retraction_hop": { "default": 0.075, "visible": false },
|
||||||
"support_enable": { "default": true }
|
"support_enable": { "default": true }
|
||||||
}
|
}
|
||||||
|
@ -51,7 +51,6 @@
|
|||||||
"speed_travel": { "default": 120.0 },
|
"speed_travel": { "default": 120.0 },
|
||||||
"speed_layer_0": { "default": 20.0, "visible": false },
|
"speed_layer_0": { "default": 20.0, "visible": false },
|
||||||
"retraction_speed": { "default": 30.0, "visible": false},
|
"retraction_speed": { "default": 30.0, "visible": false},
|
||||||
"retraction_amount": { "default": 2.0, "visible": false },
|
|
||||||
"retraction_hop": { "default": 0.075, "visible": false },
|
"retraction_hop": { "default": 0.075, "visible": false },
|
||||||
"support_enable": { "default": true }
|
"support_enable": { "default": true }
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,6 @@
|
|||||||
"speed_infill": { "default": 80.0, "visible": true },
|
"speed_infill": { "default": 80.0, "visible": true },
|
||||||
"speed_topbottom": { "default": 35.0, "visible": false },
|
"speed_topbottom": { "default": 35.0, "visible": false },
|
||||||
"skirt_speed": { "default": 35.0, "visible": false },
|
"skirt_speed": { "default": 35.0, "visible": false },
|
||||||
"retraction_amount": { "default": 2.0, "visible": false },
|
|
||||||
"retraction_speed": { "default": 45.0, "visible": false },
|
"retraction_speed": { "default": 45.0, "visible": false },
|
||||||
"skirt_line_count": { "default": 4 },
|
"skirt_line_count": { "default": 4 },
|
||||||
"skirt_minimal_length": { "default": 30.0, "visible": false },
|
"skirt_minimal_length": { "default": 30.0, "visible": false },
|
||||||
|
@ -718,7 +718,7 @@
|
|||||||
"description": "The length of material retracted during a retraction move.",
|
"description": "The length of material retracted during a retraction move.",
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 4.5,
|
"default": 6.5,
|
||||||
"min_value_warning": "-0.0001",
|
"min_value_warning": "-0.0001",
|
||||||
"max_value_warning": "10.0",
|
"max_value_warning": "10.0",
|
||||||
"visible": false,
|
"visible": false,
|
||||||
|
@ -36,7 +36,6 @@
|
|||||||
"material_diameter": { "default": 1.75, "visible": true},
|
"material_diameter": { "default": 1.75, "visible": true},
|
||||||
"retraction_enable": { "default": true, "always_visible": true},
|
"retraction_enable": { "default": true, "always_visible": true},
|
||||||
"retraction_speed": { "default": 50.0, "visible": false },
|
"retraction_speed": { "default": 50.0, "visible": false },
|
||||||
"retraction_amount": { "default": 2.5, "visible": false },
|
|
||||||
"retraction_hop": { "default": 0.075, "visible": false },
|
"retraction_hop": { "default": 0.075, "visible": false },
|
||||||
"speed_print": { "default": 60.0, "visible": true},
|
"speed_print": { "default": 60.0, "visible": true},
|
||||||
"speed_infill": { "default": 100.0, "visible": true },
|
"speed_infill": { "default": 100.0, "visible": true },
|
||||||
|
@ -45,7 +45,6 @@
|
|||||||
]
|
]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"retraction_amount": { "default": 6.0 },
|
|
||||||
"machine_disallowed_areas": { "default": [
|
"machine_disallowed_areas": { "default": [
|
||||||
[[-115.0, 112.5], [ -78.0, 112.5], [ -80.0, 102.5], [-115.0, 102.5]],
|
[[-115.0, 112.5], [ -78.0, 112.5], [ -80.0, 102.5], [-115.0, 102.5]],
|
||||||
[[ 115.0, 112.5], [ 115.0, 102.5], [ 105.0, 102.5], [ 103.0, 112.5]],
|
[[ 115.0, 112.5], [ 115.0, 102.5], [ 105.0, 102.5], [ 103.0, 112.5]],
|
||||||
|
@ -7,5 +7,3 @@ name = ABS
|
|||||||
material_print_temperature = 250
|
material_print_temperature = 250
|
||||||
material_bed_temperature = 80
|
material_bed_temperature = 80
|
||||||
material_flow = 107
|
material_flow = 107
|
||||||
retraction_amount = 6.5
|
|
||||||
|
|
||||||
|
@ -6,4 +6,3 @@ name = CPE
|
|||||||
[settings]
|
[settings]
|
||||||
material_print_temperature = 250
|
material_print_temperature = 250
|
||||||
material_bed_temperature = 70
|
material_bed_temperature = 70
|
||||||
retraction_amount = 6.5
|
|
||||||
|
@ -5,4 +5,3 @@ name = PLA
|
|||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
material_bed_temperature = 60
|
material_bed_temperature = 60
|
||||||
retraction_amount = 6.5
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user