Last active
September 30, 2025 16:40
-
-
Save srMarquinho/517856e9b405dafea94a063a15c060ee to your computer and use it in GitHub Desktop.
Anycubic Kobra Cura Profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Start G-Code | |
| G28 ;Home | |
| G1 Z15.0 F1200 ;Move the platform down 15mm | |
| ;Prime the extruder | |
| G92 E0 | |
| G1 F200 E3 | |
| G92 E0 | |
| # End G-Code | |
| M104 S0 | |
| M140 S0 | |
| ;Retract the filament | |
| G92 E1 | |
| G1 E-1 F300 | |
| G28 X0 Y0 | |
| M84 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [general] | |
| version = 4 | |
| name = PLA - detailed | |
| definition = anycubic_kobra | |
| [metadata] | |
| type = quality_changes | |
| quality_type = pla | |
| setting_version = 24 | |
| [values] | |
| acceleration_travel_enabled = False | |
| adhesion_type = skirt | |
| layer_height = 0.16 | |
| layer_height_0 = 0.16 | |
| material_bed_temperature = 60.0 | |
| retraction_combing = noskin | |
| speed_slowdown_layers = 4 | |
| support_enable = False | |
| support_structure = tree | |
| support_type = buildplate | |
| --------------------------------------------------- | |
| [general] | |
| version = 4 | |
| name = PLA - detailed | |
| definition = anycubic_kobra | |
| [metadata] | |
| type = quality_changes | |
| quality_type = pla | |
| intent_category = default | |
| position = 0 | |
| setting_version = 24 | |
| [values] | |
| acceleration_travel_layer_0 = 1000.0 | |
| ironing_enabled = True | |
| ironing_only_highest_layer = True | |
| ironing_pattern = concentric | |
| jerk_layer_0 = 4.0 | |
| jerk_travel_layer_0 = 4.0 | |
| line_width = 0.3 | |
| material_final_print_temperature = 200.0 | |
| material_initial_print_temperature = 200.0 | |
| material_print_temperature = 200.0 | |
| retraction_hop = 0.2 | |
| retraction_hop_enabled = True | |
| skirt_brim_speed = 25.0 | |
| speed_print = 50.0 | |
| speed_topbottom = 50.0 | |
| speed_travel_layer_0 = 25.0 | |
| speed_wall = 50.0 | |
| travel_avoid_supports = True |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [general] | |
| version = 4 | |
| name = PLA skirt | |
| definition = anycubic_kobra | |
| [metadata] | |
| type = quality_changes | |
| quality_type = pla | |
| setting_version = 24 | |
| [values] | |
| adhesion_type = skirt | |
| ---------------------------------------------- | |
| [general] | |
| version = 4 | |
| name = PLA skirt | |
| definition = anycubic_kobra | |
| [metadata] | |
| type = quality_changes | |
| quality_type = pla | |
| intent_category = default | |
| position = 0 | |
| setting_version = 24 | |
| [values] | |
| retraction_hop = 0.2 | |
| retraction_hop_enabled = True | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment