mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
update start gcode for method extruders, convert generic profiles into Labs extruder profiles, mark these as experimental
PP-511
This commit is contained in:
parent
e4c4b0422f
commit
aa3a9f36d2
17 changed files with 547 additions and 94 deletions
|
@ -0,0 +1,41 @@
|
|||
[general]
|
||||
definition = ultimaker_methodx
|
||||
name = Normal - Experimental
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
is_experimental = True
|
||||
material = basf_ultrafuse_316l_175
|
||||
quality_type = fast
|
||||
setting_version = 23
|
||||
type = quality
|
||||
variant = LABS
|
||||
weight = -1
|
||||
|
||||
[values]
|
||||
adhesion_type = skirt
|
||||
bottom_thickness = =top_bottom_thickness
|
||||
cool_fan_full_at_height = 0
|
||||
infill_angles = [45,135]
|
||||
infill_overlap = 25
|
||||
infill_sparse_density = 100
|
||||
initial_layer_line_width_factor = 110
|
||||
layer_height_0 = =layer_height * 1.5
|
||||
material_flow_layer_0 = 110
|
||||
material_initial_print_temperature = 245
|
||||
retraction_amount = 1.5
|
||||
retraction_speed = 45
|
||||
roofing_line_width = 0.4
|
||||
skin_line_width = 0.45
|
||||
skin_material_flow_layer_0 = 110
|
||||
skin_overlap = 20.0
|
||||
skirt_brim_line_width = 1
|
||||
skirt_brim_minimal_length = 100.0
|
||||
skirt_height = 3
|
||||
speed_print = 25
|
||||
support_enable = False
|
||||
top_bottom_thickness = =layer_height * 2
|
||||
top_thickness = =top_bottom_thickness
|
||||
wall_0_material_flow_layer_0 = 110
|
||||
wall_x_material_flow_layer_0 = 110
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
[general]
|
||||
definition = ultimaker_methodx
|
||||
name = Fast - Experimental
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
is_experimental = True
|
||||
material = jabil_tpe_sebs_1300_95a_175
|
||||
quality_type = draft
|
||||
setting_version = 23
|
||||
type = quality
|
||||
variant = LABS
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
infill_sparse_density = 50
|
||||
raft_airgap = 0.22
|
||||
raft_interface_speed = =speed_print * 1/2
|
||||
raft_surface_speed = =speed_print * 1/2
|
||||
speed_layer_0 = =speed_print * 1/4
|
||||
speed_prime_tower = =speed_print * 3/4
|
||||
speed_print = 40
|
||||
speed_roofing = =speed_print
|
||||
speed_support = =speed_print
|
||||
speed_support_bottom = =speed_print * 1/4
|
||||
speed_support_interface = =speed_print
|
||||
speed_topbottom = =speed_print
|
||||
speed_wall_0 = =speed_print
|
||||
speed_wall_x = =speed_print
|
||||
support_bottom_enable = False
|
||||
support_xy_distance = 0.3
|
||||
support_xy_distance_overhang = 0.26
|
||||
support_z_distance = 0.22
|
||||
wall_line_width = 0.5
|
||||
wall_thickness = =wall_line_width * 4
|
||||
|
|
@ -0,0 +1,58 @@
|
|||
[general]
|
||||
definition = ultimaker_methodx
|
||||
name = Fast - Experimental
|
||||
version = 4
|
||||
|
||||
[metadata]
|
||||
is_experimental = True
|
||||
material = polymaker_polymax_pc_175
|
||||
quality_type = draft
|
||||
setting_version = 23
|
||||
type = quality
|
||||
variant = LABS
|
||||
weight = -2
|
||||
|
||||
[values]
|
||||
cool_fan_enabled = True
|
||||
cool_fan_full_layer = 6
|
||||
cool_fan_speed_max = 100
|
||||
cool_min_layer_time = 8
|
||||
cool_min_layer_time_fan_speed_max = 5
|
||||
cool_min_speed = 10
|
||||
raft_airgap = 0.22
|
||||
raft_interface_fan_speed = 0
|
||||
raft_interface_line_spacing = 0.7
|
||||
raft_interface_line_width = 0.55
|
||||
raft_interface_speed = 25
|
||||
raft_interface_thickness = 0.25
|
||||
raft_surface_fan_speed = 0
|
||||
raft_surface_speed = 50
|
||||
raft_surface_thickness = 0.25
|
||||
speed_print = 50
|
||||
speed_wall_0 = 30
|
||||
speed_wall_x = =speed_wall
|
||||
support_angle = 52
|
||||
support_bottom_distance = =layer_height
|
||||
support_bottom_enable = False
|
||||
support_bottom_stair_step_height = 0.3
|
||||
support_fan_enable = True
|
||||
support_infill_angles = [45,45,45,45,45,45,45,45,45,45,45,45,45,45,45,135,135,135,135,135,135,135,135,135,135,135,135,135,135,135]
|
||||
support_infill_rate = 10
|
||||
support_interface_density = 83
|
||||
support_interface_height = =layer_height * 4
|
||||
support_interface_offset = 1.2
|
||||
support_interface_wall_count = 0
|
||||
support_line_width = 0.35
|
||||
support_material_flow = 90
|
||||
support_offset = 1.5
|
||||
support_roof_density = =extruderValue(support_roof_extruder_nr, 'support_interface_density')
|
||||
support_roof_height = =support_interface_height
|
||||
support_roof_wall_count = 1
|
||||
support_supported_skin_fan_speed = 100
|
||||
support_xy_distance = 0.35
|
||||
support_xy_overrides_z = xy_overrides_z
|
||||
support_z_distance = 0.22
|
||||
top_skin_expand_distance = 2.4
|
||||
wall_overhang_angle = 30
|
||||
wall_overhang_speed_factor = 40
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue