mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-02 15:01:49 -06:00
Quality corrections in Deltacomb 3D
This commit is contained in:
parent
97dad9c1c4
commit
94954ea40f
19 changed files with 18 additions and 96 deletions
|
@ -34,7 +34,7 @@
|
||||||
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
"material_initial_print_temperature": { "value": "material_print_temperature" },
|
||||||
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
"material_print_temperature_layer_0": { "value": "material_print_temperature + 5" },
|
||||||
"travel_avoid_distance": { "default_value": 1, "value": "1" },
|
"travel_avoid_distance": { "default_value": 1, "value": "1" },
|
||||||
"speed_print" : { "default_value": 60 },
|
"speed_print" : { "default_value": 70 },
|
||||||
"speed_travel": { "value": "150.0" },
|
"speed_travel": { "value": "150.0" },
|
||||||
"speed_infill": { "value": "round(speed_print * 1.05, 0)" },
|
"speed_infill": { "value": "round(speed_print * 1.05, 0)" },
|
||||||
"speed_topbottom": { "value": "round(speed_print * 0.95, 0)" },
|
"speed_topbottom": { "value": "round(speed_print * 0.95, 0)" },
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
"support_bottom_distance": { "value": "layer_height" },
|
"support_bottom_distance": { "value": "layer_height" },
|
||||||
"support_use_towers" : { "default_value": false },
|
"support_use_towers" : { "default_value": false },
|
||||||
"jerk_wall_0" : { "value": "30" },
|
"jerk_wall_0" : { "value": "30" },
|
||||||
"jerk_travel" : { "default_value": 20 },
|
"jerk_travel" : { "default_value": 20 },
|
||||||
"acceleration_travel" : { "value": 10000 }
|
"acceleration_travel" : { "value": 10000 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_abs
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = raft
|
adhesion_type = raft
|
||||||
layer_height = 0.2
|
|
||||||
layer_height_0 = 0.2
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.4
|
cool_fan_full_at_height = =layer_height * 2
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
cool_fan_speed_max = 50
|
cool_fan_speed_max = 50
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_abs
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = raft
|
adhesion_type = raft
|
||||||
layer_height = 0.15
|
|
||||||
layer_height_0 = 0.15
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.3
|
cool_fan_full_at_height = =layer_height * 2
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
cool_fan_speed_max = 50
|
cool_fan_speed_max = 50
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_abs
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = raft
|
adhesion_type = raft
|
||||||
layer_height = 0.05
|
|
||||||
layer_height_0 = 0.05
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.1
|
cool_fan_full_at_height = =layer_height * 2
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
cool_fan_speed_max = 50
|
cool_fan_speed_max = 50
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_abs
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = raft
|
adhesion_type = raft
|
||||||
layer_height = 0.1
|
|
||||||
layer_height_0 = 0.1
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.2
|
cool_fan_full_at_height = =layer_height * 2
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
cool_fan_speed_max = 50
|
cool_fan_speed_max = 50
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
[general]
|
|
||||||
version = 4
|
|
||||||
name = Sprint (beta)
|
|
||||||
definition = deltacomb
|
|
||||||
|
|
||||||
[metadata]
|
|
||||||
setting_version = 4
|
|
||||||
type = quality
|
|
||||||
quality_type = superdraft
|
|
||||||
weight = -4
|
|
||||||
material = generic_abs
|
|
||||||
|
|
||||||
[values]
|
|
||||||
adhesion_type = raft
|
|
||||||
layer_height = 0.4
|
|
||||||
layer_height_0 = 0.4
|
|
||||||
cool_fan_enabled = True
|
|
||||||
cool_fan_full_at_height = 0.8
|
|
||||||
cool_fan_speed = 50
|
|
||||||
cool_fan_speed_max = 50
|
|
||||||
cool_fan_speed_min = 50
|
|
||||||
cool_min_layer_time = 5
|
|
||||||
cool_min_speed = 20
|
|
||||||
material_bed_temperature = 80
|
|
||||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
|
|
@ -12,10 +12,8 @@ material = generic_abs
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = raft
|
adhesion_type = raft
|
||||||
layer_height = 0.3
|
|
||||||
layer_height_0 = 0.3
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.6
|
cool_fan_full_at_height = =layer_height * 2
|
||||||
cool_fan_speed = 50
|
cool_fan_speed = 50
|
||||||
cool_fan_speed_max = 50
|
cool_fan_speed_max = 50
|
||||||
cool_fan_speed_min = 50
|
cool_fan_speed_min = 50
|
||||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.2
|
layer_height = 0.2
|
||||||
|
layer_height_0 = =layer_height
|
||||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.15
|
layer_height = 0.15
|
||||||
|
layer_height_0 = =layer_height
|
||||||
|
|
|
@ -11,4 +11,5 @@ weight = 0
|
||||||
global_quality = True
|
global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.06
|
layer_height = 0.05
|
||||||
|
layer_height_0 = =layer_height * 2
|
||||||
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.1
|
layer_height = 0.1
|
||||||
|
layer_height_0 = =layer_height * 2
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
[general]
|
|
||||||
version = 4
|
|
||||||
name = Sprint
|
|
||||||
definition = deltacomb
|
|
||||||
|
|
||||||
[metadata]
|
|
||||||
setting_version = 4
|
|
||||||
type = quality
|
|
||||||
quality_type = superdraft
|
|
||||||
weight = -4
|
|
||||||
global_quality = True
|
|
||||||
|
|
||||||
[values]
|
|
||||||
layer_height = 0.4
|
|
|
@ -12,3 +12,4 @@ global_quality = True
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
layer_height = 0.3
|
layer_height = 0.3
|
||||||
|
layer_height_0 = =layer_height
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_pla
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = skirt
|
adhesion_type = skirt
|
||||||
layer_height = 0.2
|
|
||||||
layer_height_0 = 0.2
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.2
|
cool_fan_full_at_height = =layer_height
|
||||||
cool_fan_speed = 100
|
cool_fan_speed = 100
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
cool_fan_speed_min = 100
|
cool_fan_speed_min = 100
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_pla
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = skirt
|
adhesion_type = skirt
|
||||||
layer_height = 0.15
|
|
||||||
layer_height_0 = 0.15
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.15
|
cool_fan_full_at_height = =layer_height
|
||||||
cool_fan_speed = 100
|
cool_fan_speed = 100
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
cool_fan_speed_min = 100
|
cool_fan_speed_min = 100
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_pla
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = skirt
|
adhesion_type = skirt
|
||||||
layer_height = 0.05
|
|
||||||
layer_height_0 = 0.05
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.05
|
cool_fan_full_at_height = =layer_height
|
||||||
cool_fan_speed = 100
|
cool_fan_speed = 100
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
cool_fan_speed_min = 100
|
cool_fan_speed_min = 100
|
||||||
|
|
|
@ -12,10 +12,8 @@ material = generic_pla
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = skirt
|
adhesion_type = skirt
|
||||||
layer_height = 0.1
|
|
||||||
layer_height_0 = 0.1
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.1
|
cool_fan_full_at_height = =layer_height
|
||||||
cool_fan_speed = 100
|
cool_fan_speed = 100
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
cool_fan_speed_min = 100
|
cool_fan_speed_min = 100
|
||||||
|
|
|
@ -1,24 +0,0 @@
|
||||||
[general]
|
|
||||||
version = 4
|
|
||||||
name = Sprint
|
|
||||||
definition = deltacomb
|
|
||||||
|
|
||||||
[metadata]
|
|
||||||
setting_version = 4
|
|
||||||
type = quality
|
|
||||||
quality_type = superdraft
|
|
||||||
weight = -4
|
|
||||||
material = generic_pla
|
|
||||||
|
|
||||||
[values]
|
|
||||||
adhesion_type = skirt
|
|
||||||
layer_height = 0.4
|
|
||||||
layer_height_0 = 0.4
|
|
||||||
cool_fan_enabled = True
|
|
||||||
cool_fan_full_at_height = 0.4
|
|
||||||
cool_fan_speed = 100
|
|
||||||
cool_fan_speed_max = 100
|
|
||||||
cool_fan_speed_min = 100
|
|
||||||
cool_min_layer_time = 5
|
|
||||||
cool_min_speed = 20
|
|
||||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
|
|
@ -12,10 +12,8 @@ material = generic_pla
|
||||||
|
|
||||||
[values]
|
[values]
|
||||||
adhesion_type = skirt
|
adhesion_type = skirt
|
||||||
layer_height = 0.3
|
|
||||||
layer_height_0 = 0.3
|
|
||||||
cool_fan_enabled = True
|
cool_fan_enabled = True
|
||||||
cool_fan_full_at_height = 0.3
|
cool_fan_full_at_height = =layer_height
|
||||||
cool_fan_speed = 100
|
cool_fan_speed = 100
|
||||||
cool_fan_speed_max = 100
|
cool_fan_speed_max = 100
|
||||||
cool_fan_speed_min = 100
|
cool_fan_speed_min = 100
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue