mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 05:27:50 +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.
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "0.20mm Standard @Elegoo CC2 0.4 nozzle",
|
|
"inherits": "fdm_process_elegoo_04020",
|
|
"from": "system",
|
|
"setting_id": "PECC204020",
|
|
"instantiation": "true",
|
|
"bottom_shell_layers": "3",
|
|
"bottom_shell_thickness": "0.6",
|
|
"filename_format": "ECC2_{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 Carbon 2 0.4 nozzle"
|
|
],
|
|
"enable_arc_fitting": "0",
|
|
"exclude_object": "0",
|
|
"independent_support_layer_height": "0",
|
|
"skirt_height": "4",
|
|
"support_base_pattern_spacing": "1",
|
|
"support_bottom_z_distance": "0.2",
|
|
"support_top_z_distance": "0.2",
|
|
"top_solid_infill_flow_ratio": "1.09",
|
|
"support_type": "tree(auto)",
|
|
"tree_support_branch_distance_organic": "2",
|
|
"tree_support_tip_diameter": "0.8",
|
|
"wall_sequence": "inner wall/outer wall",
|
|
"reduce_infill_retraction": "0",
|
|
"initial_layer_acceleration": "500",
|
|
"outer_wall_speed": "160",
|
|
"sparse_infill_pattern": "rectilinear",
|
|
"top_surface_acceleration": "2000",
|
|
"support_base_pattern": "rectilinear"
|
|
}
|