mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-30 05:17:19 +00:00
Phase 2 of the filament_id cleanup, worst vendor first (97 collision groups, the GFB99/GFG99/GFL99 copy-paste epidemic). 435 in-place filament_id edits + 5 compatible_printers trims (broader 0.2-nozzle PETG presets over-claiming Qidi Q1 Pro 0.2 nozzle, covered by dedicated variants): - The Bambu-catalog generic owners keep their ids byte-identical (Qidi Generic ABS/PETG/PLA/TPU/PA/PA-CF/PLA-CF); 6 stray members inside owner families are aligned to their family id. - 64 brand/product-line families (Bambu/HATCHBOX/Overture/PolyLite/Tinmorry, QIDI-brand lines, PLA+/High Speed/TPU-95A) get fresh deterministic mints, the same id landing in every per-series root of a family (@Q2-Series/@Q2C-Series/@X-Max 4-Series bases are multi-root families). - QD_* device-protocol ids untouched (frozen contract with QidiPrinterAgent). Verified: config-equivalence gate zero unexpected diffs (5892 presets); orca_extra_profile_check.py exit 0; assign_filament_ids.py --check exit 0; validator -l 2 exit 0; extended -f -v Qidi exit 0 (was 97 groups); -r -v Qidi exit 0 (all references still resolve).
30 lines
511 B
JSON
30 lines
511 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Bambu PLA @0.8 nozzle",
|
|
"inherits": "Bambu PLA",
|
|
"from": "system",
|
|
"setting_id": "5dZqeodmshu33k4e",
|
|
"filament_id": "OF2UFmOo",
|
|
"instantiation": "true",
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"8"
|
|
],
|
|
"enable_pressure_advance": [
|
|
"1"
|
|
],
|
|
"pressure_advance": [
|
|
"0.008"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"20"
|
|
],
|
|
"compatible_printers": [
|
|
"Qidi X-Smart 3 0.8 nozzle",
|
|
"Qidi X-Plus 3 0.8 nozzle",
|
|
"Qidi X-Max 3 0.8 nozzle"
|
|
]
|
|
}
|