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,69 +1,91 @@
{
"type": "machine",
"name": "fdm_elegoo_common",
"inherits": "fdm_machine_common",
"from": "system",
"instantiation": "false",
"inherits": "fdm_machine_common",
"gcode_flavor": "marlin",
"printer_technology": "FFF",
"nozzle_diameter": [
"0.4"
],
"printer_variant": "0.4",
"printable_area": [
"0x0",
"235x0",
"235x235",
"0x235"
],
"auxiliary_fan": "0",
"bed_exclude_area": [
"0x0"
],
"default_filament_profile": [
"Generic PLA @Elegoo"
],
"default_print_profile": "",
"extruder_colour": [
"#018001"
],
"machine_max_acceleration_e": [
"5000",
"5000"
"1000",
"1000"
],
"machine_max_acceleration_extruding": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_x": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_y": [
"500",
"500"
"1000",
"1000"
],
"machine_max_acceleration_z": [
"200",
"200"
"100",
"100"
],
"machine_max_speed_e": [
"60",
"60"
"70",
"70"
],
"machine_max_speed_x": [
"500",
"500"
"300",
"300"
],
"machine_max_speed_y": [
"500",
"500"
"300",
"300"
],
"machine_max_speed_z": [
"10",
"10"
"20",
"20"
],
"machine_max_jerk_e": [
"5",
"5"
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"8",
"8"
"9",
"9"
],
"machine_max_jerk_y": [
"8",
"8"
"9",
"9"
],
"machine_max_jerk_z": [
"0.4",
"0.4"
"3",
"3"
],
"machine_min_extruding_rate": [
"0",
@@ -73,28 +95,27 @@
"0",
"0"
],
"max_layer_height": [
"0.32"
"printable_height": "250",
"retract_lift_below": [
"249"
],
"min_layer_height": [
"0.08"
],
"printable_height": "280",
"extruder_clearance_radius": "47",
"extruder_clearance_max_radius": "68",
"extruder_clearance_height_to_rod": "34",
"extruder_clearance_height_to_lid": "34",
"printer_settings_id": "",
"printer_technology": "FFF",
"printer_variant": "0.4",
"nozzle_volume": "90",
"best_object_pos": "0.5x0.5",
"retraction_minimum_travel": [
"2"
"0.8"
],
"retract_before_wipe": [
"70%"
"0%"
],
"retract_when_changing_layer": [
"1"
],
"wipe_distance": [
"1.2"
],
"retraction_length": [
"5"
],
@@ -104,36 +125,30 @@
"z_hop": [
"0.4"
],
"retract_restart_extra": [
"0"
],
"retract_restart_extra_toolchange": [
"0"
],
"retraction_speed": [
"60"
],
"deretraction_speed": [
"40"
"60"
],
"z_hop_types": [
"Auto Lift"
],
"thumbnails": [
"320x320",
"160x160"
],
"thumbnails_format": "PNG",
"nozzle_type": "brass",
"machine_end_gcode": "G90 ;Absolute positionning\nM83 ; extruder relative mode\nG1 X10 Y{print_bed_max[1]*0.8} Z{min(max_layer_z+100, printable_height)} E-8 F{travel_speed*60} ; Move print head up\nG1 Z{min(max_layer_z+100, printable_height-2)} F600\nM104 S0 ;Turn-off hotend\nM140 S0 ;Turn-off bed\nM106 S0 ; turn off fan\nM84 ;Disable all steppers",
"silent_mode": "0",
"single_extruder_multi_material": "1",
"change_filament_gcode": "",
"machine_pause_gcode": "M25 ;pause print",
"machine_pause_gcode": "M600",
"wipe": [
"1"
],
"default_filament_profile": [
"Generic PLA @Elegoo"
],
"default_print_profile": "",
"bed_exclude_area": [
"0x0"
],
"machine_start_gcode": "",
"machine_end_gcode": "",
"layer_change_gcode": "",
"scan_first_layer": "0",
"nozzle_type": "undefine",
"auxiliary_fan": "0"
"machine_start_gcode": "\n;LAYER_COUNT:[total_layer_count]\n;LAYER:0\n",
"layer_change_gcode": ";LAYER:{layer_num+1}\n",
"scan_first_layer": "0"
}