Skip to content

Commit

Permalink
Merge pull request #15590 from Jordonbc/main
Browse files Browse the repository at this point in the history
Added Kobra Plus printer profile

Fixes CURA-10885
  • Loading branch information
jellespijker authored Aug 8, 2023
2 parents 84bcdc3 + 89a3fe3 commit 916dc29
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 0 deletions.
30 changes: 30 additions & 0 deletions resources/definitions/anycubic_kobra_plus.def.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": 2,
"name": "Anycubic Kobra Plus",
"inherits": "fdmprinter",
"metadata":
{
"visible": true,
"author": "Jordon Brooks",
"manufacturer": "Anycubic",
"file_formats": "text/x-gcode",
"has_machine_quality": true,
"has_materials": true,
"machine_extruder_trains": { "0": "anycubic_kobra_plus_extruder_0" },
"preferred_material": "generic_pla",
"preferred_quality_type": "pla",
"quality_definition": "anycubic_kobra_plus"
},
"overrides":
{
"machine_depth": { "default_value": 302 },
"machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
"machine_heated_bed": { "default_value": true },
"machine_height": { "default_value": 352 },
"machine_name": { "default_value": "Anycubic Kobra Plus" },
"machine_start_gcode": { "default_value": "G28 ;Home\nG1 Z15.0 F6000 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nM355 S1; Turn LED on\n; Add Custom purge lines\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X1.0 Y30 Z0.3 F5000.0 ; Move to start position\nG1 X1.0 Y100.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X1.3 Y100.0 Z0.3 F5000.0 ; Move to side a little\nG1 X1.3 Y30 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 E-2 F500 ; Retract a little \nG1 X50 F500 ; wipe away from the filament line\nG1 X100 F9000 ; Quickly wipe away from the filament line\nG1 Z5.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\n; End custom purge lines" },
"machine_end_gcode": { "default_value": "M104 S0\nM140 S0\n;Retract the filament\nG92 E1\nG1 E-1 F300\nG28 X0 Y0\nM84\nM355 S0; led off" },
"machine_width": { "default_value": 302 }
}
}

16 changes: 16 additions & 0 deletions resources/extruders/anycubic_kobra_plus_extruder_0.def.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "anycubic_kobra_plus",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 0.4 },
"material_diameter": { "default_value": 1.75 }
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[general]
definition = anycubic_kobra_plus
name = Normal
version = 4

[metadata]
global_quality = True
quality_type = pla
setting_version = 22
type = quality
weight = 0

[values]
layer_height = 0.2
layer_height_0 = 0.2
infill_pattern = cubic
retraction_hop = 0.1
retraction_combing = off
retraction_hop_enabled = True
retraction_hop_only_when_collides = True
speed_print = 80
speed_infill = 40
speed_wall_x = 60
speed_layer_0 = 20
wall_thickness = 1.2
material_print_temperature = 195
material_final_print_temperature = 195

0 comments on commit 916dc29

Please sign in to comment.