fix: custom zbolt profile filament selection showing only @system (#13468)

* fix: custom zbolt profile filament selection showing only @system

* update renamed_from

* fixed renamed_from

* limit empty compatible_printers exclusion logic to OFL

* restore intended behaviour, updated base files

* rever exclusion logic fix

* reduce fix to just check parent in exclusion list

* remove m_errors increment
This commit is contained in:
Ian Chua
2026-05-12 20:17:22 +08:00
committed by GitHub
parent ad2915e07e
commit 1c7022f4c8
60 changed files with 297 additions and 387 deletions

View File

@@ -8,5 +8,5 @@
"bed_model": "Z-Bolt_S600_buildplate_model.stl",
"bed_texture": "Z-Bolt_buildplate_texture.svg",
"hotend_model": "",
"default_materials": "Generic PLA @Z-Bolt;Generic ABS @Z-Bolt;Generic PETG @Z-Bolt;Generic PA @Z-Bolt;Generic ABS HT @Z-Bolt"
"default_materials": "Generic PLA @Z-Bolt 0.4 nozzle;Generic PLA @Z-Bolt 0.6 nozzle;Generic PLA @Z-Bolt 0.8 nozzle;Generic ABS @Z-Bolt 0.4 nozzle;Generic ABS @Z-Bolt 0.6 nozzle;Generic ABS @Z-Bolt 0.8 nozzle;Generic PETG @Z-Bolt 0.4 nozzle;Generic PETG @Z-Bolt 0.6 nozzle;Generic PETG @Z-Bolt 0.8 nozzle;Generic PA @Z-Bolt 0.4 nozzle;Generic PA @Z-Bolt 0.6 nozzle;Generic PA @Z-Bolt 0.8 nozzle;Generic ABS HT @Z-Bolt 0.4 nozzle;Generic ABS HT @Z-Bolt 0.6 nozzle;Generic ABS HT @Z-Bolt 0.8 nozzle"
}