mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Merge pull request #14083 from razzeee/add-anycubic-kobra-go
Add anycubic kobra go
This commit is contained in:
commit
41c5f62c0a
5 changed files with 158 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_kobra_go
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = abs
|
||||
weight = 0
|
||||
global_quality = True
|
||||
material = generic_abs
|
||||
|
||||
[values]
|
||||
acceleration_print = 1000.0
|
||||
acceleration_travel = 3000.0
|
||||
bottom_layers = 6
|
||||
brim_width = 4.0
|
||||
infill_pattern = lines
|
||||
infill_sparse_density = 25
|
||||
material_final_print_temperature = 230
|
||||
material_initial_print_temperature = 230
|
||||
material_print_temperature = 235.0
|
||||
material_print_temperature_layer_0 = 235.0
|
||||
optimize_wall_printing_order = True
|
||||
speed_print = 50.0
|
||||
top_layers = 6
|
||||
z_seam_corner = z_seam_corner_inner
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 111
|
||||
|
||||
inset_direction = ='outside_in' if (True) else 'inside_out'
|
||||
layer_height = 0.2
|
|
@ -0,0 +1,30 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_kobra_go
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = pla
|
||||
weight = -2
|
||||
global_quality = True
|
||||
material = generic_pla
|
||||
|
||||
[values]
|
||||
bottom_layers = 6
|
||||
brim_width = 7.0
|
||||
infill_pattern = lines
|
||||
infill_sparse_density = 15
|
||||
material_final_print_temperature = 185
|
||||
material_initial_print_temperature = 185
|
||||
material_print_temperature = 190
|
||||
optimize_wall_printing_order = True
|
||||
speed_print = 50.0
|
||||
top_layers = 6
|
||||
z_seam_corner = z_seam_corner_any
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 111
|
||||
|
||||
inset_direction = ='outside_in' if (True) else 'inside_out'
|
||||
layer_height = 0.2
|
|
@ -0,0 +1,35 @@
|
|||
[general]
|
||||
version = 4
|
||||
name = Normal
|
||||
definition = anycubic_kobra_go
|
||||
|
||||
[metadata]
|
||||
setting_version = 20
|
||||
type = quality
|
||||
quality_type = tpu
|
||||
weight = 1
|
||||
global_quality = True
|
||||
material = generic_tpu
|
||||
|
||||
[values]
|
||||
acceleration_print = 1000.0
|
||||
acceleration_travel = 3000.0
|
||||
bottom_layers = 6
|
||||
brim_width = 7.0
|
||||
infill_pattern = lines
|
||||
infill_sparse_density = 15
|
||||
material_final_print_temperature = 190
|
||||
material_initial_print_temperature = 190
|
||||
material_print_temperature = 190
|
||||
material_print_temperature_layer_0 = 190
|
||||
optimize_wall_printing_order = True
|
||||
retraction_amount = 8
|
||||
retraction_speed = 40
|
||||
speed_print = 50.0
|
||||
top_layers = 6
|
||||
z_seam_corner = z_seam_corner_inner
|
||||
z_seam_type = sharpest_corner
|
||||
z_seam_x = 111
|
||||
|
||||
inset_direction = ='outside_in' if (False) else 'inside_out'
|
||||
layer_height = 0.2
|
Loading…
Add table
Add a link
Reference in a new issue