Files
OrcaSlicer/resources/profiles/RolohaunDesign/machine/Rolohaun Delta Flyer Refit 0.4 nozzle.json
T
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

118 lines
2.4 KiB
JSON

{
"type": "machine",
"name": "Rolohaun Delta Flyer Refit 0.4 nozzle",
"inherits": "fdm_common_Rook MK1 LDO",
"from": "system",
"instantiation": "true",
"setting_id": "xRvK2POOU8rx7dLH",
"bed_custom_model": "",
"printer_structure": "delta",
"deretraction_speed": [
"60"
],
"machine_max_acceleration_extruding": [
"10000",
"20000"
],
"machine_max_acceleration_x": [
"10000",
"20000"
],
"machine_max_acceleration_y": [
"10000",
"20000"
],
"machine_start_gcode": "PRINT_START EXTRUDER=[nozzle_temperature_initial_layer] BED=[bed_temperature_initial_layer_single]\n",
"min_layer_height": [
"0.04"
],
"nozzle_type": "brass",
"printable_area": [
"54.7907x4.79357",
"54.1644x9.55065",
"53.1259x14.235",
"51.6831x18.8111",
"49.8469x23.244",
"47.6314x27.5",
"45.0534x31.5467",
"42.1324x35.3533",
"38.8909x38.8909",
"35.3533x42.1324",
"31.5467x45.0534",
"27.5x47.6314",
"23.244x49.8469",
"18.8111x51.6831",
"14.235x53.1259",
"9.55065x54.1644",
"4.79357x54.7907",
"3.36778e-15x55",
"-4.79357x54.7907",
"-9.55065x54.1644",
"-14.235x53.1259",
"-18.8111x51.6831",
"-23.244x49.8469",
"-27.5x47.6314",
"-31.5467x45.0534",
"-35.3533x42.1324",
"-38.8909x38.8909",
"-42.1324x35.3533",
"-45.0534x31.5467",
"-47.6314x27.5",
"-49.8469x23.244",
"-51.6831x18.8111",
"-53.1259x14.235",
"-54.1644x9.55065",
"-54.7907x4.79357",
"-55x6.73556e-15",
"-54.7907x-4.79357",
"-54.1644x-9.55065",
"-53.1259x-14.235",
"-51.6831x-18.8111",
"-49.8469x-23.244",
"-47.6314x-27.5",
"-45.0534x-31.5467",
"-42.1324x-35.3533",
"-38.8909x-38.8909",
"-35.3533x-42.1324",
"-31.5467x-45.0534",
"-27.5x-47.6314",
"-23.244x-49.8469",
"-18.8111x-51.6831",
"-14.235x-53.1259",
"-9.55065x-54.1644",
"-4.79357x-54.7907",
"-1.01033e-14x-55",
"4.79357x-54.7907",
"9.55065x-54.1644",
"14.235x-53.1259",
"18.8111x-51.6831",
"23.244x-49.8469",
"27.5x-47.6314",
"31.5467x-45.0534",
"35.3533x-42.1324",
"38.8909x-38.8909",
"42.1324x-35.3533",
"45.0534x-31.5467",
"47.6314x-27.5",
"49.8469x-23.244",
"51.6831x-18.8111",
"53.1259x-14.235",
"54.1644x-9.55065",
"54.7907x-4.79357",
"55x-1.34711e-14"
],
"printer_model": "Rolohaun Delta Flyer Refit",
"printable_height": "115",
"retraction_length": [
"1.8"
],
"retraction_speed": [
"60"
],
"support_multi_bed_types": "1",
"thumbnails": "48x48/PNG, 300x300/PNG",
"z_hop": [
"0.8"
]
}