diff --git a/resources/definitions/elegoo_centauri_carbon.def.json b/resources/definitions/elegoo_centauri_carbon.def.json index 22f40289f6..8b26e17cab 100644 --- a/resources/definitions/elegoo_centauri_carbon.def.json +++ b/resources/definitions/elegoo_centauri_carbon.def.json @@ -20,11 +20,20 @@ }, "overrides": { - "machine_name": { "default_value": "ELEGOO Centauri Carbon" }, - "machine_width": { "default_value": 257 }, + "acceleration_layer_0": { "value": 1000 }, + "acceleration_print": + { + "maximum_value_warning": 20000, + "value": 10000 + }, + "acceleration_wall": { "value": "acceleration_print / 2" }, + "adhesion_type": { "value": "'skirt'" }, + "bottom_layers": { "value": 3 }, + "gantry_height": { "value": 90 }, + "infill_pattern": { "value": "'zigzag'" }, + "machine_acceleration": { "value": 10000 }, "machine_depth": { "default_value": 257 }, - "machine_height": { "default_value": 257 }, - "machine_heated_bed": { "default_value": true }, + "machine_end_gcode": { "default_value": ";===== Elegoo Centauri Carbon End G-code =====\nM400 ; wait for buffer to clear\nM140 S0 ;Turn-off bed\nM106 S255 ;Cooling nozzle\nM83\nG92 E0 ; zero the extruder\nG1 E-1 F3000 ; retract\nG90\nG1 Z{max(layer_height * (layer_count - 1) + 50, 100)} F20000 ; Move print head up\nM204 S5000\nM400\nM83\nG1 X202 F20000\nM400\nG1 Y250 F20000\nG1 Y255 F1200\nM400\nG92 E0\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM84 ;Disable all steppers" }, "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" }, "machine_head_with_fans_polygon": { @@ -35,92 +44,78 @@ [57, -57] ] }, - "gantry_height": { "value": 90 }, - + "machine_heated_bed": { "default_value": true }, + "machine_height": { "default_value": 257 }, + "machine_max_acceleration_e": { "value": 5000 }, "machine_max_acceleration_x": { "value": 20000 }, "machine_max_acceleration_y": { "value": 20000 }, "machine_max_acceleration_z": { "value": 500 }, - "machine_max_acceleration_e": { "value": 5000 }, - "machine_acceleration": { "value": 10000 }, + "machine_max_jerk_e": { "value": 2.5 }, "machine_max_jerk_xy": { "value": 9.0 }, "machine_max_jerk_z": { "value": 3.0 }, - "machine_max_jerk_e": { "value": 2.5 }, - - "acceleration_print": + "machine_name": { "default_value": "ELEGOO Centauri Carbon" }, + "machine_start_gcode": { "default_value": ";;===== Elegoo Centauri Carbon Start G-code =====\n;printer_model:ELEGOO Centauri Carbon\nM400 ; wait for buffer to clear\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM140 S{material_bed_temperature_layer_0}\nG90\nG28 ;home\nM729 ;Clean Nozzle\nM106 P2 S255\nM190 S{material_bed_temperature_layer_0}\nM106 P2 S0\n\n;=============turn on fans to prevent PLA jamming=================\nM106 P3 S180\n\n;Enable pressure advance\nSET_PRESSURE_ADVANCE ADVANCE=0.024\nM400\nM204 S10000 ;Set acceleration\n\nG1 X128 Y-1.2 F20000\nG1 Z0.3 F900\nM109 S{material_print_temperature_layer_0}\nM83\nG92 E0 ;Reset Extruder\n;Purge line - values from official Elegoo config\nG1 X-1.2 E10.156 F6000 ;Draw the first line\nG1 Y98.8 E7.934\nG1 X-0.5 Y100 E0.1\nG1 Y-0.3 E7.934\nG1 X78 E6.284\nG3 I-1 J0 Z0.6 F1200.0 ;Move to side a little\nG1 F20000\nG92 E0 ;Reset Extruder\n" }, + "machine_width": { "default_value": 257 }, + "retraction_amount": { "default_value": 0.8 }, + "retraction_combing": { "value": "'no_outer_surfaces'" }, + "retraction_count_max": { "value": 100 }, + "retraction_hop": { "value": 0.4 }, + "retraction_hop_enabled": { "value": true }, + "retraction_prime_speed": { "value": 30 }, + "retraction_retract_speed": { "value": 30 }, + "retraction_speed": { "default_value": 30 }, + "skirt_gap": { "value": 2 }, + "skirt_line_count": { "value": 2 }, + "speed_infill": { - "value": 10000, - "maximum_value_warning": 20000 + "maximum_value_warning": 500, + "value": 200 + }, + "speed_layer_0": + { + "maximum_value_warning": 500, + "value": 50 }, - "acceleration_wall": { "value": "acceleration_print / 2" }, - "acceleration_layer_0": { "value": 1000 }, - "speed_print": { "default_value": 200, "maximum_value_warning": 500 }, - "speed_wall_0": + "speed_support_interface": { - "value": 160, - "maximum_value_warning": 500 - }, - "speed_wall_x": - { - "value": 200, - "maximum_value_warning": 500 - }, - "speed_infill": - { - "value": 200, - "maximum_value_warning": 500 + "maximum_value_warning": 500, + "value": 80 }, "speed_topbottom": { - "value": 150, - "maximum_value_warning": 500 + "maximum_value_warning": 500, + "value": 150 }, "speed_travel": { - "value": 400, - "maximum_value_warning": 500 - }, - "speed_layer_0": - { - "value": 50, - "maximum_value_warning": 500 + "maximum_value_warning": 500, + "value": 400 }, "speed_travel_layer_0": { - "value": 100, - "maximum_value_warning": 500 + "maximum_value_warning": 500, + "value": 100 + }, + "speed_wall_0": + { + "maximum_value_warning": 500, + "value": 160 + }, + "speed_wall_x": + { + "maximum_value_warning": 500, + "value": 200 }, - "speed_support_interface": { "value": 80, "maximum_value_warning": 500 }, - - "retraction_amount": { "default_value": 0.8 }, - "retraction_speed": { "default_value": 30 }, - "retraction_retract_speed": { "value": 30 }, - "retraction_prime_speed": { "value": 30 }, - "retraction_hop": { "value": 0.4 }, - "retraction_hop_enabled": { "value": true }, - "retraction_count_max": { "value": 100 }, - "retraction_combing": { "value": "'no_outer_surfaces'" }, - - "infill_pattern": { "value": "'zigzag'" }, - "top_layers": { "value": 5 }, - "bottom_layers": { "value": 3 }, - "top_bottom_thickness": { "value": 1.0 }, - "support_angle": { "value": 40 }, - "support_z_distance": { "value": 0.15 }, - "support_xy_distance": { "value": 0.5 }, "support_interface_enable": { "value": true }, - - "adhesion_type": { "value": "'skirt'" }, - "skirt_line_count": { "value": 2 }, - "skirt_gap": { "value": 2 }, - - "machine_start_gcode": { "default_value": ";;===== Elegoo Centauri Carbon Start G-code =====\n;printer_model:ELEGOO Centauri Carbon\nM400 ; wait for buffer to clear\nM220 S100 ;Set the feed speed to 100%\nM221 S100 ;Set the flow rate to 100%\nM104 S140\nM140 S{material_bed_temperature_layer_0}\nG90\nG28 ;home\nM729 ;Clean Nozzle\nM106 P2 S255\nM190 S{material_bed_temperature_layer_0}\nM106 P2 S0\n\n;=============turn on fans to prevent PLA jamming=================\nM106 P3 S180\n\n;Enable pressure advance\nSET_PRESSURE_ADVANCE ADVANCE=0.024\nM400\nM204 S10000 ;Set acceleration\n\nG1 X128 Y-1.2 F20000\nG1 Z0.3 F900\nM109 S{material_print_temperature_layer_0}\nM83\nG92 E0 ;Reset Extruder\n;Purge line - values from official Elegoo config\nG1 X-1.2 E10.156 F6000 ;Draw the first line\nG1 Y98.8 E7.934\nG1 X-0.5 Y100 E0.1\nG1 Y-0.3 E7.934\nG1 X78 E6.284\nG3 I-1 J0 Z0.6 F1200.0 ;Move to side a little\nG1 F20000\nG92 E0 ;Reset Extruder\n" }, - - "machine_end_gcode": { "default_value": ";===== Elegoo Centauri Carbon End G-code =====\nM400 ; wait for buffer to clear\nM140 S0 ;Turn-off bed\nM106 S255 ;Cooling nozzle\nM83\nG92 E0 ; zero the extruder\nG1 E-1 F3000 ; retract\nG90\nG1 Z{max(layer_height * (layer_count - 1) + 50, 100)} F20000 ; Move print head up\nM204 S5000\nM400\nM83\nG1 X202 F20000\nM400\nG1 Y250 F20000\nG1 Y255 F1200\nM400\nG92 E0\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM106 P2 S0 ; turn off remote part cooling fan\nM106 P3 S0 ; turn off chamber cooling fan\nM84 ;Disable all steppers" } + "support_xy_distance": { "value": 0.5 }, + "support_z_distance": { "value": 0.15 }, + "top_bottom_thickness": { "value": 1.0 }, + "top_layers": { "value": 5 } } -} +} \ No newline at end of file diff --git a/resources/extruders/elegoo_centauri_carbon_extruder_0.def.json b/resources/extruders/elegoo_centauri_carbon_extruder_0.def.json index 1602a2d18b..f1e87a0862 100644 --- a/resources/extruders/elegoo_centauri_carbon_extruder_0.def.json +++ b/resources/extruders/elegoo_centauri_carbon_extruder_0.def.json @@ -10,9 +10,9 @@ "overrides": { "extruder_nr": { "default_value": 0 }, - "material_diameter": { "default_value": 1.75 }, - "machine_nozzle_size": { "default_value": 0.4 }, "machine_nozzle_offset_x": { "default_value": 0 }, - "machine_nozzle_offset_y": { "default_value": 0 } + "machine_nozzle_offset_y": { "default_value": 0 }, + "machine_nozzle_size": { "default_value": 0.4 }, + "material_diameter": { "default_value": 1.75 } } -} +} \ No newline at end of file diff --git a/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.16.inst.cfg b/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.16.inst.cfg index bec6b7e1f8..d36659c1bf 100644 --- a/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.16.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.16.inst.cfg @@ -11,11 +11,12 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 30 infill_sparse_density = 20 -material_print_temperature = 260 material_bed_temperature = 100 +material_print_temperature = 260 speed_print = 120 speed_wall_0 = 80 speed_wall_x = 100 top_bottom_thickness = 0.8 -cool_fan_speed = 30 + diff --git a/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.20.inst.cfg index d9d0a04d56..a47d1faca3 100644 --- a/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.20.inst.cfg @@ -11,11 +11,12 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 30 infill_sparse_density = 20 -material_print_temperature = 260 material_bed_temperature = 100 +material_print_temperature = 260 speed_print = 140 speed_wall_0 = 100 speed_wall_x = 120 top_bottom_thickness = 1.0 -cool_fan_speed = 30 + diff --git a/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.24.inst.cfg b/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.24.inst.cfg index e799e270fa..1e7ca27e02 100644 --- a/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.24.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/asa/nozzle_0_40/elegoo_cc_asa_nozzle_0.40_layer_0.24.inst.cfg @@ -11,11 +11,12 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 30 infill_sparse_density = 20 -material_print_temperature = 265 material_bed_temperature = 100 +material_print_temperature = 265 speed_print = 160 speed_wall_0 = 120 speed_wall_x = 140 top_bottom_thickness = 1.0 -cool_fan_speed = 30 + diff --git a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.08.inst.cfg b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.08.inst.cfg index ae11a0cf0b..23384adb85 100644 --- a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.08.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.08.inst.cfg @@ -11,12 +11,13 @@ type = quality weight = -1 [values] +bottom_layers = 5 layer_height = 0.08 layer_height_0 = 0.12 +speed_infill = 150 speed_print = 120 +speed_topbottom = 80 speed_wall_0 = 80 speed_wall_x = 120 -speed_infill = 150 -speed_topbottom = 80 top_layers = 8 -bottom_layers = 5 + diff --git a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.12.inst.cfg b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.12.inst.cfg index c574fbbbe7..03dd1b6011 100644 --- a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.12.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.12.inst.cfg @@ -11,12 +11,13 @@ type = quality weight = -2 [values] +bottom_layers = 4 layer_height = 0.12 layer_height_0 = 0.16 +speed_infill = 180 speed_print = 150 +speed_topbottom = 100 speed_wall_0 = 120 speed_wall_x = 150 -speed_infill = 180 -speed_topbottom = 100 top_layers = 6 -bottom_layers = 4 + diff --git a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.16.inst.cfg b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.16.inst.cfg index e6d35cbbb2..6852e9b091 100644 --- a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.16.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.16.inst.cfg @@ -11,12 +11,13 @@ type = quality weight = -3 [values] +bottom_layers = 4 layer_height = 0.16 layer_height_0 = 0.2 +speed_infill = 200 speed_print = 180 +speed_topbottom = 120 speed_wall_0 = 140 speed_wall_x = 180 -speed_infill = 200 -speed_topbottom = 120 top_layers = 5 -bottom_layers = 4 + diff --git a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.20.inst.cfg b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.20.inst.cfg index bebf26f907..e9e950119e 100644 --- a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.20.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.20.inst.cfg @@ -11,12 +11,13 @@ type = quality weight = -4 [values] +bottom_layers = 3 layer_height = 0.20 layer_height_0 = 0.20 +speed_infill = 200 speed_print = 200 +speed_topbottom = 150 speed_wall_0 = 160 speed_wall_x = 200 -speed_infill = 200 -speed_topbottom = 150 top_layers = 5 -bottom_layers = 3 + diff --git a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.24.inst.cfg b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.24.inst.cfg index 755e8944d4..dd1ce25a47 100644 --- a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.24.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.24.inst.cfg @@ -11,12 +11,13 @@ type = quality weight = -5 [values] +bottom_layers = 3 layer_height = 0.24 layer_height_0 = 0.24 +speed_infill = 250 speed_print = 220 +speed_topbottom = 180 speed_wall_0 = 180 speed_wall_x = 220 -speed_infill = 250 -speed_topbottom = 180 top_layers = 4 -bottom_layers = 3 + diff --git a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.28.inst.cfg b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.28.inst.cfg index b7dcd8b26f..4b8800a1df 100644 --- a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.28.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.28.inst.cfg @@ -11,12 +11,13 @@ type = quality weight = -6 [values] +bottom_layers = 3 layer_height = 0.28 layer_height_0 = 0.28 +speed_infill = 280 speed_print = 250 +speed_topbottom = 200 speed_wall_0 = 200 speed_wall_x = 250 -speed_infill = 280 -speed_topbottom = 200 top_layers = 4 -bottom_layers = 3 + diff --git a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.32.inst.cfg b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.32.inst.cfg index d6fea99501..628e9e5410 100644 --- a/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.32.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/elegoo_cc_layer_0.32.inst.cfg @@ -11,12 +11,13 @@ type = quality weight = -7 [values] +bottom_layers = 3 layer_height = 0.32 layer_height_0 = 0.32 +speed_infill = 300 speed_print = 280 +speed_topbottom = 220 speed_wall_0 = 220 speed_wall_x = 280 -speed_infill = 300 -speed_topbottom = 220 top_layers = 3 -bottom_layers = 3 + diff --git a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.16.inst.cfg b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.16.inst.cfg index 6ba4dac49c..9bca1c2866 100644 --- a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.16.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.16.inst.cfg @@ -11,11 +11,12 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 50 infill_sparse_density = 15 -material_print_temperature = 245 material_bed_temperature = 70 +material_print_temperature = 245 speed_print = 150 speed_wall_0 = 100 speed_wall_x = 140 top_bottom_thickness = 0.8 -cool_fan_speed = 50 + diff --git a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.20.inst.cfg index dcd80d799c..701a580768 100644 --- a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.20.inst.cfg @@ -11,11 +11,12 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 50 infill_sparse_density = 15 -material_print_temperature = 245 material_bed_temperature = 70 +material_print_temperature = 245 speed_print = 180 speed_wall_0 = 120 speed_wall_x = 160 top_bottom_thickness = 1.0 -cool_fan_speed = 50 + diff --git a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.24.inst.cfg b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.24.inst.cfg index ed9269c8c4..0b7d40b59b 100644 --- a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.24.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_40/elegoo_cc_petg_nozzle_0.40_layer_0.24.inst.cfg @@ -11,11 +11,12 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 50 infill_sparse_density = 15 -material_print_temperature = 250 material_bed_temperature = 70 +material_print_temperature = 250 speed_print = 200 speed_wall_0 = 140 speed_wall_x = 180 top_bottom_thickness = 1.0 -cool_fan_speed = 50 + diff --git a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_60/elegoo_cc_petg_nozzle_0.60_layer_0.24.inst.cfg b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_60/elegoo_cc_petg_nozzle_0.60_layer_0.24.inst.cfg index d4494e6e16..c0a1eca9d1 100644 --- a/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_60/elegoo_cc_petg_nozzle_0.60_layer_0.24.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/petg/nozzle_0_60/elegoo_cc_petg_nozzle_0.60_layer_0.24.inst.cfg @@ -11,11 +11,12 @@ type = quality variant = 0.60mm_Elegoo_Nozzle [values] +cool_fan_speed = 50 infill_sparse_density = 15 -material_print_temperature = 250 material_bed_temperature = 70 +material_print_temperature = 250 speed_print = 180 speed_wall_0 = 120 speed_wall_x = 160 top_bottom_thickness = 1.0 -cool_fan_speed = 50 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.08.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.08.inst.cfg index 4e8caf3baa..9ac3c8a860 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.08.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.08.inst.cfg @@ -12,9 +12,10 @@ variant = 0.20mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 210 material_bed_temperature = 60 +material_print_temperature = 210 speed_print = 100 speed_wall_0 = 60 speed_wall_x = 80 top_bottom_thickness = 0.64 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.12.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.12.inst.cfg index 09a10ea362..eea28fe4e2 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.12.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_20/elegoo_cc_pla_nozzle_0.20_layer_0.12.inst.cfg @@ -12,9 +12,10 @@ variant = 0.20mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 210 material_bed_temperature = 60 +material_print_temperature = 210 speed_print = 120 speed_wall_0 = 80 speed_wall_x = 100 top_bottom_thickness = 0.72 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.12.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.12.inst.cfg index 03c6ad9ae2..423c155878 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.12.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.12.inst.cfg @@ -12,9 +12,10 @@ variant = 0.40mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 210 material_bed_temperature = 60 +material_print_temperature = 210 speed_print = 150 speed_wall_0 = 120 speed_wall_x = 150 top_bottom_thickness = 0.72 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.16.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.16.inst.cfg index b15888c58f..cb1ed8d47c 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.16.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.16.inst.cfg @@ -12,9 +12,10 @@ variant = 0.40mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 210 material_bed_temperature = 60 +material_print_temperature = 210 speed_print = 180 speed_wall_0 = 140 speed_wall_x = 180 top_bottom_thickness = 0.8 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.20.inst.cfg index be293e1c14..5292337599 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.20.inst.cfg @@ -12,9 +12,10 @@ variant = 0.40mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 210 material_bed_temperature = 60 +material_print_temperature = 210 speed_print = 200 speed_wall_0 = 160 speed_wall_x = 200 top_bottom_thickness = 1.0 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.24.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.24.inst.cfg index 7ab6a50459..d59d269cf8 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.24.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.24.inst.cfg @@ -12,9 +12,10 @@ variant = 0.40mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 215 material_bed_temperature = 60 +material_print_temperature = 215 speed_print = 220 speed_wall_0 = 180 speed_wall_x = 220 top_bottom_thickness = 1.0 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.28.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.28.inst.cfg index 4438751e62..4285979bce 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.28.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_40/elegoo_cc_pla_nozzle_0.40_layer_0.28.inst.cfg @@ -12,9 +12,10 @@ variant = 0.40mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 215 material_bed_temperature = 60 +material_print_temperature = 215 speed_print = 250 speed_wall_0 = 200 speed_wall_x = 250 top_bottom_thickness = 1.12 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.24.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.24.inst.cfg index baebe250cf..b1914ab3e0 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.24.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.24.inst.cfg @@ -12,9 +12,10 @@ variant = 0.60mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 215 material_bed_temperature = 60 +material_print_temperature = 215 speed_print = 200 speed_wall_0 = 160 speed_wall_x = 200 top_bottom_thickness = 1.0 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.32.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.32.inst.cfg index 002d13ac28..b130964675 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.32.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_60/elegoo_cc_pla_nozzle_0.60_layer_0.32.inst.cfg @@ -12,9 +12,10 @@ variant = 0.60mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 220 material_bed_temperature = 60 +material_print_temperature = 220 speed_print = 220 speed_wall_0 = 180 speed_wall_x = 220 top_bottom_thickness = 1.28 + diff --git a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_80/elegoo_cc_pla_nozzle_0.80_layer_0.32.inst.cfg b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_80/elegoo_cc_pla_nozzle_0.80_layer_0.32.inst.cfg index 595239de8c..b8aef9ce57 100644 --- a/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_80/elegoo_cc_pla_nozzle_0.80_layer_0.32.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/pla/nozzle_0_80/elegoo_cc_pla_nozzle_0.80_layer_0.32.inst.cfg @@ -12,9 +12,10 @@ variant = 0.80mm_Elegoo_Nozzle [values] infill_sparse_density = 15 -material_print_temperature = 220 material_bed_temperature = 60 +material_print_temperature = 220 speed_print = 200 speed_wall_0 = 160 speed_wall_x = 200 top_bottom_thickness = 1.28 + diff --git a/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.16.inst.cfg b/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.16.inst.cfg index 4dd6eddbc2..bbbf21f686 100644 --- a/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.16.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.16.inst.cfg @@ -11,14 +11,15 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 100 infill_sparse_density = 20 -material_print_temperature = 230 material_bed_temperature = 50 +material_print_temperature = 230 +retraction_enable = False +speed_infill = 50 speed_print = 40 +speed_travel = 150 speed_wall_0 = 25 speed_wall_x = 35 -speed_infill = 50 -speed_travel = 150 top_bottom_thickness = 0.8 -cool_fan_speed = 100 -retraction_enable = False + diff --git a/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.20.inst.cfg b/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.20.inst.cfg index 3fb3b7ab94..d96fe1318a 100644 --- a/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.20.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.20.inst.cfg @@ -11,14 +11,15 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 100 infill_sparse_density = 20 -material_print_temperature = 230 material_bed_temperature = 50 +material_print_temperature = 230 +retraction_enable = False +speed_infill = 60 speed_print = 45 +speed_travel = 150 speed_wall_0 = 30 speed_wall_x = 40 -speed_infill = 60 -speed_travel = 150 top_bottom_thickness = 1.0 -cool_fan_speed = 100 -retraction_enable = False + diff --git a/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.24.inst.cfg b/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.24.inst.cfg index dd052c492e..0e6855b323 100644 --- a/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.24.inst.cfg +++ b/resources/quality/elegoo/centauri_carbon/tpu/nozzle_0_40/elegoo_cc_tpu_nozzle_0.40_layer_0.24.inst.cfg @@ -11,14 +11,15 @@ type = quality variant = 0.40mm_Elegoo_Nozzle [values] +cool_fan_speed = 100 infill_sparse_density = 20 -material_print_temperature = 235 material_bed_temperature = 50 +material_print_temperature = 235 +retraction_enable = False +speed_infill = 70 speed_print = 50 +speed_travel = 150 speed_wall_0 = 35 speed_wall_x = 45 -speed_infill = 70 -speed_travel = 150 top_bottom_thickness = 1.0 -cool_fan_speed = 100 -retraction_enable = False + diff --git a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.20.inst.cfg b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.20.inst.cfg index 9f868d3b91..ba7d42476a 100644 --- a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.20.inst.cfg +++ b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.20.inst.cfg @@ -10,3 +10,4 @@ type = variant [values] machine_nozzle_size = 0.2 + diff --git a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.40.inst.cfg b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.40.inst.cfg index 1d17ae5b8d..5f7478b6de 100644 --- a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.40.inst.cfg +++ b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.40.inst.cfg @@ -10,3 +10,4 @@ type = variant [values] machine_nozzle_size = 0.4 + diff --git a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.60.inst.cfg b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.60.inst.cfg index 629e9cc041..91efcfd52b 100644 --- a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.60.inst.cfg +++ b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.60.inst.cfg @@ -10,3 +10,4 @@ type = variant [values] machine_nozzle_size = 0.6 + diff --git a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.80.inst.cfg b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.80.inst.cfg index fb735ec77a..13823f62e5 100644 --- a/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.80.inst.cfg +++ b/resources/variants/elegoo/elegoo_centauri_carbon/elegoo_centauri_carbon_0.80.inst.cfg @@ -10,3 +10,4 @@ type = variant [values] machine_nozzle_size = 0.8 +