mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 22:16:01 +08:00
Merge branch 'master' of github.com:ANYCUBIC-3D/Cura
This commit is contained in:
commit
fb9b71a901
54
resources/definitions/anycubic_kobra.def.json
Normal file
54
resources/definitions/anycubic_kobra.def.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Anycubic Kobra",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Jason Chen",
|
||||
"manufacturer": "Anycubic",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_materials": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"has_machine_quality": true,
|
||||
"quality_definition": "anycubic_kobra",
|
||||
"preferred_quality_type": "pla",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "anycubic_kobra_extruder_0"
|
||||
},
|
||||
"firmware_file": "MarlinChiron.hex"
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_name":
|
||||
{
|
||||
"default_value": "Anycubic Kobra"
|
||||
},
|
||||
"machine_heated_bed":
|
||||
{
|
||||
"default_value": true
|
||||
},
|
||||
"machine_width":
|
||||
{
|
||||
"default_value": 222
|
||||
},
|
||||
"machine_height":
|
||||
{
|
||||
"default_value": 252
|
||||
},
|
||||
"machine_depth":
|
||||
{
|
||||
"default_value": 222
|
||||
},
|
||||
"machine_gcode_flavor":
|
||||
{
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
},
|
||||
"machine_start_gcode":
|
||||
{
|
||||
"default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
|
||||
}
|
||||
}
|
||||
}
|
54
resources/definitions/anycubic_kobra_max.def.json
Normal file
54
resources/definitions/anycubic_kobra_max.def.json
Normal file
@ -0,0 +1,54 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Anycubic Kobra Max",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata":
|
||||
{
|
||||
"visible": true,
|
||||
"author": "Jason Chen",
|
||||
"manufacturer": "Anycubic",
|
||||
"file_formats": "text/x-gcode",
|
||||
"has_materials": true,
|
||||
"preferred_material": "generic_pla",
|
||||
"has_machine_quality": true,
|
||||
"quality_definition": "anycubic_kobra_max",
|
||||
"preferred_quality_type": "pla",
|
||||
"machine_extruder_trains":
|
||||
{
|
||||
"0": "anycubic_kobra_max_extruder_0"
|
||||
},
|
||||
"firmware_file": "MarlinChiron.hex"
|
||||
},
|
||||
|
||||
"overrides":
|
||||
{
|
||||
"machine_name":
|
||||
{
|
||||
"default_value": "Anycubic Kobra Max"
|
||||
},
|
||||
"machine_heated_bed":
|
||||
{
|
||||
"default_value": true
|
||||
},
|
||||
"machine_width":
|
||||
{
|
||||
"default_value": 402
|
||||
},
|
||||
"machine_height":
|
||||
{
|
||||
"default_value": 452
|
||||
},
|
||||
"machine_depth":
|
||||
{
|
||||
"default_value": 402
|
||||
},
|
||||
"machine_gcode_flavor":
|
||||
{
|
||||
"default_value": "RepRap (Marlin/Sprinter)"
|
||||
},
|
||||
"machine_start_gcode":
|
||||
{
|
||||
"default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
|
||||
}
|
||||
}
|
||||
}
|
15
resources/extruders/anycubic_kobra_extruder_0.def.json
Normal file
15
resources/extruders/anycubic_kobra_extruder_0.def.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "anycubic_kobra",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
15
resources/extruders/anycubic_kobra_max_extruder_0.def.json
Normal file
15
resources/extruders/anycubic_kobra_max_extruder_0.def.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": 2,
|
||||
"name": "Extruder 1",
|
||||
"inherits": "fdmextruder",
|
||||
"metadata": {
|
||||
"machine": "anycubic_kobra_max",
|
||||
"position": "0"
|
||||
},
|
||||
|
||||
"overrides": {
|
||||
"extruder_nr": { "default_value": 0 },
|
||||
"machine_nozzle_size": { "default_value": 0.4 },
|
||||
"material_diameter": { "default_value": 1.75 }
|
||||
}
|
||||
}
|
46
resources/quality/anycubic_kobra/anycubic_kobra_abs.inst.cfg
Normal file
46
resources/quality/anycubic_kobra/anycubic_kobra_abs.inst.cfg
Normal file
@ -0,0 +1,46 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Suggested parameters for ABS_V1.0
|
||||
definition = anycubic_kobra
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = abs
|
||||
weight = 0
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
acceleration_enabled = True
|
||||
default_material_bed_temperature = 80
|
||||
jerk_enabled = True
|
||||
layer_height_0 = 0.2
|
||||
acceleration_print = 800
|
||||
acceleration_travel = 3000
|
||||
acceleration_travel_layer_0 = 3000.0
|
||||
bottom_layers = 6
|
||||
brim_width = 7.0
|
||||
default_material_print_temperature = 230
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 20
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_print = 8
|
||||
jerk_travel = 10
|
||||
material_final_print_temperature = 230
|
||||
material_flow = 100
|
||||
material_flow_layer_0 = 120
|
||||
material_initial_print_temperature = 230
|
||||
optimize_wall_printing_order = True
|
||||
inset_direction = outside_in
|
||||
retraction_amount = 6
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = 40
|
||||
speed_print = 50
|
||||
speed_travel = 100
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 110
|
||||
z_seam_y = 220
|
41
resources/quality/anycubic_kobra/anycubic_kobra_pla.inst.cfg
Normal file
41
resources/quality/anycubic_kobra/anycubic_kobra_pla.inst.cfg
Normal file
@ -0,0 +1,41 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Suggested parameters for PLA_V1.0
|
||||
definition = anycubic_kobra
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = pla
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
acceleration_enabled = True
|
||||
jerk_enabled = True
|
||||
layer_height_0 = 0.2
|
||||
acceleration_print = 1000
|
||||
acceleration_travel_layer_0 = 2000.0
|
||||
bottom_layers = 6
|
||||
brim_width = 4.0
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 15
|
||||
initial_layer_line_width_factor = 100
|
||||
jerk_print = 8
|
||||
jerk_travel = 10
|
||||
material_final_print_temperature = 200
|
||||
material_initial_print_temperature = 200
|
||||
optimize_wall_printing_order = True
|
||||
inset_direction = outside_in
|
||||
retraction_amount = 6
|
||||
retraction_min_travel = 1.5
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = 40
|
||||
speed_print = 50
|
||||
speed_travel = 100
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 110
|
||||
z_seam_y = 220
|
45
resources/quality/anycubic_kobra/anycubic_kobra_tpu.inst.cfg
Normal file
45
resources/quality/anycubic_kobra/anycubic_kobra_tpu.inst.cfg
Normal file
@ -0,0 +1,45 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Suggested parameters for TPU_V1.0
|
||||
definition = anycubic_kobra
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = tpu
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
acceleration_enabled = True
|
||||
jerk_enabled = True
|
||||
layer_height_0 = 0.2
|
||||
acceleration_print = 800
|
||||
acceleration_travel = 3000
|
||||
acceleration_travel_layer_0 = 3000.0
|
||||
bottom_layers = 6
|
||||
brim_width = 7.0
|
||||
default_material_print_temperature = 190
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 25
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_print = 8
|
||||
jerk_travel = 10
|
||||
material_final_print_temperature = 190
|
||||
material_flow = 90
|
||||
material_flow_layer_0 = 120
|
||||
material_initial_print_temperature = 190
|
||||
optimize_wall_printing_order = True
|
||||
inset_direction = outside_in
|
||||
retraction_amount = 8
|
||||
retraction_min_travel = =line_width * 2
|
||||
retraction_speed = 60
|
||||
skirt_brim_speed = 40
|
||||
speed_print = 50
|
||||
speed_travel = 100
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 110
|
||||
z_seam_y = 220
|
@ -0,0 +1,53 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Suggested parameters for PLA_V1.0
|
||||
definition = anycubic_kobra_max
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = pla
|
||||
weight = -2
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
acceleration_enabled = True
|
||||
jerk_enabled = True
|
||||
layer_height_0 = 0.2
|
||||
acceleration_print = 1000
|
||||
acceleration_travel = 3000
|
||||
brim_width = 7
|
||||
default_material_print_temperature = 195
|
||||
infill_sparse_density = 15
|
||||
initial_layer_line_width_factor = 140
|
||||
jerk_print = 8
|
||||
jerk_travel = 10
|
||||
material_final_print_temperature = 195
|
||||
material_flow = 95
|
||||
material_flow_layer_0 = 120
|
||||
material_initial_print_temperature = 195
|
||||
material_print_temperature_layer_0 = 0
|
||||
optimize_wall_printing_order = True
|
||||
retraction_amount = 6
|
||||
retraction_hop = 0.075
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 1.5
|
||||
retraction_speed = 40
|
||||
skirt_brim_speed = 40
|
||||
speed_layer_0 = 45
|
||||
speed_print = 80
|
||||
speed_topbottom = 45
|
||||
speed_travel = 100
|
||||
speed_travel_layer_0 = 100
|
||||
speed_wall = 80
|
||||
speed_wall_0 = 45
|
||||
speed_wall_x = 80
|
||||
speed_z_hop = 20
|
||||
top_bottom_thickness = 1.2
|
||||
top_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 110
|
||||
z_seam_y = 220
|
@ -0,0 +1,54 @@
|
||||
[general]
|
||||
version = 4
|
||||
name = Suggested parameters for TPU_V1.0
|
||||
definition = anycubic_kobra_max
|
||||
|
||||
[metadata]
|
||||
setting_version = 19
|
||||
type = quality
|
||||
quality_type = tpu
|
||||
weight = 1
|
||||
global_quality = True
|
||||
|
||||
[values]
|
||||
layer_height = 0.2
|
||||
acceleration_enabled = True
|
||||
jerk_enabled = False
|
||||
layer_height_0 = 0.3
|
||||
acceleration_print = 1000
|
||||
acceleration_travel = 3000
|
||||
brim_width = 5
|
||||
cool_fan_speed_0 = 10
|
||||
default_material_print_temperature = 210
|
||||
infill_overlap = 15
|
||||
infill_sparse_density = 15
|
||||
initial_layer_line_width_factor = 130
|
||||
jerk_print = 8
|
||||
jerk_travel = 10
|
||||
material_final_print_temperature = 210
|
||||
material_flow = 90
|
||||
material_flow_layer_0 = 100
|
||||
material_initial_print_temperature = 210
|
||||
material_print_temperature_layer_0 = 210
|
||||
optimize_wall_printing_order = False
|
||||
retraction_amount = 8
|
||||
retraction_hop = 0.075
|
||||
retraction_hop_enabled = True
|
||||
retraction_hop_only_when_collides = True
|
||||
retraction_min_travel = 1.5
|
||||
retraction_speed = 60
|
||||
skirt_brim_speed = 40
|
||||
speed_layer_0 = 40
|
||||
speed_print = 80
|
||||
speed_topbottom = 32
|
||||
speed_travel = 100
|
||||
speed_travel_layer_0 = 50
|
||||
speed_wall = 80
|
||||
speed_wall_0 = 45
|
||||
speed_wall_x = 80
|
||||
speed_z_hop = 10
|
||||
top_bottom_thickness = 1.2
|
||||
wall_thickness = 1.2
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 110
|
||||
z_seam_y = 220
|
Loading…
x
Reference in New Issue
Block a user