mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 06:23:59 -06:00
Merge branch 'master' into libArachne_rebased
Conflicts: resources/definitions/ultimaker2.def.json -> Additions in Arachne around a place where we fixed an enum setting. resources/definitions/ultimaker3.def.json resources/definitions/ultimaker_s3.def.json resources/definitions/ultimaker_s5.def.json
This commit is contained in:
commit
b8ccb32836
342 changed files with 19750 additions and 7653 deletions
|
@ -23,7 +23,6 @@ machine_nozzle_heat_up_speed = 1.6
|
|||
material_print_temperature = =default_material_print_temperature -10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
roofing_layer_count = 2
|
||||
skin_outline_count = 0
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
||||
|
|
|
@ -23,7 +23,6 @@ machine_nozzle_heat_up_speed = 1.6
|
|||
material_print_temperature = =default_material_print_temperature -10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
roofing_layer_count = 2
|
||||
skin_outline_count = 0
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
||||
|
|
|
@ -23,7 +23,6 @@ machine_nozzle_heat_up_speed = 1.6
|
|||
material_print_temperature = =default_material_print_temperature -10
|
||||
material_standby_temperature = 100
|
||||
prime_tower_enable = False
|
||||
roofing_layer_count = 2
|
||||
skin_outline_count = 0
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20 / 50)
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 45
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_wall = 20
|
||||
speed_print = 60
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = 30
|
||||
speed_travel = 120
|
||||
retraction_amount = 3.0
|
||||
retraction_speed = 20
|
||||
retraction_prime_speed = 15
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_abs
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 40
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = =speed_print
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = =speed_print
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = =speed_print
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,32 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = =speed_print
|
||||
retraction_prime_speed = =retraction_speed
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,29 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_antibact_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 40
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_carbon_fiber
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 45
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 20
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 65
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.5
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Stainless Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = 30
|
||||
skirt_brim_speed = 30
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_colorinkjet_pla
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_topbottom = 10
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 50
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_flexible
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_flexible
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_flexible
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_flexible
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_travel = 100
|
||||
infill_sparse_density = 20
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = 0
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_1p0a_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 5.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xeplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_pro_xplus
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.3
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 7.0
|
||||
retraction_speed = 15
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_jr_w_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 4.0
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_metallic_pla
|
||||
variant = Hardened Steel 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 10
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 6.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_nylon
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 0
|
||||
brim_width = 5.0
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Draft Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = draft
|
||||
weight = -2
|
||||
material = xyzprinting_nylon
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.3
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 0
|
||||
brim_width = 5.0
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Fine Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = fine
|
||||
weight = 0
|
||||
material = xyzprinting_nylon
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.1
|
||||
layer_height_0 = 0.2
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 0
|
||||
brim_width = 5.0
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal Quality
|
||||
definition = xyzprinting_da_vinci_super
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = normal
|
||||
weight = -1
|
||||
material = xyzprinting_nylon
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
layer_height_0 = 0.35
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_infill = 60
|
||||
speed_support = =speed_print
|
||||
speed_travel = 120
|
||||
retraction_amount = 8.0
|
||||
retraction_speed = =speed_print
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 0
|
||||
brim_width = 5.0
|
|
@ -0,0 +1,31 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Coarse Quality
|
||||
definition = xyzprinting_da_vinci_1p0_pro
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = coarse
|
||||
weight = -3
|
||||
material = xyzprinting_petg
|
||||
variant = Copper 0.4mm Nozzle
|
||||
|
||||
[values]
|
||||
layer_height = 0.4
|
||||
layer_height_0 = 0.4
|
||||
material_diameter = 1.75
|
||||
material_bed_temperature_layer_0 = =material_bed_temperature
|
||||
material_print_temperature_layer_0 = =material_print_temperature
|
||||
material_initial_print_temperature = =material_print_temperature
|
||||
material_final_print_temperature = =material_print_temperature
|
||||
speed_print = 30
|
||||
speed_wall = =speed_print
|
||||
speed_topbottom = 20
|
||||
speed_infill = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_travel = 100
|
||||
retraction_amount = 5.5
|
||||
retraction_speed = 25
|
||||
skirt_brim_speed = =speed_print
|
||||
infill_sparse_density = 10
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue