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).
54 lines
814 B
JSON
54 lines
814 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Bambu PETG @0.2 nozzle",
|
|
"inherits": "Bambu PETG",
|
|
"from": "system",
|
|
"setting_id": "cZhyWv8zbkM3fgAS",
|
|
"filament_id": "OF6EOy1A",
|
|
"instantiation": "true",
|
|
"reduce_fan_stop_start_freq": [
|
|
"1"
|
|
],
|
|
"slow_down_for_layer_cooling": [
|
|
"1"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"30"
|
|
],
|
|
"overhang_fan_speed": [
|
|
"90"
|
|
],
|
|
"overhang_fan_threshold": [
|
|
"10%"
|
|
],
|
|
"fan_max_speed": [
|
|
"40"
|
|
],
|
|
"fan_min_speed": [
|
|
"10"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"20"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"8"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.95"
|
|
],
|
|
"enable_pressure_advance": [
|
|
"1"
|
|
],
|
|
"pressure_advance": [
|
|
"0.04"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"1"
|
|
],
|
|
"compatible_printers": [
|
|
"Qidi X-Smart 3 0.2 nozzle",
|
|
"Qidi X-Plus 3 0.2 nozzle",
|
|
"Qidi X-Max 3 0.2 nozzle"
|
|
]
|
|
}
|