Files
OrcaSlicer/resources/profiles/Elegoo/machine/fdm_elegoo_common.json
wujie 5b071d5013 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.
2026-05-27 22:58:39 +08:00

155 lines
2.7 KiB
JSON

{
"type": "machine",
"name": "fdm_elegoo_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": [
"1000",
"1000"
],
"machine_max_acceleration_extruding": [
"1000",
"1000"
],
"machine_max_acceleration_retracting": [
"1000",
"1000"
],
"machine_max_acceleration_travel": [
"1000",
"1000"
],
"machine_max_acceleration_x": [
"1000",
"1000"
],
"machine_max_acceleration_y": [
"1000",
"1000"
],
"machine_max_acceleration_z": [
"100",
"100"
],
"machine_max_speed_e": [
"70",
"70"
],
"machine_max_speed_x": [
"300",
"300"
],
"machine_max_speed_y": [
"300",
"300"
],
"machine_max_speed_z": [
"20",
"20"
],
"machine_max_jerk_e": [
"2.5",
"2.5"
],
"machine_max_jerk_x": [
"9",
"9"
],
"machine_max_jerk_y": [
"9",
"9"
],
"machine_max_jerk_z": [
"3",
"3"
],
"machine_min_extruding_rate": [
"0",
"0"
],
"machine_min_travel_rate": [
"0",
"0"
],
"printable_height": "250",
"retract_lift_below": [
"249"
],
"extruder_clearance_max_radius": "68",
"extruder_clearance_height_to_rod": "34",
"extruder_clearance_height_to_lid": "34",
"nozzle_volume": "90",
"best_object_pos": "0.5x0.5",
"retraction_minimum_travel": [
"0.8"
],
"retract_before_wipe": [
"0%"
],
"retract_when_changing_layer": [
"1"
],
"wipe_distance": [
"1.2"
],
"retraction_length": [
"5"
],
"retract_length_toolchange": [
"2"
],
"z_hop": [
"0.4"
],
"retraction_speed": [
"60"
],
"deretraction_speed": [
"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": "M600",
"wipe": [
"1"
],
"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"
}