Update CC2 Profiles from elegoo slicer (#12215)

This commit is contained in:
TheLegendTubaGuy
2026-03-11 10:57:40 -05:00
committed by GitHub
parent 25740788e7
commit e6dfd2d8cb
60 changed files with 1326 additions and 96 deletions

View File

@@ -2,13 +2,13 @@
{
"type": "process",
"name": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
"inherits": "fdm_process_ecc_04020",
"inherits": "fdm_process_elegoo_04020",
"from": "system",
"setting_id": "PECC204020",
"instantiation": "true",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.6",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
"filename_format": "ECC2_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
@@ -17,7 +17,6 @@
"enable_arc_fitting": "0",
"exclude_object": "0",
"independent_support_layer_height": "0",
"infill_anchor": "1000",
"initial_layer_acceleration": "2000",
"outer_wall_speed": "200",
"skirt_height": "4",
@@ -30,5 +29,6 @@
"top_surface_acceleration": "5000",
"tree_support_branch_distance_organic": "2",
"tree_support_tip_diameter": "0.8",
"wall_sequence": "inner-outer-inner wall"
"wall_sequence": "inner wall/outer wall",
"reduce_infill_retraction": "0"
}