mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Merge pull request #7996 from eMotion-Tech/master
New_fixed_Strateo3D_pull_request
This commit is contained in:
commit
141ad8ff1d
27 changed files with 446 additions and 23 deletions
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.4
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 50
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 19 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 65
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 100
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 1.7
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.4
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 55
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 96
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 1.7
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.4
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 60
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_flow = 91
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 1.7
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -31,7 +31,7 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 19 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 65
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature + 1
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 100
|
||||
retraction_extra_prime_amount = 0.1
|
||||
|
|
|
@ -31,8 +31,8 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 1
|
||||
material_flow = 96
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
|
|
|
@ -31,8 +31,8 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature +5
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature +3
|
||||
material_flow = 91
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
|
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_pva-oks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.4
|
||||
|
||||
[values]
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_pva-oks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.4
|
||||
|
||||
[values]
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_pva-oks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.4
|
||||
|
||||
[values]
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.6
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.6
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 50
|
||||
speed_wall = =math.ceil(speed_print * 37/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 27/43)
|
||||
speed_topbottom = =math.ceil(speed_print * 33/50)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 100
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 1.7
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = 0
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.6
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.6
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 55
|
||||
speed_wall = =math.ceil(speed_print * 40/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 35/55)
|
||||
speed_layer_0 = =math.ceil(speed_print * 23/55)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 98
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 1.7
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = D
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = d
|
||||
weight = -1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.6
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.6
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.55
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.5
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 60
|
||||
speed_wall = =math.ceil(speed_print * 43/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/43)
|
||||
speed_topbottom = =math.ceil(speed_print * 37/60)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/60)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 45
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_flow = 96
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 1.7
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -31,7 +31,7 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature + 1
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 100
|
||||
retraction_extra_prime_amount = 0.1
|
||||
|
|
|
@ -31,8 +31,8 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 1
|
||||
material_flow = 98
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
|
|
|
@ -31,8 +31,8 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 45
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature +5
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 96
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
|
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = b
|
||||
weight = 1
|
||||
material = emotiontech_pva-oks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.6
|
||||
|
||||
[values]
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = c
|
||||
weight = 0
|
||||
material = emotiontech_pva-oks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.6
|
||||
|
||||
[values]
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = d
|
||||
weight = -1
|
||||
material = emotiontech_pva-oks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.6
|
||||
|
||||
[values]
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = 1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.8
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.8
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 50
|
||||
speed_wall = =math.ceil(speed_print * 37/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/37)
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/50)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 1
|
||||
material_flow = 97
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_min_travel = =2*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =layer_height
|
||||
support_xy_distance = =line_width * 2
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = D
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = d
|
||||
weight = 0
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.8
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.8
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 50
|
||||
speed_wall = =math.ceil(speed_print * 37/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/37)
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/50)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
material_print_temperature = =default_material_print_temperature + 7
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 96
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_min_travel = =2*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =layer_height
|
||||
support_xy_distance = =line_width * 2
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -0,0 +1,47 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = E
|
||||
definition = strateo3d
|
||||
|
||||
[metadata]
|
||||
setting_version = 15
|
||||
type = quality
|
||||
quality_type = e
|
||||
weight = -1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.8
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.8
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.75
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.75
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 50
|
||||
speed_wall = =math.ceil(speed_print * 37/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/37)
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/50)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_speed = 35
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 11
|
||||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 45
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_flow = 95
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_min_travel = =2*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height
|
||||
support_bottom_distance = =layer_height
|
||||
support_xy_distance = =line_width * 2
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
|
@ -31,7 +31,7 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
retraction_extra_prime_amount = 0.5
|
||||
|
|
|
@ -32,7 +32,7 @@ cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
|||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 2
|
||||
material_flow = 96
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_min_travel = =2*line_width
|
||||
|
|
|
@ -31,8 +31,8 @@ cool_min_layer_time = 11
|
|||
cool_fan_full_at_height = =layer_height_0 + 6 * layer_height
|
||||
cool_min_speed = 10
|
||||
support_angle = 45
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature +5
|
||||
material_print_temperature = =default_material_print_temperature + 7
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_flow = 95
|
||||
retraction_extra_prime_amount = 0.5
|
||||
retraction_min_travel = =2*line_width
|
||||
|
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = c
|
||||
weight = 1
|
||||
material = emotiontech_pvaoks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.8
|
||||
|
||||
[values]
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = d
|
||||
weight = 0
|
||||
material = emotiontech_pvaoks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.8
|
||||
|
||||
[values]
|
|
@ -8,7 +8,7 @@ setting_version = 15
|
|||
type = quality
|
||||
quality_type = e
|
||||
weight = -1
|
||||
material = emotiontech_pvaoks
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.8
|
||||
|
||||
[values]
|
Loading…
Add table
Add a link
Reference in a new issue