mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-03 09:00:57 +00:00
* profiles: enforce globally-unique, per-vendor-namespaced setting_id Many non-Bambu vendors copied Bambu's generic setting_ids (GFSA04 alone appeared in 1557 files), so setting_id was not globally unique. This namespaces every vendor's ids and reserves Bambu/OrcaFilamentLibrary space. - Reserve "G*" (Bambu) and "O*" (OrcaFilamentLibrary) id spaces. - Assign each other vendor a 2-char prefix (first+last letter, collision resolved) and renumber every instantiated preset to <PREFIX><NNNN>. - Strip setting_id from base profiles (instantiation:false) per Bambu's convention; assign one to instantiated presets that lacked it. - Remove the pre-existing misspelled "settings_id" key (91 files). - filament_id is left untouched (it is a per-material id). - Add one-time migration script scripts/assign_vendor_setting_ids.py with a persisted registry resources/profiles/vendor_prefixes.json. Re-runs freeze existing ids; only new vendors/profiles get new ids. - Bump version in each changed vendor index file. - Extend scripts/orca_extra_profile_check.py with a CI guard: global uniqueness, in-namespace, no base setting_id, no gaps, no settings_id typo. 7425 profile files changed across 61 vendors; 0 cross-vendor collisions; validator clean; migration idempotent. BBL and OrcaFilamentLibrary id spaces untouched. * profiles: add setting_id authoring guide for new vendors / profiles * profiles: drop in-repo README; setting_id guide now lives in the wiki * profiles: derive setting_id deterministically from vendor/type/name * bump profile version
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"type": "process",
|
|
"name": "0.30mm Fast @Flashforge AD4 0.4 Nozzle",
|
|
"inherits": "fdm_process_flashforge_common",
|
|
"from": "system",
|
|
"setting_id": "HbCSfTDq9CDodIgH",
|
|
"instantiation": "true",
|
|
"layer_height": "0.3",
|
|
"initial_layer_print_height": "0.3",
|
|
"line_width": "0.4",
|
|
"initial_layer_line_width": "0.4",
|
|
"outer_wall_line_width": "0.4",
|
|
"inner_wall_line_width": "0.4",
|
|
"top_surface_line_width": "0.4",
|
|
"sparse_infill_line_width": "0.4",
|
|
"internal_solid_infill_line_width": "0.4",
|
|
"support_line_width": "0.4",
|
|
"initial_layer_speed": "40",
|
|
"initial_layer_acceleration": "60",
|
|
"initial_layer_infill_speed": "60",
|
|
"initial_layer_travel_speed": "150",
|
|
"outer_wall_speed": "50",
|
|
"inner_wall_speed": "100",
|
|
"internal_solid_infill_speed": "50",
|
|
"top_surface_speed": "35",
|
|
"gap_infill_speed": "50",
|
|
"support_speed": "100",
|
|
"top_surface_acceleration": "50",
|
|
"travel_speed": "80",
|
|
"default_acceleration": "5000",
|
|
"outer_wall_acceleration": "1000",
|
|
"inner_wall_acceleration": "1000",
|
|
"travel_acceleration": "5000",
|
|
"internal_solid_infill_acceleration": "1000",
|
|
"sparse_infill_speed": "60",
|
|
"skirt_distance": "5",
|
|
"overhang_1_4_speed": "100",
|
|
"overhang_2_4_speed": "80",
|
|
"overhang_3_4_speed": "50",
|
|
"overhang_4_4_speed": "30",
|
|
"skirt_speed": "20",
|
|
"wall_sequence": "outer wall/inner wall",
|
|
"enable_arc_fitting": "0",
|
|
"initial_layer_min_bead_width": "100",
|
|
"min_bead_width": "100",
|
|
"elefant_foot_compensation": "0.15",
|
|
"small_perimeter_speed": "50%",
|
|
"overhang_speed_classic": "0",
|
|
"internal_bridge_speed": "50",
|
|
"accel_to_decel_enable": "0",
|
|
"filter_out_gap_fill": "0.5",
|
|
"gcode_label_objects": "0",
|
|
"slow_down_layers": "1",
|
|
"wipe_speed": "200",
|
|
"reduce_crossing_wall": "1",
|
|
"max_travel_detour_distance": "50",
|
|
"compatible_printers": [
|
|
"Flashforge Adventurer 4 Series 0.4 Nozzle"
|
|
],
|
|
"filename_format": "{input_filename_base}.gcode",
|
|
"post_process": ""
|
|
}
|