mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-22 21:59:37 +08:00
added printing profiles with materials for Alya 3DP
This commit is contained in:
parent
1b7b302f42
commit
d2550bf35e
@ -1,12 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "ALYA",
|
|
||||||
"version": 2,
|
"version": 2,
|
||||||
|
"name": "ALYA",
|
||||||
"inherits": "fdmprinter",
|
"inherits": "fdmprinter",
|
||||||
"metadata": {
|
"metadata":
|
||||||
|
{
|
||||||
"visible": true,
|
"visible": true,
|
||||||
"author": "ALYA",
|
"author": "ALYA",
|
||||||
"manufacturer": "ALYA",
|
"manufacturer": "ALYA",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
|
"platform": "alya_platform.stl",
|
||||||
|
"platform_offset": [-60, -45, 75 ],
|
||||||
|
"exclude_materials": ["chromatik_pla", "dsm_arnitel2045_175", "dsm_novamid1070_175", "fabtotum_abs", "fabtotum_nylon", "fabtotum_pla", "fabtotum_tpu", "fiberlogy_hd_pla", "filo3d_pla", "filo3d_pla_green", "filo3d_pla_red", "generic_abs", "generic_abs_175", "generic_bam", "generic_cpe", "generic_cpe_175", "generic_cpe_plus", "generic_hips", "generic_hips_175", "generic_nylon", "generic_nylon_175", "generic_pc", "generic_pc_175", "generic_petg", "generic_petg_175", "generic_pp", "generic_pva", "generic_pva_175", "generic_tough_pla", "generic_tpu", "imade3d_petg_green", "imade3d_petg_pink", "imade3d_pla_green", "imade3d_pla_pink", "innofill_innoflex60_175", "octofiber_pla", "polyflex_pla", "polymax_pla", "polyplus_pla", "polywood_pla", "ultimaker_abs_black", "ultimaker_abs_blue", "ultimaker_abs_green", "ultimaker_abs_grey", "ultimaker_abs_orange", "ultimaker_abs_pearl-gold", "ultimaker_abs_red", "ultimaker_abs_silver-metallic", "ultimaker_abs_white", "ultimaker_abs_yellow", "ultimaker_bam", "ultimaker_cpe_black", "ultimaker_cpe_blue", "ultimaker_cpe_dark-grey", "ultimaker_cpe_green", "ultimaker_cpe_light-grey", "ultimaker_cpe_plus_black", "ultimaker_cpe_plus_transparent", "ultimaker_cpe_plus_white", "ultimaker_cpe_red", "ultimaker_cpe_transparent", "ultimaker_cpe_white", "ultimaker_cpe_yellow", "ultimaker_nylon_black", "ultimaker_nylon_transparent", "ultimaker_pc_black", "ultimaker_pc_transparent", "ultimaker_pc_white", "ultimaker_pla_black", "ultimaker_pla_blue", "ultimaker_pla_green", "ultimaker_pla_magenta", "ultimaker_pla_orange", "ultimaker_pla_pearl-white", "ultimaker_pla_red", "ultimaker_pla_silver-metallic", "ultimaker_pla_transparent", "ultimaker_pla_white", "ultimaker_pla_yellow", "ultimaker_pp_transparent", "ultimaker_pva", "ultimaker_tough_pla_black", "ultimaker_tough_pla_green", "ultimaker_tough_pla_red", "ultimaker_tough_pla_white", "ultimaker_tpu_black", "ultimaker_tpu_blue", "ultimaker_tpu_red", "ultimaker_tpu_white", "verbatim_bvoh_175", "Vertex_Delta_ABS", "Vertex_Delta_PET", "Vertex_Delta_PLA", "Vertex_Delta_TPU", "zyyx_pro_flex", "zyyx_pro_pla","tizyx_pla","tizyx_abs","tizyx_pla_bois" ],
|
||||||
|
"preferred_material": "generic_pla",
|
||||||
|
"has_machine_quality": true,
|
||||||
|
"has_materials": true,
|
||||||
|
"has_variants": false,
|
||||||
|
"supports_usb_connection": false,
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
{
|
{
|
||||||
"0": "alya3dp_extruder_0"
|
"0": "alya3dp_extruder_0"
|
||||||
@ -14,19 +23,15 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"machine_width": {
|
"machine_name": { "default_value": "ALYA 3DP" },
|
||||||
"default_value": 100
|
"machine_heated_bed": { "default_value": false },
|
||||||
},
|
"machine_width": { "default_value": 100 },
|
||||||
"machine_height": {
|
"machine_height": { "default_value": 133 },
|
||||||
"default_value": 133
|
"machine_depth": { "default_value": 100 },
|
||||||
},
|
"machine_center_is_zero": { "default_value": false },
|
||||||
"machine_depth": {
|
"gantry_height": { "default_value": 55 },
|
||||||
"default_value": 100
|
"retraction_amount": { "default_value": 1.5 },
|
||||||
},
|
"machine_head_with_fans_polygon": {
|
||||||
"machine_center_is_zero": {
|
|
||||||
"default_value": false
|
|
||||||
},
|
|
||||||
"machine_head_polygon": {
|
|
||||||
"default_value": [
|
"default_value": [
|
||||||
[75, 18],
|
[75, 18],
|
||||||
[18, 18],
|
[18, 18],
|
||||||
@ -34,17 +39,15 @@
|
|||||||
[75, 35]
|
[75, 35]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gantry_height": {
|
"adhesion_type": {"options": {"raft": "Raft" ,"none": "None", "brim": "Brim"}, "default_value": "raft"},
|
||||||
"default_value": 55
|
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
|
||||||
|
"machine_start_gcode":
|
||||||
|
{
|
||||||
|
"default_value": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\n;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line\n;M109 S{print_temperature} ;Uncomment to add your own temperature line\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to max endstops\nG1 Z115.0 F{travel_speed} ;move th e platform up 20mm\nG28 Z0 ;move Z to max endstop\nG1 Z15.0 F{travel_speed} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{travel_speed}\nM301 H1 P26.38 I2.57 D67.78\n;Put printing message on LCD screen\nM117 Printing..."
|
||||||
},
|
},
|
||||||
"machine_gcode_flavor": {
|
"machine_end_gcode":
|
||||||
"default_value": "RepRap"
|
{
|
||||||
},
|
"default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F{travel_speed} ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}"
|
||||||
"machine_start_gcode": {
|
|
||||||
"default_value": ";Sliced at: {day} {date} {time}\n;Basic settings: Layer height: {layer_height} Walls: {wall_thickness} Fill: {fill_density}\n;Print time: {print_time}\n;Filament used: {filament_amount}m {filament_weight}g\n;Filament cost: {filament_cost}\n;M190 S{print_bed_temperature} ;Uncomment to add your own bed temperature line\n;M109 S{print_temperature} ;Uncomment to add your own temperature line\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nM107 ;start with the fan off\nG28 X0 Y0 ;move X/Y to min endstops\nG28 Z0 ;move Z to max endstops\nG1 Z115.0 F{speed_travel} ;move th e platform up 20mm\nG28 Z0 ;move Z to max endstop\nG1 Z15.0 F{speed_travel} ;move the platform down 15mm\nG92 E0 ;zero the extruded length\nG1 F200 E3 ;extrude 3mm of feed stock\nG92 E0 ;zero the extruded length again\nG1 F{speed_travel}\nM301 H1 P26.38 I2.57 D67.78\n;Put printing message on LCD screen\nM117 Printing..."
|
|
||||||
},
|
|
||||||
"machine_end_gcode": {
|
|
||||||
"default_value": ";End GCode\nM104 S0 ;extruder heater off\nM140 S0 ;heated bed heater off (if you have it)\nG91 ;relative positioning\nG1 E-1 F300 ;retract the filament a bit before lifting the nozzle, to release some of the pressure\nG1 Z+0.5 E-5 X-20 Y-20 F{speed_travel} ;move Z up a bit and retract filament even more\nG28 X0 Y0 ;move X/Y to min endstops, so the head is out of the way\nG28 Z0\nM84 ;steppers off\nG90 ;absolute positioning\n;{profile_string}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
BIN
resources/meshes/alya_platform.stl
Normal file
BIN
resources/meshes/alya_platform.stl
Normal file
Binary file not shown.
75
resources/quality/alya3dp/alya3dp_flex_normal.inst.cfg
Normal file
75
resources/quality/alya3dp/alya3dp_flex_normal.inst.cfg
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
definition = alya3dp
|
||||||
|
name = Flex Normal
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 5
|
||||||
|
type = quality
|
||||||
|
quality_type = alya_normal
|
||||||
|
weight = 2
|
||||||
|
material = alya_flex
|
||||||
|
|
||||||
|
[values]
|
||||||
|
adhesion_type = raft
|
||||||
|
layer_height_0 = 0.1
|
||||||
|
skirt_line_count = 2
|
||||||
|
skirt_gap = 2
|
||||||
|
fill_outline_gaps = True
|
||||||
|
infill_angles = [0,90 ]
|
||||||
|
infill_sparse_density = 15
|
||||||
|
material_diameter = 1.75
|
||||||
|
retraction_min_travel = 0.8
|
||||||
|
skin_angles = [0,90]
|
||||||
|
top_layers = 6
|
||||||
|
wall_line_count = 2
|
||||||
|
infill_pattern = grid
|
||||||
|
skin_line_width = 0.35
|
||||||
|
raft_airgap = 0.18
|
||||||
|
raft_base_line_spacing = 1.5
|
||||||
|
raft_base_line_width = 0.9
|
||||||
|
raft_base_thickness = 0.4
|
||||||
|
raft_interface_line_width = 0.4
|
||||||
|
raft_interface_thickness = 0.3
|
||||||
|
raft_margin = 5
|
||||||
|
raft_surface_layers = 3
|
||||||
|
raft_surface_line_width = 0.4
|
||||||
|
raft_surface_thickness = 0.2
|
||||||
|
retract_at_layer_change = true
|
||||||
|
retraction_hop = 0.5
|
||||||
|
retraction_hop_enabled = true
|
||||||
|
support_enable = True
|
||||||
|
support_type = everywhere
|
||||||
|
support_top_distance = 0.25
|
||||||
|
support_z_distance = 0.25
|
||||||
|
support_bottom_distance = 0.25
|
||||||
|
support_brim_width = 6
|
||||||
|
support_infill_rate = 15
|
||||||
|
support_line_distance = 1.7
|
||||||
|
support_line_width = 0.25
|
||||||
|
support_initial_layer_line_distance = 2.7
|
||||||
|
support_xy_distance = 0.71
|
||||||
|
infill_line_width = 0.4
|
||||||
|
line_width = 0.4
|
||||||
|
optimize_wall_printing_order = True
|
||||||
|
support_angle = 70
|
||||||
|
wall_line_width_x = 0.4
|
||||||
|
layer_0_z_overlap = 0.0
|
||||||
|
speed_print = 20
|
||||||
|
speed_topbottom = 15
|
||||||
|
speed_wall_0 = 15
|
||||||
|
speed_infill = 15
|
||||||
|
speed_layer_0 = 15
|
||||||
|
speed_support = 15
|
||||||
|
speed_support_interface = 15
|
||||||
|
speed_travel = 50
|
||||||
|
raft_base_speed = 10
|
||||||
|
raft_interface_speed = 15
|
||||||
|
raft_surface_speed = 15
|
||||||
|
raft_base_fan_speed = 0
|
||||||
|
raft_interface_fan_speed = 0
|
||||||
|
raft_surface_fan_speed = 100
|
||||||
|
retraction_amount = 1.5
|
||||||
|
retraction_speed = 20.0
|
||||||
|
cool_fan_speed = 30
|
||||||
|
cool_fan_speed_0 = 30
|
@ -0,0 +1,75 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
definition = alya3dp
|
||||||
|
name = Normal
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 5
|
||||||
|
type = quality
|
||||||
|
quality_type = alya_normal
|
||||||
|
weight = 3
|
||||||
|
material = generic_pla
|
||||||
|
|
||||||
|
[values]
|
||||||
|
adhesion_type = raft
|
||||||
|
layer_height_0 = 0.1
|
||||||
|
skirt_line_count = 2
|
||||||
|
skirt_gap = 2
|
||||||
|
fill_outline_gaps = True
|
||||||
|
infill_angles = [0,90 ]
|
||||||
|
infill_sparse_density = 15
|
||||||
|
material_diameter = 1.75
|
||||||
|
retraction_min_travel = 0.8
|
||||||
|
skin_angles = [0,90]
|
||||||
|
top_layers = 6
|
||||||
|
wall_line_count = 2
|
||||||
|
infill_pattern = grid
|
||||||
|
skin_line_width = 0.35
|
||||||
|
raft_airgap = 0.18
|
||||||
|
raft_base_line_spacing = 1.5
|
||||||
|
raft_base_line_width = 0.9
|
||||||
|
raft_base_thickness = 0.4
|
||||||
|
raft_interface_line_width = 0.4
|
||||||
|
raft_interface_thickness = 0.3
|
||||||
|
raft_margin = 5
|
||||||
|
raft_surface_layers = 3
|
||||||
|
raft_surface_line_width = 0.4
|
||||||
|
raft_surface_thickness = 0.2
|
||||||
|
retract_at_layer_change = true
|
||||||
|
retraction_hop = 0.5
|
||||||
|
retraction_hop_enabled = true
|
||||||
|
support_enable = True
|
||||||
|
support_type = everywhere
|
||||||
|
support_top_distance = 0.25
|
||||||
|
support_z_distance = 0.25
|
||||||
|
support_bottom_distance = 0.25
|
||||||
|
support_brim_width = 6
|
||||||
|
support_infill_rate = 15
|
||||||
|
support_line_distance = 1.7
|
||||||
|
support_line_width = 0.25
|
||||||
|
support_initial_layer_line_distance = 2.7
|
||||||
|
support_xy_distance = 0.71
|
||||||
|
infill_line_width = 0.4
|
||||||
|
line_width = 0.4
|
||||||
|
optimize_wall_printing_order = True
|
||||||
|
support_angle = 70
|
||||||
|
wall_line_width_x = 0.4
|
||||||
|
layer_0_z_overlap = 0.0
|
||||||
|
speed_print = 40
|
||||||
|
speed_topbottom = 30
|
||||||
|
speed_wall_0 = 35
|
||||||
|
speed_infill = 45
|
||||||
|
speed_layer_0 = 25
|
||||||
|
speed_support = 45
|
||||||
|
speed_support_interface = 35
|
||||||
|
speed_travel = 60
|
||||||
|
raft_base_speed = 15
|
||||||
|
raft_interface_speed = 20
|
||||||
|
raft_surface_speed = 35
|
||||||
|
raft_surface_fan_speed = 100
|
||||||
|
raft_base_fan_speed = 0
|
||||||
|
raft_interface_fan_speed = 0
|
||||||
|
retraction_amount = 1.5
|
||||||
|
retraction_speed = 40.0
|
||||||
|
cool_fan_speed = 100
|
||||||
|
cool_fan_speed_0 = 100
|
15
resources/quality/alya3dp/alya3dp_normal.inst.cfg
Normal file
15
resources/quality/alya3dp/alya3dp_normal.inst.cfg
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
name = Normal
|
||||||
|
definition = alya3dp
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 5
|
||||||
|
type = quality
|
||||||
|
quality_type = alya_normal
|
||||||
|
weight = 0
|
||||||
|
global_quality = True
|
||||||
|
|
||||||
|
[values]
|
||||||
|
layer_height = 0.16
|
||||||
|
layer_height_0 = 0.1
|
75
resources/quality/alya3dp/alya3dp_pla_normal.inst.cfg
Normal file
75
resources/quality/alya3dp/alya3dp_pla_normal.inst.cfg
Normal file
@ -0,0 +1,75 @@
|
|||||||
|
[general]
|
||||||
|
version = 4
|
||||||
|
definition = alya3dp
|
||||||
|
name = Normal
|
||||||
|
|
||||||
|
[metadata]
|
||||||
|
setting_version = 5
|
||||||
|
type = quality
|
||||||
|
quality_type = alya_normal
|
||||||
|
weight = 2
|
||||||
|
material = alya_pla
|
||||||
|
|
||||||
|
[values]
|
||||||
|
adhesion_type = raft
|
||||||
|
layer_height_0 = 0.1
|
||||||
|
skirt_line_count = 2
|
||||||
|
skirt_gap = 2
|
||||||
|
fill_outline_gaps = True
|
||||||
|
infill_angles = [0,90 ]
|
||||||
|
infill_sparse_density = 15
|
||||||
|
material_diameter = 1.75
|
||||||
|
retraction_min_travel = 0.8
|
||||||
|
skin_angles = [0,90]
|
||||||
|
top_layers = 6
|
||||||
|
wall_line_count = 2
|
||||||
|
infill_pattern = grid
|
||||||
|
skin_line_width = 0.35
|
||||||
|
raft_airgap = 0.18
|
||||||
|
raft_base_line_spacing = 1.5
|
||||||
|
raft_base_line_width = 0.9
|
||||||
|
raft_base_thickness = 0.4
|
||||||
|
raft_interface_line_width = 0.4
|
||||||
|
raft_interface_thickness = 0.3
|
||||||
|
raft_margin = 5
|
||||||
|
raft_surface_layers = 3
|
||||||
|
raft_surface_line_width = 0.4
|
||||||
|
raft_surface_thickness = 0.2
|
||||||
|
retract_at_layer_change = true
|
||||||
|
retraction_hop = 0.5
|
||||||
|
retraction_hop_enabled = true
|
||||||
|
support_enable = True
|
||||||
|
support_type = everywhere
|
||||||
|
support_top_distance = 0.25
|
||||||
|
support_z_distance = 0.25
|
||||||
|
support_bottom_distance = 0.25
|
||||||
|
support_brim_width = 6
|
||||||
|
support_infill_rate = 15
|
||||||
|
support_line_distance = 1.7
|
||||||
|
support_line_width = 0.25
|
||||||
|
support_initial_layer_line_distance = 2.7
|
||||||
|
support_xy_distance = 0.71
|
||||||
|
infill_line_width = 0.4
|
||||||
|
line_width = 0.4
|
||||||
|
optimize_wall_printing_order = True
|
||||||
|
support_angle = 70
|
||||||
|
wall_line_width_x = 0.4
|
||||||
|
layer_0_z_overlap = 0.0
|
||||||
|
speed_print = 40
|
||||||
|
speed_topbottom = 30
|
||||||
|
speed_wall_0 = 35
|
||||||
|
speed_infill = 45
|
||||||
|
speed_layer_0 = 25
|
||||||
|
speed_support = 45
|
||||||
|
speed_support_interface = 35
|
||||||
|
speed_travel = 60
|
||||||
|
raft_base_speed = 15
|
||||||
|
raft_interface_speed = 20
|
||||||
|
raft_surface_speed = 35
|
||||||
|
raft_surface_fan_speed = 100
|
||||||
|
raft_base_fan_speed = 0
|
||||||
|
raft_interface_fan_speed = 0
|
||||||
|
retraction_amount = 1.5
|
||||||
|
retraction_speed = 40.0
|
||||||
|
cool_fan_speed = 100
|
||||||
|
cool_fan_speed_0 = 100
|
Loading…
x
Reference in New Issue
Block a user