Files
OrcaSlicer/resources/profiles/Blocks/process/0.32mm Draft 0.6 nozzle @Blocks_RF50.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

64 lines
1.9 KiB
JSON

{
"type": "process",
"name": "0.32mm Draft 0.6 nozzle @Blocks_RF50",
"inherits": "fdm_process_common 0.6 nozzle",
"from": "system",
"setting_id": "a9pWDZyKiqBAeQIN",
"instantiation": "true",
"layer_height": "0.32",
"initial_layer_print_height": "0.3",
"bottom_shell_layers": "4",
"top_shell_layers": "4",
"compatible_printers": [
"BLOCKS RF50",
"BLOCKS RF50 0.6 nozzle"
],
"sparse_infill_speed": "300",
"support_interface_speed": "180",
"travel_speed": "500",
"bridge_infill_acceleration": "50%",
"filename_format": "{input_filename_base}_{filament_type[0]}_{print_time}.gcode",
"enable_arc_fitting": "0",
"wall_generator": "classic",
"top_solid_infill_flow_ratio": "0.97",
"bottom_solid_infill_flow_ratio": "1.08",
"seam_position": "aligned",
"sparse_infill_patter": "grid",
"initial_layer_speed": "60",
"initial_layer_infill_speed": "80",
"initial_travel_speed": "100%",
"slow_layers_count": "5",
"slow_down_layers": "5",
"outer_wall_speed": "180",
"inner_wall_speed": "300",
"small_perimeter_speed": "50%",
"small_perimeter_threshold": "0",
"internal_solid_infill_speed": "270",
"top_surface_speed": "200",
"gap_infill_speed": "260",
"support_speed": "300",
"detect_overhang_wall": "1",
"enable_overhang_speed": "1",
"overhang_speed_classic": "0",
"overhang_1_4_speed": "0",
"overhang_2_4_speed": "50",
"overhang_3_4_speed": "30",
"overhang_4_4_speed": "10",
"slowdown_for_curled_perimeters": "1",
"bridge_speed": "50%",
"internal_bridge_speed": "100%",
"default_acceleration": "5000",
"outer_wall_acceleration": "2500",
"inner_wall_acceleration": "4500",
"initial_layer_acceleration": "1500",
"top_surface_acceleration": "2000",
"internal_solid_infill_acceleration": "100%",
"travel_acceleration": "20000",
"sparse_infill_acceleration": "100%",
"bridge_acceleration": "50%",
"accel_to_decel_enable": "1",
"accel_to_decel_factor": "50%",
"elefant_foot_compensation": "0.25",
"elefant_foot_compensation_layers": "1"
}