mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
added 2 more variants
improved quality profiles
This commit is contained in:
parent
be4fa98638
commit
b4ae52b4c3
11 changed files with 167 additions and 44 deletions
|
@ -21,5 +21,4 @@ cool_fan_speed_max = 50
|
|||
cool_fan_speed_min = 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 20
|
||||
speed_print = 55
|
||||
|
||||
|
|
|
@ -21,5 +21,4 @@ cool_fan_speed_max = 50
|
|||
cool_fan_speed_min = 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 20
|
||||
speed_print = 55
|
||||
|
||||
|
|
|
@ -21,5 +21,4 @@ cool_fan_speed_max = 50
|
|||
cool_fan_speed_min = 50
|
||||
cool_min_layer_time = 3
|
||||
cool_min_speed = 20
|
||||
speed_print = 55
|
||||
|
||||
|
|
|
@ -1,25 +1,57 @@
|
|||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = Fast Quality
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_nylon
|
||||
material = generic_fabtotum_nylon
|
||||
quality_type = fast
|
||||
weight = -1
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.4
|
||||
cool_fan_speed = 65
|
||||
cool_fan_speed_max = 65
|
||||
cool_fan_speed_min = 65
|
||||
cool_min_layer_time = 4
|
||||
cool_min_speed = 20
|
||||
speed_print = 55
|
||||
|
||||
brim_width = 4
|
||||
cool_fan_enabled = False
|
||||
cool_fan_full_at_height = 0.45
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_max = 0
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 0
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 24
|
||||
layer_height = 0.20
|
||||
layer_height_0 = 0.15
|
||||
line_width = =machine_nozzle_size
|
||||
material_flow = 100
|
||||
raft_airgap = 0.22
|
||||
raft_base_line_width= =line_width * 2
|
||||
raft_base_thickness = =layer_height_0 * 2
|
||||
raft_interface_line_width = =line_width
|
||||
raft_interface_thickness = =layer_height
|
||||
raft_margin = 5
|
||||
raft_surface_layers = 2
|
||||
raft_surface_line_width = =line_width
|
||||
raft_surface_thickness = =layer_height
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 10
|
||||
skirt_brim_minimal_length = 75
|
||||
skirt_gap = 1.5
|
||||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 70
|
||||
support_type = buildplate
|
||||
support_z_distance = 0.15
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
z_seam_type = random
|
|
@ -1,25 +1,57 @@
|
|||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = High Quality
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_nylon
|
||||
quality_type = high
|
||||
weight = 1
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.1
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.2
|
||||
cool_fan_speed = 65
|
||||
cool_fan_speed_max = 65
|
||||
cool_fan_speed_min = 65
|
||||
cool_min_layer_time = 4
|
||||
cool_min_speed = 20
|
||||
speed_print = 55
|
||||
|
||||
brim_width = 4
|
||||
cool_fan_enabled = False
|
||||
cool_fan_full_at_height = 0.45
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_max = 0
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 0
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 24
|
||||
layer_height = 0.10
|
||||
layer_height_0 = 0.10
|
||||
line_width = =machine_nozzle_size
|
||||
material_flow = 100
|
||||
raft_airgap = 0.22
|
||||
raft_base_line_width= =line_width * 2
|
||||
raft_base_thickness = =layer_height_0 * 2
|
||||
raft_interface_line_width = =line_width
|
||||
raft_interface_thickness = =layer_height
|
||||
raft_margin = 5
|
||||
raft_surface_layers = 2
|
||||
raft_surface_line_width = =line_width
|
||||
raft_surface_thickness = =layer_height
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 10
|
||||
skirt_brim_minimal_length = 75
|
||||
skirt_gap = 1.5
|
||||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 70
|
||||
support_type = buildplate
|
||||
support_z_distance = 0.15
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
z_seam_type = random
|
|
@ -1,25 +1,58 @@
|
|||
[general]
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
name = Normal Quality
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
type = quality
|
||||
setting_version = 2
|
||||
material = generic_fabtotum_nylon
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
adhesion_type = raft
|
||||
brim_width = 4
|
||||
cool_fan_enabled = False
|
||||
cool_fan_full_at_height = 0.45
|
||||
cool_fan_speed = 0
|
||||
cool_fan_speed_max = 0
|
||||
cool_fan_speed_min = 0
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 0
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 24
|
||||
layer_height = 0.15
|
||||
layer_height_0 = 0.15
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = 0.3
|
||||
cool_fan_speed = 65
|
||||
cool_fan_speed_max = 65
|
||||
cool_fan_speed_min = 65
|
||||
cool_min_layer_time = 4
|
||||
cool_min_speed = 20
|
||||
speed_print = 55
|
||||
layer_height_0 = 0.10
|
||||
line_width = =machine_nozzle_size
|
||||
material_flow = 100
|
||||
raft_airgap = 0.22
|
||||
raft_base_line_width= =line_width * 2
|
||||
raft_base_thickness = =layer_height_0 * 2
|
||||
raft_interface_line_width = =line_width
|
||||
raft_interface_thickness = =layer_height
|
||||
raft_margin = 5
|
||||
raft_surface_layers = 2
|
||||
raft_surface_line_width = =line_width
|
||||
raft_surface_thickness = =layer_height
|
||||
retraction_hop = 0.5
|
||||
retraction_hop_enabled = False
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 10
|
||||
skirt_brim_minimal_length = 75
|
||||
skirt_gap = 1.5
|
||||
skirt_line_count = 5
|
||||
speed_infill = =speed_print
|
||||
speed_layer_0 = 25
|
||||
speed_print = 50
|
||||
speed_topbottom = 40
|
||||
speed_travel = 200
|
||||
speed_wall_0 = 40
|
||||
speed_wall_x = =speed_print
|
||||
support_angle = 70
|
||||
support_type = buildplate
|
||||
support_z_distance = 0.15
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
z_seam_type = random
|
||||
|
||||
|
|
|
@ -21,5 +21,4 @@ cool_fan_speed_max = 100
|
|||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 60
|
||||
|
||||
|
|
|
@ -21,5 +21,4 @@ cool_fan_speed_max = 100
|
|||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 60
|
||||
|
||||
|
|
|
@ -21,5 +21,4 @@ cool_fan_speed_max = 100
|
|||
cool_fan_speed_min = 100
|
||||
cool_min_layer_time = 5
|
||||
cool_min_speed = 20
|
||||
speed_print = 60
|
||||
|
||||
|
|
16
resources/variants/fabtotum_pro02.inst.cfg
Normal file
16
resources/variants/fabtotum_pro02.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Pro 0.2 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.2
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
16
resources/variants/fabtotum_pro08.inst.cfg
Normal file
16
resources/variants/fabtotum_pro08.inst.cfg
Normal file
|
@ -0,0 +1,16 @@
|
|||
[general]
|
||||
name = Pro 0.8 mm
|
||||
version = 2
|
||||
definition = fabtotum
|
||||
|
||||
[metadata]
|
||||
author = FABtotum
|
||||
type = variant
|
||||
setting_version = 2
|
||||
|
||||
[values]
|
||||
machine_nozzle_size = 0.8
|
||||
retraction_speed = 48
|
||||
retraction_amount = 1.0
|
||||
retraction_count_max = 50
|
||||
retraction_min_travel = 0.1
|
Loading…
Add table
Add a link
Reference in a new issue