diff --git a/resources/definitions/anycubic_kobra_go.def.json b/resources/definitions/anycubic_kobra_go.def.json new file mode 100644 index 0000000000..ce496ce4a8 --- /dev/null +++ b/resources/definitions/anycubic_kobra_go.def.json @@ -0,0 +1,43 @@ +{ + "version": 2, + "name": "Anycubic Kobra Go", + "inherits": "fdmprinter", + "metadata": { + "visible": true, + "author": "Kolja Lampe", + "manufacturer": "Anycubic", + "file_formats": "text/x-gcode", + "has_materials": true, + "preferred_material": "generic_pla", + "has_machine_quality": true, + "quality_definition": "anycubic_kobra_go", + "preferred_quality_type": "pla", + "machine_extruder_trains": { + "0": "anycubic_kobra_go_extruder_0" + }, + "firmware_file": "MarlinChiron.hex" + }, + "overrides": { + "machine_name": { + "default_value": "Anycubic Kobra Go" + }, + "machine_heated_bed": { + "default_value": true + }, + "machine_width": { + "default_value": 222 + }, + "machine_height": { + "default_value": 250 + }, + "machine_depth": { + "default_value": 222 + }, + "machine_start_gcode": { + "default_value": "M140 S[first_layer_bed_temperature]; Heat bed\nM104 S[first_layer_temperature\n ]; Heat extruder\nG21 ;metric values\nG90 ;absolute positioning\nM82 ;set extruder to absolute mode\nG28 ; Home all axes\nG92 E0 ; Reset Extruder\nM420 S1 ; Enable Bed Levelling Mesh\nM190 S[first_layer_bed_temperature\n ]; Wait for bed to get up to temperature\nM109 S[first_layer_temperature\n ]; Wait for extruder to get up to temperature\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 X2 Y20 Z0.3 F5000.0 ; Move to start position\nG1 X2 Y200.0 Z0.3 F1500.0 E15 ; Draw the first line\nG1 X2.4 Y200.0 Z0.3 F5000.0 ; Move to side a little\nG1 X2.4 Y20 Z0.3 F1500.0 E30 ; Draw the second line\nG92 E0 ; Reset Extruder\nG1 Z2.0 F3000 ; Move Z Axis up little to prevent scratching of Heat Bed\nG1 F2400 E-1\nG1 X5 Y20 Z0.3 F5000.0 ; Move over to prevent blob squish" + }, + "machine_end_gcode": { + "default_value": "M400 ; Wait for current moves to finish\nM220 S100 ; Reset Speed factor override percentage to default (100%)\nM221 S100 ; Reset Extrude factor override percentage to default (100%)\nG91 ; Set coordinates to relative\nG1 F2400 E-1 ; Retract filament 3mm at 40mm/s to prevent stringing\nG0 F5000 Z20 ; Move Z Axis up 20mm to allow filament ooze freely\nG90 ; Set coordinates to absolute\nG0 X0 Y220 F5000 ; Move Heat Bed to the front for easy print removal\nM104 S0 ; turn off extruder\nM140 S0 ; turn off bed\nM84 ; Disable stepper motors\n; End of custom end GCode" + } + } +} \ No newline at end of file diff --git a/resources/extruders/anycubic_kobra_go_extruder_0.def.json b/resources/extruders/anycubic_kobra_go_extruder_0.def.json new file mode 100644 index 0000000000..9712920928 --- /dev/null +++ b/resources/extruders/anycubic_kobra_go_extruder_0.def.json @@ -0,0 +1,17 @@ +{ + "version": 2, + "name": "Extruder 1", + "inherits": "fdmextruder", + "metadata": { + "machine": "anycubic_kobra_go", + "position": "0" + }, + "overrides": { + "extruder_nr": { + "default_value": 0 + }, + "material_diameter": { + "default_value": 1.75 + } + } +} \ No newline at end of file diff --git a/resources/quality/anycubic_kobra_go/anycubic_kobra_go_abs.inst.cfg b/resources/quality/anycubic_kobra_go/anycubic_kobra_go_abs.inst.cfg new file mode 100644 index 0000000000..6fa12d5ace --- /dev/null +++ b/resources/quality/anycubic_kobra_go/anycubic_kobra_go_abs.inst.cfg @@ -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 \ No newline at end of file diff --git a/resources/quality/anycubic_kobra_go/anycubic_kobra_go_pla.inst.cfg b/resources/quality/anycubic_kobra_go/anycubic_kobra_go_pla.inst.cfg new file mode 100644 index 0000000000..78632154f1 --- /dev/null +++ b/resources/quality/anycubic_kobra_go/anycubic_kobra_go_pla.inst.cfg @@ -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 \ No newline at end of file diff --git a/resources/quality/anycubic_kobra_go/anycubic_kobra_go_tpu.inst.cfg b/resources/quality/anycubic_kobra_go/anycubic_kobra_go_tpu.inst.cfg new file mode 100644 index 0000000000..20bc51598e --- /dev/null +++ b/resources/quality/anycubic_kobra_go/anycubic_kobra_go_tpu.inst.cfg @@ -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 \ No newline at end of file