print: update
This commit is contained in:
parent
2cdfee0426
commit
1213849357
4 changed files with 483 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
# generated by SuperSlicer 2.3.57 on 2021-11-21 at 15:06:29 UTC
|
||||
# generated by SuperSlicer 2.3.57 on 2021-12-30 at 20:13:01 UTC
|
||||
allow_empty_layers = 0
|
||||
avoid_crossing_not_first_layer = 1
|
||||
avoid_crossing_perimeters = 0
|
||||
|
@ -10,6 +10,7 @@ bridge_acceleration = 3000
|
|||
bridge_angle = 0
|
||||
bridge_flow_ratio = 100%
|
||||
bridge_overlap = 100%
|
||||
bridge_overlap_min = 80%
|
||||
bridge_speed = 60
|
||||
bridge_speed_internal = 150%
|
||||
bridged_infill_margin = 200%
|
||||
|
@ -127,7 +128,7 @@ only_one_perimeter_top = 1
|
|||
only_one_perimeter_top_other_algo = 0
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}N_{layer_height}L_{extrusion_multiplier}E_{filament_type[0]}_{print_time}.gcode
|
||||
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}N_{layer_height}L_{fill_density}F_{extrusion_multiplier}E_{filament_type[0]}_{print_time}.gcode
|
||||
over_bridge_flow_ratio = 120%
|
||||
overhangs_reverse = 0
|
||||
overhangs_reverse_threshold = 250%
|
||||
|
@ -144,7 +145,7 @@ perimeter_loop_seam = rear
|
|||
perimeter_overlap = 100%
|
||||
perimeter_round_corners = 0
|
||||
perimeter_speed = 120
|
||||
perimeters = 4
|
||||
perimeters = 3
|
||||
post_process =
|
||||
print_custom_variables =
|
||||
print_extrusion_multiplier = 100%
|
||||
|
@ -154,6 +155,7 @@ print_settings_id = xk_0.2mm-0.4nozzle
|
|||
print_temperature = 0
|
||||
raft_layers = 0
|
||||
resolution = 0.002
|
||||
resolution_internal = 0.2
|
||||
seam_angle_cost = 100%
|
||||
seam_position = aligned
|
||||
seam_travel_cost = 100%
|
||||
|
@ -225,7 +227,7 @@ wipe_tower_brim = 80%
|
|||
wipe_tower_no_sparse_layers = 1
|
||||
wipe_tower_rotation_angle = 0
|
||||
wipe_tower_width = 60
|
||||
wipe_tower_x = 30.6406
|
||||
wipe_tower_y = 105.997
|
||||
wipe_tower_x = 30
|
||||
wipe_tower_y = 30
|
||||
xy_inner_size_compensation = 0
|
||||
xy_size_compensation = 0
|
|
@ -1,4 +1,4 @@
|
|||
# generated by SuperSlicer 2.3.57 on 2021-11-22 at 21:09:59 UTC
|
||||
# generated by SuperSlicer 2.3.57 on 2021-11-26 at 08:13:50 UTC
|
||||
allow_empty_layers = 0
|
||||
avoid_crossing_not_first_layer = 1
|
||||
avoid_crossing_perimeters = 0
|
||||
|
@ -10,6 +10,7 @@ bridge_acceleration = 3000
|
|||
bridge_angle = 0
|
||||
bridge_flow_ratio = 100%
|
||||
bridge_overlap = 100%
|
||||
bridge_overlap_min = 80%
|
||||
bridge_speed = 60
|
||||
bridge_speed_internal = 150%
|
||||
bridged_infill_margin = 200%
|
||||
|
@ -44,7 +45,7 @@ external_perimeter_cut_corners = 0%
|
|||
external_perimeter_extrusion_spacing =
|
||||
external_perimeter_extrusion_width = 100%
|
||||
external_perimeter_overlap = 100%
|
||||
external_perimeter_speed = 60
|
||||
external_perimeter_speed = 50%
|
||||
external_perimeters_first = 0
|
||||
external_perimeters_hole = 1
|
||||
external_perimeters_nothole = 1
|
||||
|
@ -65,9 +66,9 @@ fill_smooth_width = 50%
|
|||
fill_top_flow_ratio = 100%
|
||||
first_layer_acceleration = 2000
|
||||
first_layer_extrusion_spacing =
|
||||
first_layer_extrusion_width = 105%
|
||||
first_layer_extrusion_width = 120%
|
||||
first_layer_flow_ratio = 100%
|
||||
first_layer_height = 60%
|
||||
first_layer_height = 75%
|
||||
first_layer_infill_speed = 60
|
||||
first_layer_min_speed = 0
|
||||
first_layer_size_compensation = -0.1
|
||||
|
@ -127,7 +128,7 @@ only_one_perimeter_top = 1
|
|||
only_one_perimeter_top_other_algo = 0
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}N_{layer_height}L_{extrusion_multiplier}E_{filament_type[0]}_{print_time}.gcode
|
||||
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}N_{layer_height}L_{fill_density}F_{extrusion_multiplier}E_{filament_type[0]}_{print_time}.gcode
|
||||
over_bridge_flow_ratio = 120%
|
||||
overhangs_reverse = 0
|
||||
overhangs_reverse_threshold = 250%
|
||||
|
@ -144,7 +145,7 @@ perimeter_loop_seam = rear
|
|||
perimeter_overlap = 100%
|
||||
perimeter_round_corners = 0
|
||||
perimeter_speed = 90
|
||||
perimeters = 4
|
||||
perimeters = 3
|
||||
post_process =
|
||||
print_custom_variables =
|
||||
print_extrusion_multiplier = 100%
|
||||
|
@ -154,6 +155,7 @@ print_settings_id = xk_0.2mm-0.4nozzle
|
|||
print_temperature = 0
|
||||
raft_layers = 0
|
||||
resolution = 0.002
|
||||
resolution_internal = 0.2
|
||||
seam_angle_cost = 100%
|
||||
seam_position = aligned
|
||||
seam_travel_cost = 100%
|
||||
|
@ -225,7 +227,7 @@ wipe_tower_brim = 80%
|
|||
wipe_tower_no_sparse_layers = 1
|
||||
wipe_tower_rotation_angle = 0
|
||||
wipe_tower_width = 60
|
||||
wipe_tower_x = 56.5035
|
||||
wipe_tower_y = 103.036
|
||||
wipe_tower_x = 30
|
||||
wipe_tower_y = 30
|
||||
xy_inner_size_compensation = 0
|
||||
xy_size_compensation = 0
|
233
print/xk-v2_0.6N_0.3L.ini
Normal file
233
print/xk-v2_0.6N_0.3L.ini
Normal file
|
@ -0,0 +1,233 @@
|
|||
# generated by SuperSlicer 2.3.57 on 2021-11-25 at 21:44:56 UTC
|
||||
allow_empty_layers = 0
|
||||
avoid_crossing_not_first_layer = 1
|
||||
avoid_crossing_perimeters = 0
|
||||
avoid_crossing_perimeters_max_detour = 0
|
||||
bottom_fill_pattern = monotonic
|
||||
bottom_solid_layers = 3
|
||||
bottom_solid_min_thickness = 0
|
||||
bridge_acceleration = 3000
|
||||
bridge_angle = 0
|
||||
bridge_flow_ratio = 100%
|
||||
bridge_overlap = 100%
|
||||
bridge_overlap_min = 80%
|
||||
bridge_speed = 60
|
||||
bridge_speed_internal = 150%
|
||||
bridged_infill_margin = 200%
|
||||
brim_ears = 0
|
||||
brim_ears_detection_length = 1
|
||||
brim_ears_max_angle = 120
|
||||
brim_ears_pattern = concentric
|
||||
brim_inside_holes = 0
|
||||
brim_offset = 0
|
||||
brim_width = 0
|
||||
brim_width_interior = 0
|
||||
clip_multipart_objects = 1
|
||||
compatible_printers =
|
||||
compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.6
|
||||
complete_objects = 0
|
||||
complete_objects_one_brim = 0
|
||||
complete_objects_one_skirt = 0
|
||||
complete_objects_sort = object
|
||||
curve_smoothing_angle_concave = 0
|
||||
curve_smoothing_angle_convex = 0
|
||||
curve_smoothing_cutoff_dist = 2
|
||||
curve_smoothing_precision = 0
|
||||
default_acceleration = 3000
|
||||
dont_support_bridges = 1
|
||||
draft_shield = 0
|
||||
duplicate_distance = 5
|
||||
enforce_full_fill_volume = 1
|
||||
ensure_vertical_shell_thickness = 1
|
||||
exact_last_layer_height = 0
|
||||
external_infill_margin = 150%
|
||||
external_perimeter_cut_corners = 0%
|
||||
external_perimeter_extrusion_spacing =
|
||||
external_perimeter_extrusion_width = 100%
|
||||
external_perimeter_overlap = 100%
|
||||
external_perimeter_speed = 50%
|
||||
external_perimeters_first = 0
|
||||
external_perimeters_hole = 1
|
||||
external_perimeters_nothole = 1
|
||||
external_perimeters_vase = 0
|
||||
extra_perimeters = 0
|
||||
extra_perimeters_odd_layers = 0
|
||||
extra_perimeters_overhangs = 0
|
||||
extruder_clearance_height = 2
|
||||
extruder_clearance_radius = 50
|
||||
extrusion_spacing =
|
||||
extrusion_width = 100%
|
||||
fill_angle = 45
|
||||
fill_angle_increment = 0
|
||||
fill_density = 13%
|
||||
fill_pattern = gyroid
|
||||
fill_smooth_distribution = 14%
|
||||
fill_smooth_width = 50%
|
||||
fill_top_flow_ratio = 100%
|
||||
first_layer_acceleration = 2000
|
||||
first_layer_extrusion_spacing =
|
||||
first_layer_extrusion_width = 105%
|
||||
first_layer_flow_ratio = 100%
|
||||
first_layer_height = 60%
|
||||
first_layer_infill_speed = 60
|
||||
first_layer_min_speed = 0
|
||||
first_layer_size_compensation = -0.1
|
||||
first_layer_size_compensation_layers = 1
|
||||
first_layer_speed = 40
|
||||
gap_fill = 1
|
||||
gap_fill_last = 1
|
||||
gap_fill_min_area = 100%
|
||||
gap_fill_overlap = 100%
|
||||
gap_fill_speed = 40
|
||||
gcode_comments = 0
|
||||
gcode_label_objects = 1
|
||||
hole_size_compensation = -0.05
|
||||
hole_size_threshold = 100
|
||||
hole_to_polyhole = 0
|
||||
hole_to_polyhole_threshold = 0.01
|
||||
hole_to_polyhole_twisted = 1
|
||||
infill_acceleration = 3000
|
||||
infill_anchor = 600%
|
||||
infill_anchor_max = 0
|
||||
infill_connection = connected
|
||||
infill_connection_bottom = connected
|
||||
infill_connection_solid = connected
|
||||
infill_connection_top = connected
|
||||
infill_dense = 1
|
||||
infill_dense_algo = autosmall
|
||||
infill_every_layers = 1
|
||||
infill_extruder = 1
|
||||
infill_extrusion_spacing =
|
||||
infill_extrusion_width = 120%
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 0
|
||||
infill_overlap = 50%
|
||||
infill_speed = 160
|
||||
inherits =
|
||||
interface_shells = 0
|
||||
ironing = 0
|
||||
ironing_angle = -1
|
||||
ironing_flowrate = 15%
|
||||
ironing_spacing = 0.1
|
||||
ironing_speed = 15
|
||||
ironing_type = top
|
||||
layer_height = 0.3
|
||||
max_print_speed = 300
|
||||
max_volumetric_speed = 0
|
||||
milling_after_z = 200%
|
||||
milling_extra_size = 150%
|
||||
milling_post_process = 0
|
||||
milling_speed = 30
|
||||
min_skirt_length = 0
|
||||
min_width_top_surface = 200%
|
||||
model_precision = 0.0001
|
||||
no_perimeter_unsupported_algo = none
|
||||
notes = TODO: check the size of the extruder and the y-bar clearance. Optimize & test supports.
|
||||
only_one_perimeter_first_layer = 0
|
||||
only_one_perimeter_top = 1
|
||||
only_one_perimeter_top_other_algo = 0
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}N_{layer_height}L_{fill_density}F_{extrusion_multiplier}E_{filament_type[0]}_{print_time}.gcode
|
||||
over_bridge_flow_ratio = 120%
|
||||
overhangs_reverse = 0
|
||||
overhangs_reverse_threshold = 250%
|
||||
overhangs_speed = 40
|
||||
overhangs_width = 75%
|
||||
overhangs_width_speed = 50%
|
||||
perimeter_acceleration = 3000
|
||||
perimeter_bonding = 0%
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_spacing =
|
||||
perimeter_extrusion_width = 100%
|
||||
perimeter_loop = 0
|
||||
perimeter_loop_seam = rear
|
||||
perimeter_overlap = 100%
|
||||
perimeter_round_corners = 0
|
||||
perimeter_speed = 120
|
||||
perimeters = 3
|
||||
post_process =
|
||||
print_custom_variables =
|
||||
print_extrusion_multiplier = 100%
|
||||
print_retract_length = -1
|
||||
print_retract_lift = -1
|
||||
print_settings_id = xk_0.3mm-0.6nozzle
|
||||
print_temperature = 0
|
||||
raft_layers = 0
|
||||
resolution = 0.002
|
||||
resolution_internal = 0.2
|
||||
seam_angle_cost = 100%
|
||||
seam_position = aligned
|
||||
seam_travel_cost = 100%
|
||||
single_extruder_multi_material_priming = 0
|
||||
skirt_brim = 0
|
||||
skirt_distance = 3
|
||||
skirt_distance_from_brim = 1
|
||||
skirt_extrusion_width = 0
|
||||
skirt_height = 1
|
||||
skirts = 3
|
||||
slice_closing_radius = 0.049
|
||||
small_perimeter_max_length = 20
|
||||
small_perimeter_min_length = 6
|
||||
small_perimeter_speed = 30
|
||||
solid_fill_pattern = monotonic
|
||||
solid_infill_below_area = 0
|
||||
solid_infill_every_layers = 0
|
||||
solid_infill_extruder = 1
|
||||
solid_infill_extrusion_spacing =
|
||||
solid_infill_extrusion_width = 120%
|
||||
solid_infill_speed = 80%
|
||||
solid_over_perimeters = 2
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
support_material = 0
|
||||
support_material_angle = 0
|
||||
support_material_auto = 1
|
||||
support_material_buildplate_only = 0
|
||||
support_material_contact_distance_bottom = 0.15
|
||||
support_material_contact_distance_top = 0.15
|
||||
support_material_contact_distance_type = filament
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 0
|
||||
support_material_extrusion_width = 110%
|
||||
support_material_interface_contact_loops = 0
|
||||
support_material_interface_extruder = 0
|
||||
support_material_interface_layers = 1
|
||||
support_material_interface_pattern = sawtooth
|
||||
support_material_interface_spacing = 0.3
|
||||
support_material_interface_speed = 70
|
||||
support_material_pattern = rectilinear
|
||||
support_material_solid_first_layer = 1
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 60
|
||||
support_material_synchronize_layers = 0
|
||||
support_material_threshold = 30
|
||||
support_material_with_sheath = 0
|
||||
support_material_xy_spacing = 75%
|
||||
thin_perimeters = 1
|
||||
thin_perimeters_all = 0
|
||||
thin_walls = 1
|
||||
thin_walls_merge = 1
|
||||
thin_walls_min_width = 50%
|
||||
thin_walls_overlap = 50%
|
||||
thin_walls_speed = 30
|
||||
threads = 8
|
||||
top_fill_pattern = monotonic
|
||||
top_infill_extrusion_spacing =
|
||||
top_infill_extrusion_width = 100%
|
||||
top_solid_infill_speed = 60%
|
||||
top_solid_layers = 3
|
||||
top_solid_min_thickness = 0
|
||||
travel_acceleration = 1500
|
||||
travel_speed = 300
|
||||
travel_speed_z = 0
|
||||
wipe_tower = 1
|
||||
wipe_tower_bridging = 10
|
||||
wipe_tower_brim = 80%
|
||||
wipe_tower_no_sparse_layers = 1
|
||||
wipe_tower_rotation_angle = 0
|
||||
wipe_tower_width = 60
|
||||
wipe_tower_x = 30
|
||||
wipe_tower_y = 30
|
||||
xy_inner_size_compensation = 0
|
||||
xy_size_compensation = 0
|
233
print/xk-v2_0.8N_0.4L.ini
Normal file
233
print/xk-v2_0.8N_0.4L.ini
Normal file
|
@ -0,0 +1,233 @@
|
|||
# generated by SuperSlicer 2.3.57 on 2021-11-25 at 21:43:22 UTC
|
||||
allow_empty_layers = 0
|
||||
avoid_crossing_not_first_layer = 1
|
||||
avoid_crossing_perimeters = 0
|
||||
avoid_crossing_perimeters_max_detour = 0
|
||||
bottom_fill_pattern = monotonic
|
||||
bottom_solid_layers = 3
|
||||
bottom_solid_min_thickness = 0
|
||||
bridge_acceleration = 3000
|
||||
bridge_angle = 0
|
||||
bridge_flow_ratio = 100%
|
||||
bridge_overlap = 100%
|
||||
bridge_overlap_min = 80%
|
||||
bridge_speed = 60
|
||||
bridge_speed_internal = 150%
|
||||
bridged_infill_margin = 200%
|
||||
brim_ears = 0
|
||||
brim_ears_detection_length = 1
|
||||
brim_ears_max_angle = 120
|
||||
brim_ears_pattern = concentric
|
||||
brim_inside_holes = 0
|
||||
brim_offset = 0
|
||||
brim_width = 0
|
||||
brim_width_interior = 0
|
||||
clip_multipart_objects = 1
|
||||
compatible_printers =
|
||||
compatible_printers_condition = printer_model=~/.*Voron_v2.*/ and nozzle_diameter[0]==0.8
|
||||
complete_objects = 0
|
||||
complete_objects_one_brim = 0
|
||||
complete_objects_one_skirt = 0
|
||||
complete_objects_sort = object
|
||||
curve_smoothing_angle_concave = 0
|
||||
curve_smoothing_angle_convex = 0
|
||||
curve_smoothing_cutoff_dist = 2
|
||||
curve_smoothing_precision = 0
|
||||
default_acceleration = 3000
|
||||
dont_support_bridges = 1
|
||||
draft_shield = 0
|
||||
duplicate_distance = 5
|
||||
enforce_full_fill_volume = 1
|
||||
ensure_vertical_shell_thickness = 1
|
||||
exact_last_layer_height = 0
|
||||
external_infill_margin = 150%
|
||||
external_perimeter_cut_corners = 0%
|
||||
external_perimeter_extrusion_spacing =
|
||||
external_perimeter_extrusion_width = 100%
|
||||
external_perimeter_overlap = 100%
|
||||
external_perimeter_speed = 50%
|
||||
external_perimeters_first = 0
|
||||
external_perimeters_hole = 1
|
||||
external_perimeters_nothole = 1
|
||||
external_perimeters_vase = 0
|
||||
extra_perimeters = 0
|
||||
extra_perimeters_odd_layers = 0
|
||||
extra_perimeters_overhangs = 0
|
||||
extruder_clearance_height = 2
|
||||
extruder_clearance_radius = 50
|
||||
extrusion_spacing =
|
||||
extrusion_width = 100%
|
||||
fill_angle = 45
|
||||
fill_angle_increment = 0
|
||||
fill_density = 13%
|
||||
fill_pattern = gyroid
|
||||
fill_smooth_distribution = 14%
|
||||
fill_smooth_width = 50%
|
||||
fill_top_flow_ratio = 100%
|
||||
first_layer_acceleration = 2000
|
||||
first_layer_extrusion_spacing =
|
||||
first_layer_extrusion_width = 105%
|
||||
first_layer_flow_ratio = 100%
|
||||
first_layer_height = 60%
|
||||
first_layer_infill_speed = 60
|
||||
first_layer_min_speed = 0
|
||||
first_layer_size_compensation = -0.1
|
||||
first_layer_size_compensation_layers = 1
|
||||
first_layer_speed = 40
|
||||
gap_fill = 1
|
||||
gap_fill_last = 1
|
||||
gap_fill_min_area = 100%
|
||||
gap_fill_overlap = 100%
|
||||
gap_fill_speed = 40
|
||||
gcode_comments = 0
|
||||
gcode_label_objects = 1
|
||||
hole_size_compensation = -0.05
|
||||
hole_size_threshold = 100
|
||||
hole_to_polyhole = 0
|
||||
hole_to_polyhole_threshold = 0.01
|
||||
hole_to_polyhole_twisted = 1
|
||||
infill_acceleration = 3000
|
||||
infill_anchor = 600%
|
||||
infill_anchor_max = 0
|
||||
infill_connection = connected
|
||||
infill_connection_bottom = connected
|
||||
infill_connection_solid = connected
|
||||
infill_connection_top = connected
|
||||
infill_dense = 1
|
||||
infill_dense_algo = autosmall
|
||||
infill_every_layers = 1
|
||||
infill_extruder = 1
|
||||
infill_extrusion_spacing =
|
||||
infill_extrusion_width = 120%
|
||||
infill_first = 0
|
||||
infill_only_where_needed = 0
|
||||
infill_overlap = 50%
|
||||
infill_speed = 160
|
||||
inherits =
|
||||
interface_shells = 0
|
||||
ironing = 0
|
||||
ironing_angle = -1
|
||||
ironing_flowrate = 15%
|
||||
ironing_spacing = 0.1
|
||||
ironing_speed = 15
|
||||
ironing_type = top
|
||||
layer_height = 0.4
|
||||
max_print_speed = 300
|
||||
max_volumetric_speed = 0
|
||||
milling_after_z = 200%
|
||||
milling_extra_size = 150%
|
||||
milling_post_process = 0
|
||||
milling_speed = 30
|
||||
min_skirt_length = 0
|
||||
min_width_top_surface = 200%
|
||||
model_precision = 0.0001
|
||||
no_perimeter_unsupported_algo = none
|
||||
notes = TODO: check the size of the extruder and the y-bar clearance. Optimize & test supports.
|
||||
only_one_perimeter_first_layer = 0
|
||||
only_one_perimeter_top = 1
|
||||
only_one_perimeter_top_other_algo = 0
|
||||
only_retract_when_crossing_perimeters = 1
|
||||
ooze_prevention = 0
|
||||
output_filename_format = {input_filename_base}_{nozzle_diameter[0]}N_{layer_height}L_{fill_density}F_{extrusion_multiplier}E_{filament_type[0]}_{print_time}.gcode
|
||||
over_bridge_flow_ratio = 120%
|
||||
overhangs_reverse = 0
|
||||
overhangs_reverse_threshold = 250%
|
||||
overhangs_speed = 40
|
||||
overhangs_width = 75%
|
||||
overhangs_width_speed = 50%
|
||||
perimeter_acceleration = 3000
|
||||
perimeter_bonding = 0%
|
||||
perimeter_extruder = 1
|
||||
perimeter_extrusion_spacing =
|
||||
perimeter_extrusion_width = 100%
|
||||
perimeter_loop = 0
|
||||
perimeter_loop_seam = rear
|
||||
perimeter_overlap = 100%
|
||||
perimeter_round_corners = 0
|
||||
perimeter_speed = 120
|
||||
perimeters = 3
|
||||
post_process =
|
||||
print_custom_variables =
|
||||
print_extrusion_multiplier = 100%
|
||||
print_retract_length = -1
|
||||
print_retract_lift = -1
|
||||
print_settings_id = xk_0.2mm-0.4nozzle
|
||||
print_temperature = 0
|
||||
raft_layers = 0
|
||||
resolution = 0.002
|
||||
resolution_internal = 0.2
|
||||
seam_angle_cost = 100%
|
||||
seam_position = aligned
|
||||
seam_travel_cost = 100%
|
||||
single_extruder_multi_material_priming = 0
|
||||
skirt_brim = 0
|
||||
skirt_distance = 3
|
||||
skirt_distance_from_brim = 1
|
||||
skirt_extrusion_width = 0
|
||||
skirt_height = 1
|
||||
skirts = 3
|
||||
slice_closing_radius = 0.049
|
||||
small_perimeter_max_length = 20
|
||||
small_perimeter_min_length = 6
|
||||
small_perimeter_speed = 30
|
||||
solid_fill_pattern = monotonic
|
||||
solid_infill_below_area = 0
|
||||
solid_infill_every_layers = 0
|
||||
solid_infill_extruder = 1
|
||||
solid_infill_extrusion_spacing =
|
||||
solid_infill_extrusion_width = 120%
|
||||
solid_infill_speed = 80%
|
||||
solid_over_perimeters = 2
|
||||
spiral_vase = 0
|
||||
standby_temperature_delta = -5
|
||||
support_material = 0
|
||||
support_material_angle = 0
|
||||
support_material_auto = 1
|
||||
support_material_buildplate_only = 0
|
||||
support_material_contact_distance_bottom = 0.15
|
||||
support_material_contact_distance_top = 0.15
|
||||
support_material_contact_distance_type = filament
|
||||
support_material_enforce_layers = 0
|
||||
support_material_extruder = 0
|
||||
support_material_extrusion_width = 110%
|
||||
support_material_interface_contact_loops = 0
|
||||
support_material_interface_extruder = 0
|
||||
support_material_interface_layers = 1
|
||||
support_material_interface_pattern = sawtooth
|
||||
support_material_interface_spacing = 0.4
|
||||
support_material_interface_speed = 70
|
||||
support_material_pattern = rectilinear
|
||||
support_material_solid_first_layer = 1
|
||||
support_material_spacing = 2.5
|
||||
support_material_speed = 60
|
||||
support_material_synchronize_layers = 0
|
||||
support_material_threshold = 30
|
||||
support_material_with_sheath = 0
|
||||
support_material_xy_spacing = 75%
|
||||
thin_perimeters = 1
|
||||
thin_perimeters_all = 0
|
||||
thin_walls = 1
|
||||
thin_walls_merge = 1
|
||||
thin_walls_min_width = 50%
|
||||
thin_walls_overlap = 50%
|
||||
thin_walls_speed = 30
|
||||
threads = 8
|
||||
top_fill_pattern = monotonic
|
||||
top_infill_extrusion_spacing =
|
||||
top_infill_extrusion_width = 100%
|
||||
top_solid_infill_speed = 60%
|
||||
top_solid_layers = 3
|
||||
top_solid_min_thickness = 0
|
||||
travel_acceleration = 1500
|
||||
travel_speed = 300
|
||||
travel_speed_z = 0
|
||||
wipe_tower = 1
|
||||
wipe_tower_bridging = 10
|
||||
wipe_tower_brim = 80%
|
||||
wipe_tower_no_sparse_layers = 1
|
||||
wipe_tower_rotation_angle = 0
|
||||
wipe_tower_width = 60
|
||||
wipe_tower_x = 30
|
||||
wipe_tower_y = 30
|
||||
xy_inner_size_compensation = 0
|
||||
xy_size_compensation = 0
|
Loading…
Reference in a new issue