mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Applied printer-linter format
To make sure we have uniform diffs with our PR's
This commit is contained in:
parent
6b810fbd6c
commit
53d8e0c730
5530 changed files with 60706 additions and 61918 deletions
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_absx
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 19 * layer_height
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 65
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 100
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 100
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 50
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 65
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_absx
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 96
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 96
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 55
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_absx
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_absx
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 91
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_flow = 91
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 60
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_abs
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_abs
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 19 * layer_height
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 65
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 100
|
||||
material_print_temperature = =default_material_print_temperature + 1
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 100
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 50
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 65
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_abs
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_abs
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 96
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 1
|
||||
material_flow = 96
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 55
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_abs
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_abs
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 91
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature +3
|
||||
material_flow = 91
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 60
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_acetate
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_acetate
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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.4
|
||||
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 * 33/50)
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/50)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 10 * layer_height
|
||||
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 + 10 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 98
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 98
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/50)
|
||||
speed_print = 50
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 33/50)
|
||||
speed_wall = =math.ceil(speed_print * 37/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_acetate
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_acetate
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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.4
|
||||
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 * 37/55)
|
||||
speed_layer_0 = =math.ceil(speed_print * 27/55)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 7 * layer_height
|
||||
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 + 7 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 95
|
||||
material_print_temperature = =default_material_print_temperature + 2
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 0
|
||||
material_flow = 95
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 27/55)
|
||||
speed_print = 55
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 40/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_acetate
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_acetate
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 60
|
||||
speed_wall = =math.ceil(speed_print * 45/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/45)
|
||||
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_full_at_height = =layer_height_0 + 5 * layer_height
|
||||
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 + 5 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 93
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 93
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 60
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 45/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/45)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_asax
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_asax
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 19 * layer_height
|
||||
cool_fan_speed = 40
|
||||
cool_fan_speed_max = 75
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 65
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 100
|
||||
material_print_temperature = =default_material_print_temperature + 1
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 100
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 50
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 65
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
support_xy_distance = =line_width * 1.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_asax
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_asax
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
cool_fan_speed = 40
|
||||
cool_fan_speed_max = 75
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 96
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_flow = 96
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 55
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
support_xy_distance = =line_width * 1.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_asax
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_asax
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
cool_fan_speed = 40
|
||||
cool_fan_speed_max = 75
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 91
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 7
|
||||
material_flow = 91
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 60
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
support_xy_distance = =line_width * 1.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 1
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_bvoh
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_bvoh
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_bvoh
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_bvoh
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,62 +1,63 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_copa
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_copa
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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
|
||||
wall_line_count = 3
|
||||
speed_print = 35
|
||||
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
|
||||
bridge_fan_speed = 80
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 80
|
||||
bridge_skin_material_flow = 60
|
||||
bridge_skin_speed = 8
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_wall_speed = 8
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 20
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_speed = 2
|
||||
cool_lift_head = True
|
||||
support_angle = 45
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 2
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_final_print_temperature = =default_material_print_temperature
|
||||
material_flow = 91
|
||||
skin_material_flow = 92
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
meshfix_maximum_resolution = 0.5
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_material_flow = 92
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 35
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 45
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_speed = 8
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_skin_speed = 8
|
||||
bridge_skin_material_flow = 60
|
||||
bridge_skin_density = 80
|
||||
bridge_fan_speed = 80
|
||||
meshfix_maximum_resolution = 0.5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_count = 3
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,62 +1,63 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_copa
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_copa
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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
|
||||
wall_line_count = 3
|
||||
speed_print = 35
|
||||
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
|
||||
bridge_fan_speed = 80
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 80
|
||||
bridge_skin_material_flow = 60
|
||||
bridge_skin_speed = 8
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_wall_speed = 8
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 20
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_speed = 2
|
||||
cool_lift_head = True
|
||||
support_angle = 60
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 2
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_final_print_temperature = =default_material_print_temperature
|
||||
material_flow = 91
|
||||
skin_material_flow = 92
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
meshfix_maximum_resolution = 0.5
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_material_flow = 92
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 35
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_speed = 8
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_skin_speed = 8
|
||||
bridge_skin_material_flow = 60
|
||||
bridge_skin_density = 80
|
||||
bridge_fan_speed = 80
|
||||
meshfix_maximum_resolution = 0.5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_count = 3
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,62 +1,63 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_copa
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_copa
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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
|
||||
wall_line_count = 3
|
||||
speed_print = 35
|
||||
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
|
||||
bridge_fan_speed = 80
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 80
|
||||
bridge_skin_material_flow = 60
|
||||
bridge_skin_speed = 8
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_wall_speed = 8
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 20
|
||||
cool_fan_speed_max = 80
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_speed = 2
|
||||
cool_lift_head = True
|
||||
support_angle = 60
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 2
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_final_print_temperature = =default_material_print_temperature
|
||||
material_flow = 91
|
||||
skin_material_flow = 92
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
meshfix_maximum_resolution = 0.5
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_material_flow = 92
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 35
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_speed = 8
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_skin_speed = 8
|
||||
bridge_skin_material_flow = 60
|
||||
bridge_skin_density = 80
|
||||
bridge_fan_speed = 80
|
||||
meshfix_maximum_resolution = 0.5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_count = 3
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_hips
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_hips
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_hips
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_hips
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_hips
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_hips
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,61 +1,60 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pc
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_pc
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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 = 35
|
||||
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
|
||||
adhesion_type = brim
|
||||
bridge_fan_speed = 100
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 80
|
||||
bridge_skin_material_flow = 100
|
||||
bridge_skin_speed = 12.5
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_wall_speed = 12
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 10
|
||||
cool_fan_speed_max = 10
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_speed = 12
|
||||
support_angle = 60
|
||||
cool_lift_head = true
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 12
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 88
|
||||
material_print_temperature = 260
|
||||
material_print_temperature_layer_0 = 265
|
||||
material_flow = 88
|
||||
wall_line_count = 3
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_speed = 30
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_speed = 30
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 35
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
adhesion_type = brim
|
||||
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_speed = 12
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_skin_speed = 12.5
|
||||
bridge_skin_material_flow = 100
|
||||
bridge_skin_density = 80
|
||||
bridge_fan_speed = 100
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_count = 3
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,61 +1,60 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pc
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_pc
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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 = 35
|
||||
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
|
||||
adhesion_type = brim
|
||||
bridge_fan_speed = 100
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 80
|
||||
bridge_skin_material_flow = 100
|
||||
bridge_skin_speed = 12.5
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_wall_speed = 12
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 10
|
||||
cool_fan_speed_max = 10
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_speed = 12
|
||||
cool_lift_head = true
|
||||
support_angle = 60
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 12
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 88
|
||||
material_print_temperature = 270
|
||||
material_print_temperature_layer_0 = 275
|
||||
material_flow = 88
|
||||
wall_line_count = 3
|
||||
retraction_speed = 30
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_speed = 30
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 35
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_count = 3
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
adhesion_type = brim
|
||||
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_speed = 12
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_skin_speed = 12.5
|
||||
bridge_skin_material_flow = 100
|
||||
bridge_skin_density = 80
|
||||
bridge_fan_speed = 100
|
||||
|
|
|
@ -1,61 +1,60 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pc
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_pc
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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 = 35
|
||||
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
|
||||
adhesion_type = brim
|
||||
bridge_fan_speed = 100
|
||||
bridge_settings_enabled = True
|
||||
bridge_skin_density = 80
|
||||
bridge_skin_material_flow = 100
|
||||
bridge_skin_speed = 12.5
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_wall_speed = 12
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 10
|
||||
cool_fan_speed_max = 10
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_speed = 12
|
||||
support_angle = 60
|
||||
cool_lift_head = true
|
||||
cool_min_layer_time = 2
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 12
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 88
|
||||
material_print_temperature = 270
|
||||
material_print_temperature_layer_0 = 275
|
||||
material_flow = 88
|
||||
wall_line_count = 3
|
||||
retraction_speed = 30
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_speed = 30
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 35
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_count = 3
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
adhesion_type = brim
|
||||
|
||||
bridge_settings_enabled = True
|
||||
bridge_wall_coast = 50
|
||||
bridge_wall_speed = 12
|
||||
bridge_wall_material_flow = 50
|
||||
bridge_skin_speed = 12.5
|
||||
bridge_skin_material_flow = 100
|
||||
bridge_skin_density = 80
|
||||
bridge_fan_speed = 100
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_petg
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_petg
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 3 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 3 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 65
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 98
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 98
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 50
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 65
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_petg
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_petg
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 3 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 3 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 95
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 95
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 55
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_petg
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_petg
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 3 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 3 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 91
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature +5
|
||||
material_flow = 91
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 60
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pla
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_pla
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
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 + 2 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 65
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 98
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature -5
|
||||
material_flow = 98
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 50
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 65
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pla
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_pla
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
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 + 2 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 60
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 95
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 95
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 55
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pla
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_pla
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
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 + 2 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 91
|
||||
material_print_temperature = =default_material_print_temperature + 10
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_flow = 91
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 60
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,55 +1,56 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pla_hr_870
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_pla_hr_870
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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
|
||||
wall_line_count = 3
|
||||
speed_print = 30
|
||||
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_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_lift_head = True
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 4
|
||||
support_angle = 65
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 10
|
||||
material_initial_print_temperature = =default_material_print_temperature + 5
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_final_print_temperature = =default_material_print_temperature + 5
|
||||
material_flow = 91
|
||||
skin_material_flow = 92
|
||||
material_initial_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 10
|
||||
meshfix_maximum_deviation = 0.04
|
||||
meshfix_maximum_resolution = 0.5
|
||||
prime_tower_enable = True
|
||||
retraction_amount = 2
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_material_flow = 92
|
||||
skin_overlap = 10
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/50)
|
||||
speed_print = 30
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 35/50)
|
||||
speed_wall = =math.ceil(speed_print * 35/50)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/35)
|
||||
support_angle = 65
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
meshfix_maximum_resolution = 0.5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
cool_lift_head = True
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_count = 3
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,54 +1,55 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pla_hr_870
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_pla_hr_870
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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 = 40
|
||||
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_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_lift_head = True
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 4
|
||||
support_angle = 60
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_final_print_temperature = =default_material_print_temperature
|
||||
material_flow = 91
|
||||
skin_material_flow = 92
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
meshfix_maximum_resolution = 0.5
|
||||
prime_tower_enable = True
|
||||
retraction_amount = 2
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_material_flow = 92
|
||||
skin_overlap = 15
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 25/55)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 37/55)
|
||||
speed_wall = =math.ceil(speed_print * 37/55)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 33/37)
|
||||
support_angle = 60
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
meshfix_maximum_resolution = 0.5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
cool_lift_head = True
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,54 +1,55 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pla_hr_870
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_pla_hr_870
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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 = 40
|
||||
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_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_fan_speed = 100
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_lift_head = True
|
||||
cool_min_layer_time = 2
|
||||
cool_fan_full_at_height = =layer_height_0 + 2 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 4
|
||||
support_angle = 55
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_final_print_temperature = =default_material_print_temperature
|
||||
material_flow = 91
|
||||
skin_material_flow = 92
|
||||
material_initial_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
meshfix_maximum_resolution = 0.5
|
||||
prime_tower_enable = True
|
||||
retraction_amount = 2
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_material_flow = 92
|
||||
skin_overlap = 20
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 30/60)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 40/60)
|
||||
speed_wall = =math.ceil(speed_print * 40/60)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 35/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 1
|
||||
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
|
||||
meshfix_maximum_resolution = 0.5
|
||||
meshfix_maximum_deviation = 0.04
|
||||
cool_lift_head = True
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.35
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.3
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
[general]
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pva-m
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_pva-m
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pva-m
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_pva-m
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pva-m
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_pva-m
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pva-s
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_pva-s
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 14 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 10
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pva-s
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_pva-s
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 9 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 15
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,50 +1,51 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_pva-s
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_pva-s
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[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.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 2
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 55
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
material_flow = 97
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 97
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.1
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 20
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 2
|
||||
speed_topbottom = =math.ceil(speed_print * 20/40)
|
||||
speed_wall = =math.ceil(speed_print * 30/40)
|
||||
speed_wall_0 = =math.ceil(speed_wall * 30/40)
|
||||
support_angle = 55
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_bottom_stair_step_height = 0
|
||||
support_bottom_stair_step_width = 0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
support_bottom_distance = =support_z_distance
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_interface_density = 100
|
||||
support_offset = 3
|
||||
support_pattern = grid
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_xy_distance = =line_width * 0.5
|
||||
support_xy_distance_overhang = =line_width*0
|
||||
support_z_distance = =layer_height-layer_height
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.4
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = A
|
||||
definition = strateo3d
|
||||
name = A
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_tpu98a
|
||||
quality_type = a
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = a
|
||||
weight = 1
|
||||
material = emotiontech_tpu98a
|
||||
variant = Standard 0.4
|
||||
weight = 1
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 30
|
||||
speed_wall = =math.ceil(speed_print * 30/30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25/30)
|
||||
speed_topbottom = =math.ceil(speed_print * 25/30)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/30)
|
||||
speed_slowdown_layers = 1
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
layer_height_0 = =round(0.5*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
material_flow = 107
|
||||
material_print_temperature = =default_material_print_temperature + 3
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature - 3
|
||||
material_flow = 107
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.2
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/30)
|
||||
speed_print = 30
|
||||
speed_slowdown_layers = 1
|
||||
speed_topbottom = =math.ceil(speed_print * 25/30)
|
||||
speed_wall = =math.ceil(speed_print * 30/30)
|
||||
speed_wall_0 = =math.ceil(speed_print * 25/30)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 0.5
|
||||
support_xy_distance = =line_width * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 0.5
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = B
|
||||
definition = strateo3d
|
||||
name = B
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_tpu98a
|
||||
quality_type = b
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = b
|
||||
weight = 0
|
||||
material = emotiontech_tpu98a
|
||||
variant = Standard 0.4
|
||||
weight = 0
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 35
|
||||
speed_wall = =math.ceil(speed_print * 35/35)
|
||||
speed_wall_0 = =math.ceil(speed_print * 27/35)
|
||||
speed_topbottom = =math.ceil(speed_print * 25/35)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/35)
|
||||
speed_slowdown_layers = 1
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
layer_height_0 = =round(0.67*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
material_flow = 103
|
||||
material_print_temperature = =default_material_print_temperature + 5
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature
|
||||
material_flow = 103
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.2
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/35)
|
||||
speed_print = 35
|
||||
speed_slowdown_layers = 1
|
||||
speed_topbottom = =math.ceil(speed_print * 25/35)
|
||||
speed_wall = =math.ceil(speed_print * 35/35)
|
||||
speed_wall_0 = =math.ceil(speed_print * 27/35)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 0.5
|
||||
support_xy_distance = =line_width * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 0.5
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
|
||||
|
|
|
@ -1,47 +1,48 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = C
|
||||
definition = strateo3d
|
||||
name = C
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
material = emotiontech_tpu98a
|
||||
quality_type = c
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = c
|
||||
weight = -1
|
||||
material = emotiontech_tpu98a
|
||||
variant = Standard 0.4
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
speed_print = 40
|
||||
speed_wall = =math.ceil(speed_print * 40/40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 30/40)
|
||||
speed_topbottom = =math.ceil(speed_print * 27/40)
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_slowdown_layers = 1
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_at_height = =layer_height_0 + 4 * layer_height
|
||||
cool_fan_speed = 50
|
||||
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 + 4 * layer_height
|
||||
cool_min_layer_time_fan_speed_max = 20
|
||||
cool_min_speed = 10
|
||||
support_angle = 50
|
||||
layer_height_0 = =round(0.75*machine_nozzle_size, 2)
|
||||
line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
material_flow = 101
|
||||
material_print_temperature = =default_material_print_temperature + 7
|
||||
material_print_temperature_layer_0 = =default_material_print_temperature + 3
|
||||
material_flow = 101
|
||||
prime_tower_enable = True
|
||||
retraction_extra_prime_amount = 0.2
|
||||
retraction_min_travel = =3*line_width
|
||||
retraction_hop_only_when_collides = False
|
||||
retraction_min_travel = =3*line_width
|
||||
skin_overlap = 5
|
||||
support_z_distance = =layer_height*2
|
||||
speed_layer_0 = =math.ceil(speed_print * 20/40)
|
||||
speed_print = 40
|
||||
speed_slowdown_layers = 1
|
||||
speed_topbottom = =math.ceil(speed_print * 27/40)
|
||||
speed_wall = =math.ceil(speed_print * 40/40)
|
||||
speed_wall_0 = =math.ceil(speed_print * 30/40)
|
||||
support_angle = 50
|
||||
support_bottom_distance = =support_z_distance*0.5
|
||||
support_interface_density = 100
|
||||
support_offset = 0.5
|
||||
support_xy_distance = =line_width * 2.5
|
||||
support_xy_distance_overhang = =wall_line_width_0
|
||||
support_offset = 0.5
|
||||
support_interface_density = 100
|
||||
prime_tower_enable = True
|
||||
support_z_distance = =layer_height*2
|
||||
wall_0_wipe_dist = =machine_nozzle_size/2
|
||||
wall_line_width = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
wall_line_width_x = =machine_nozzle_size/machine_nozzle_size*0.38
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue