mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Merge branch 'zyyx_profile_addition' of https://github.com/theodorhansson/Cura into zyyx_profile_addition
This commit is contained in:
commit
5536133b81
@ -1,19 +1,20 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Draft
|
||||
definition = zyyx_plus
|
||||
name = Draft
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = fast
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
adhesion_type = brim
|
||||
infill_sparse_density = 10
|
||||
layer_height = 0.3
|
||||
raft_airgap = 0.15
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
@ -22,3 +23,4 @@ speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
top_bottom_thickness = 0.9
|
||||
wall_thickness = 0.8
|
||||
|
||||
|
@ -1,19 +1,19 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fast
|
||||
definition = zyyx_plus
|
||||
name = Fast
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = fast
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fast
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
adhesion_type = brim
|
||||
infill_sparse_density = 10
|
||||
layer_height = 0.2
|
||||
raft_airgap = 0.15
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
@ -21,4 +21,5 @@ speed_print = 55
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
top_bottom_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
wall_thickness = 0.8
|
||||
|
||||
|
@ -1,20 +1,20 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Fine
|
||||
definition = zyyx_plus
|
||||
name = Fine
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = fine
|
||||
setting_version = 1
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
infill_pattern = gyroid
|
||||
adhesion_type = brim
|
||||
infill_pattern = gyroid
|
||||
infill_sparse_density = 15
|
||||
layer_height = 0.1
|
||||
raft_airgap = 0.15
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
@ -22,4 +22,5 @@ speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
top_bottom_thickness = 1.0
|
||||
wall_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
|
||||
|
@ -1,20 +1,20 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = zyyx_plus
|
||||
name = Normal
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
global_quality = True
|
||||
quality_type = normal
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.15
|
||||
infill_pattern = gyroid
|
||||
adhesion_type = brim
|
||||
infill_pattern = gyroid
|
||||
infill_sparse_density = 15
|
||||
layer_height = 0.15
|
||||
raft_airgap = 0.15
|
||||
retraction_amount = 1.2
|
||||
retraction_speed = 20
|
||||
@ -22,4 +22,5 @@ speed_print = 50
|
||||
speed_wall = =math.ceil(speed_print * 22 / 50)
|
||||
speed_wall_x = =math.ceil(speed_print * 33 / 50)
|
||||
top_bottom_thickness = 1.0
|
||||
wall_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user