Sync Elegoo profiles (#13790)

* Sync Elegoo profiles from ElegooSlicer

Update vendor Elegoo.json, filament/machine/process trees, and OrcaFilamentLibrary
Elegoo entries. Align machine default material names with existing filament preset names.

* feat: expose filament_name for G-code export filename format

Derive from filament_settings_id for the first active extruder and strip the suffix after @, matching ElegooSlicer so filename_format can use {filament_name}.

* chore: reorder Elegoo entries in OrcaFilamentLibrary

Group Elegoo @base profiles and bump library version to 02.03.02.62.

* sync OrcaFilamentLibrary.json with Elegoo filament profiles

* fix: clean up Elegoo process renamed_from for profile validation

Add single renamed_from only where preset names changed from legacy Orca
names; remove duplicate Rapid @System library entries that conflicted with
ECC2 vendor presets.

* fix(profiles): add missing Elegoo renamed_from for profile validation

CI custom-preset tests still inherit legacy Orca preset names that no
longer exist after the Elegoo bundle update. Add renamed_from on process,
Neptune 4 machines, OrcaFilamentLibrary filaments, and Giga profiles so
inherits resolve again, without changing print parameters.
This commit is contained in:
wujie
2026-05-27 22:58:39 +08:00
committed by GitHub
parent b230a97a50
commit 5b071d5013
772 changed files with 15462 additions and 19601 deletions

View File

@@ -1,8 +1,7 @@
{
"type": "process",
"name": "0.08mm Optimal @Elegoo C 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo C 0.2 nozzle",
"instantiation": "true",
"elefant_foot_compensation": "0.05",
"layer_height": "0.08"
"inherits": "0.10mm Standard @Elegoo C 0.2 nozzle",
"layer_height": "0.08",
"name": "0.08mm Optimal @Elegoo C 0.2 nozzle",
"instantiation": "true"
}

View File

@@ -1,13 +1,15 @@
{
"type": "process",
"name": "0.10mm Standard @Elegoo C 0.2 nozzle",
"inherits": "fdm_process_ecc_02010",
"inherits": "fdm_process_elegoo_02010",
"from": "system",
"setting_id": "PEC02010",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"elefant_foot_compensation": "0.15",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri 0.2 nozzle"
]

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.12mm Draft @Elegoo C 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo C 0.2 nozzle",
"instantiation": "true",
"layer_height": "0.12"
"layer_height": "0.12",
"name": "0.12mm Draft @Elegoo C 0.2 nozzle",
"instantiation": "true"
}

View File

@@ -1,8 +1,7 @@
{
"type": "process",
"name": "0.12mm Fine @Elegoo C 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo C 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.12",
"wall_loops": "3"
"name": "0.12mm Fine @Elegoo C 0.4 nozzle",
"wall_loops": "3",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.14mm Extra Draft @Elegoo C 0.2 nozzle",
"inherits": "0.10mm Standard @Elegoo C 0.2 nozzle",
"instantiation": "true",
"layer_height": "0.14"
"layer_height": "0.14",
"name": "0.14mm Extra Draft @Elegoo C 0.2 nozzle",
"instantiation": "true"
}

View File

@@ -1,8 +1,7 @@
{
"type": "process",
"name": "0.16mm Extra Fine @Elegoo C 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo C 0.8 nozzle",
"instantiation": "true",
"initial_layer_print_height": "0.3",
"layer_height": "0.16"
"layer_height": "0.16",
"name": "0.16mm Extra Fine @Elegoo C 0.8 nozzle",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.16mm Optimal @Elegoo C 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo C 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.16"
"layer_height": "0.16",
"name": "0.16mm Optimal @Elegoo C 0.4 nozzle",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.18mm Fine @Elegoo C 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo C 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.18"
"layer_height": "0.18",
"name": "0.18mm Fine @Elegoo C 0.6 nozzle",
"instantiation": "true"
}

View File

@@ -1,14 +1,16 @@
{
"type": "process",
"name": "0.20mm Standard @Elegoo C 0.4 nozzle",
"inherits": "fdm_process_ecc_04020",
"inherits": "fdm_process_elegoo_04020",
"from": "system",
"setting_id": "PEC04020",
"instantiation": "true",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.6",
"sparse_infill_pattern": "zig-zag",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri 0.4 nozzle"
]

View File

@@ -1,13 +1,13 @@
{
"type": "process",
"name": "0.20mm Strength @Elegoo C 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo C 0.4 nozzle",
"instantiation": "true",
"name": "0.20mm Strength @Elegoo C 0.4 nozzle",
"wall_sequence": "inner-outer-inner wall",
"reduce_crossing_wall": "1",
"bottom_shell_layers": "5",
"outer_wall_speed": "120",
"print_flow_ratio": "0.95",
"sparse_infill_density": "20%",
"top_shell_layers": "6",
"wall_loops": "6"
"wall_loops": "6",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.24mm Draft @Elegoo C 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo C 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.24"
"layer_height": "0.24",
"name": "0.24mm Draft @Elegoo C 0.4 nozzle",
"instantiation": "true"
}

View File

@@ -1,8 +1,7 @@
{
"type": "process",
"name": "0.24mm Fine @Elegoo C 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo C 0.8 nozzle",
"instantiation": "true",
"initial_layer_print_height": "0.3",
"layer_height": "0.24"
"layer_height": "0.24",
"name": "0.24mm Fine @Elegoo C 0.8 nozzle",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.24mm Optimal @Elegoo C 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo C 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.24"
"layer_height": "0.24",
"name": "0.24mm Optimal @Elegoo C 0.6 nozzle",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.28mm Extra Draft @Elegoo C 0.4 nozzle",
"inherits": "0.20mm Standard @Elegoo C 0.4 nozzle",
"instantiation": "true",
"layer_height": "0.28"
"layer_height": "0.28",
"name": "0.28mm Extra Draft @Elegoo C 0.4 nozzle",
"instantiation": "true"
}

View File

@@ -1,12 +1,14 @@
{
"type": "process",
"name": "0.30mm Standard @Elegoo C 0.6 nozzle",
"inherits": "fdm_process_ecc_06030",
"inherits": "fdm_process_elegoo_06030",
"from": "system",
"setting_id": "PEC06030",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri 0.6 nozzle"
]

View File

@@ -1,13 +1,12 @@
{
"type": "process",
"name": "0.30mm Strength @Elegoo C 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo C 0.6 nozzle",
"instantiation": "true",
"inner_wall_speed": "120",
"name": "0.30mm Strength @Elegoo C 0.6 nozzle",
"wall_sequence": "inner-outer-inner wall",
"reduce_crossing_wall": "1",
"outer_wall_speed": "80",
"sparse_infill_density": "15%",
"top_surface_speed": "120",
"wall_loops": "4"
"wall_loops": "4",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.32mm Optimal @Elegoo C 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo C 0.8 nozzle",
"instantiation": "true",
"layer_height": "0.32"
"layer_height": "0.32",
"name": "0.32mm Optimal @Elegoo C 0.8 nozzle",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.36mm Draft @Elegoo C 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo C 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.36"
"layer_height": "0.36",
"name": "0.36mm Draft @Elegoo C 0.6 nozzle",
"instantiation": "true"
}

View File

@@ -1,12 +1,14 @@
{
"type": "process",
"name": "0.40mm Standard @Elegoo C 0.8 nozzle",
"inherits": "fdm_process_ecc_08040",
"inherits": "fdm_process_elegoo_08040",
"from": "system",
"setting_id": "PEC08040",
"instantiation": "true",
"sparse_infill_pattern": "zig-zag",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_type[0]}{layer_height}_{print_time}.gcode",
"filename_format": "EC_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
"min_width_top_surface": "50%",
"enable_prime_tower": "1",
"compatible_printers": [
"Elegoo Centauri 0.8 nozzle"
]

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.42mm Extra Draft @Elegoo C 0.6 nozzle",
"inherits": "0.30mm Standard @Elegoo C 0.6 nozzle",
"instantiation": "true",
"layer_height": "0.42"
"layer_height": "0.42",
"name": "0.42mm Extra Draft @Elegoo C 0.6 nozzle",
"instantiation": "true"
}

View File

@@ -1,7 +1,6 @@
{
"type": "process",
"name": "0.48mm Draft @Elegoo C 0.8 nozzle",
"inherits": "0.40mm Standard @Elegoo C 0.8 nozzle",
"instantiation": "true",
"layer_height": "0.48"
"layer_height": "0.48",
"name": "0.48mm Draft @Elegoo C 0.8 nozzle",
"instantiation": "true"
}