mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 14:19:05 +08:00
PP-512 Fix bad print quality for TPU AA08 on Factor 4
This commit is contained in:
parent
b12e6f9ff4
commit
1186303b15
@ -15,10 +15,11 @@ weight = -2
|
|||||||
gradual_flow_discretisation_step_size = 0.1
|
gradual_flow_discretisation_step_size = 0.1
|
||||||
gradual_flow_enabled = True
|
gradual_flow_enabled = True
|
||||||
infill_pattern = ='zigzag' if infill_sparse_density > 50 else 'cross_3d'
|
infill_pattern = ='zigzag' if infill_sparse_density > 50 else 'cross_3d'
|
||||||
infill_sparse_density = 10
|
infill_sparse_density = 20
|
||||||
inset_direction = outside_in
|
inset_direction = outside_in
|
||||||
max_flow_acceleration = 1
|
max_flow_acceleration = 1
|
||||||
skin_material_flow = =material_flow * 0.9
|
skin_material_flow = =material_flow * 0.9
|
||||||
skin_material_flow_layer_0 = 90
|
skin_material_flow_layer_0 = 90
|
||||||
speed_layer_0 = 20
|
speed_layer_0 = 20
|
||||||
|
speed_print = 35
|
||||||
|
|
||||||
|
@ -0,0 +1,26 @@
|
|||||||
|
[general]
|
||||||
|
definition = ultimaker_factor4
|
||||||
|
name = Extra Fast
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 23
|
||||||
|
variant = AA 0.8
|
||||||
|
material = generic_tpu
|
||||||
|
quality_type = verydraft
|
||||||
|
type = quality
|
||||||
|
weight = -3
|
||||||
|
|
||||||
|
[values]
|
||||||
|
_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.1
|
||||||
|
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
|
||||||
|
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
||||||
|
infill_pattern = ='zigzag' if infill_sparse_density > 50 else 'cross_3d'
|
||||||
|
infill_sparse_density = 20
|
||||||
|
inset_direction = outside_in
|
||||||
|
material_print_temperature = =default_material_print_temperature + 5
|
||||||
|
skin_material_flow = =material_flow * 0.9
|
||||||
|
skin_material_flow_layer_0 = 90
|
||||||
|
speed_layer_0 = 20
|
||||||
|
speed_print = 35
|
||||||
|
|
@ -0,0 +1,26 @@
|
|||||||
|
[general]
|
||||||
|
definition = ultimaker_factor4
|
||||||
|
name = Sprint
|
||||||
|
version = 4
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 23
|
||||||
|
variant = AA 0.8
|
||||||
|
material = generic_tpu
|
||||||
|
quality_type = superdraft
|
||||||
|
type = quality
|
||||||
|
weight = -4
|
||||||
|
|
||||||
|
[values]
|
||||||
|
_plugin__curaenginegradualflow__0_1_0__gradual_flow_discretisation_step_size = 0.1
|
||||||
|
_plugin__curaenginegradualflow__0_1_0__gradual_flow_enabled = True
|
||||||
|
_plugin__curaenginegradualflow__0_1_0__max_flow_acceleration = 1
|
||||||
|
infill_pattern = ='zigzag' if infill_sparse_density > 50 else 'cross_3d'
|
||||||
|
infill_sparse_density = 20
|
||||||
|
inset_direction = outside_in
|
||||||
|
material_print_temperature = =default_material_print_temperature + 8
|
||||||
|
skin_material_flow = =material_flow * 0.9
|
||||||
|
skin_material_flow_layer_0 = 90
|
||||||
|
speed_layer_0 = 20
|
||||||
|
speed_print = 35
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user