Files
OrcaSlicer/resources/profiles/Prusa/process/0.30mm DETAIL @MK4S 0.8.json
SoftFever 8cb2e4e01e profiles: deterministic setting_id from vendor/type/name (#14432)
* 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
2026-06-27 20:11:25 +08:00

47 lines
1.4 KiB
JSON

{
"type": "process",
"name": "0.30mm DETAIL @MK4S 0.8",
"inherits": "process_common_mk4s",
"from": "system",
"setting_id": "jllXUdTLgXXBFvmv",
"instantiation": "true",
"bottom_shell_layers": "3",
"bottom_shell_thickness": "0.8",
"bridge_acceleration": "1000",
"bridge_speed": "22",
"compatible_printers_condition": "printer_notes=~/.*MK4S.*/ and nozzle_diameter[0]==0.8 and printer_notes!~/.*HF_NOZZLE.*/",
"default_acceleration": "2000",
"gap_infill_speed": "40",
"infill_anchor": "2.5",
"infill_anchor_max": "20",
"initial_layer_line_width": "1",
"inner_wall_acceleration": "2000",
"inner_wall_line_width": "0.9",
"inner_wall_speed": "70",
"internal_solid_infill_acceleration": "3000",
"internal_solid_infill_line_width": "0.9",
"internal_solid_infill_speed": "50",
"layer_height": "0.30",
"line_width": "0.9",
"outer_wall_acceleration": "1500",
"outer_wall_line_width": "0.9",
"outer_wall_speed": "45",
"raft_contact_distance": "0.2",
"seam_position": "nearest",
"small_perimeter_speed": "45",
"sparse_infill_line_width": "0.9",
"sparse_infill_pattern": "zig-zag",
"sparse_infill_speed": "100",
"support_interface_spacing": "0.35",
"support_line_width": "0.65",
"support_object_xy_distance": "0.72",
"support_speed": "60",
"support_top_z_distance": "0.25",
"thick_bridges": "1",
"top_shell_layers": "4",
"top_shell_thickness": "1.2",
"top_surface_acceleration": "1000",
"top_surface_line_width": "0.7",
"top_surface_speed": "35"
}