mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 21:36:57 +00:00
* 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.
29 lines
878 B
JSON
29 lines
878 B
JSON
{
|
|
"type": "process",
|
|
"name": "0.40mm Standard @Elegoo Giga 0.8 nozzle",
|
|
"inherits": "fdm_process_elegoo_08040",
|
|
"from": "system",
|
|
"setting_id": "PEOSG08040",
|
|
"instantiation": "true",
|
|
"default_acceleration": "3000",
|
|
"filename_format": "EOGiga1_{nozzle_diameter[0]}_{input_filename_base}_{filament_name}_{layer_height}_{print_time}.gcode",
|
|
"initial_layer_acceleration": "1000",
|
|
"make_overhang_printable_angle": "90",
|
|
"outer_wall_acceleration": "2000",
|
|
"resolution": "0.05",
|
|
"thick_internal_bridges": "0",
|
|
"top_shell_layers": "4",
|
|
"initial_layer_infill_speed": "60",
|
|
"initial_layer_speed": "45",
|
|
"travel_speed": "300",
|
|
"detect_thin_wall": "0",
|
|
"bridge_speed": "25",
|
|
"sparse_infill_speed": "150",
|
|
"internal_solid_infill_speed": "150",
|
|
"outer_wall_speed": "100",
|
|
"print_flow_ratio": "1.0",
|
|
"compatible_printers": [
|
|
"Elegoo OrangeStorm Giga 0.8 nozzle"
|
|
]
|
|
}
|