mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-10 14:02:47 +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.
57 lines
782 B
JSON
57 lines
782 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Generic PA @base",
|
|
"inherits": "fdm_filament_pa",
|
|
"from": "system",
|
|
"filament_id": "GPAB00",
|
|
"instantiation": "false",
|
|
"chamber_temperatures": [
|
|
"60"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"65"
|
|
],
|
|
"fan_max_speed": [
|
|
"85"
|
|
],
|
|
"fan_min_speed": [
|
|
"40"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"8"
|
|
],
|
|
"nozzle_temperature": [
|
|
"260"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"260"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"280"
|
|
],
|
|
"nozzle_temperature_range_low": [
|
|
"240"
|
|
],
|
|
"overhang_fan_speed": [
|
|
"95"
|
|
],
|
|
"overhang_fan_threshold": [
|
|
"10%"
|
|
],
|
|
"required_nozzle_HRC": [
|
|
"3"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"8"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"10"
|
|
],
|
|
"filament_vendor": [
|
|
"Generic"
|
|
],
|
|
"filament_type": [
|
|
"PA"
|
|
]
|
|
}
|