mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-09 18:27:00 +00:00
Fix dangling and incompatible default_materials across 21 vendors
Replace 400 default_materials entries that referenced an unknown filament (92) or a filament not compatible with the model (308) with the most- specialized compatible same-type material, as flagged by the new check_default_materials validator. Bump the 21 touched vendor versions so the fixes reach existing installs.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"name": "Prusa CORE One HF",
|
||||
"bed_model": "coreone_bed.stl",
|
||||
"bed_texture": "coreone.svg",
|
||||
"default_materials": "Prusa Generic ABS @CORE One;Prusa Generic ASA @CORE One;Prusa Generic PETG @CORE One;Prusa Generic PLA @CORE One;Prusa Generic PLA Silk @CORE One;Prusa Generic TPU @CORE One",
|
||||
"default_materials": "Prusa Generic ABS @CORE One HF 0.6;Prusa Generic ASA @CORE One HF 0.6;Prusa Generic PETG @CORE One HF 0.4;Prusa Generic PLA @CORE One HF 0.5;Prusa Generic PLA Silk @CORE One;Prusa Generic TPU @CORE One",
|
||||
"family": "Prusa",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Prusa CORE One L HF",
|
||||
"bed_model": "coreonel_bed.stl",
|
||||
"bed_texture": "coreonel.svg",
|
||||
"default_materials": "Prusa Generic PLA @CORE One",
|
||||
"default_materials": "Prusa Generic PLA @CORE One HF 0.4",
|
||||
"family": "Prusa",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Prusa CORE One L",
|
||||
"bed_model": "coreonel_bed.stl",
|
||||
"bed_texture": "coreonel.svg",
|
||||
"default_materials": "Prusa Generic ABS @CORE One;Prusa Generic ASA @CORE One;Prusa Generic PETG @CORE One;Prusa Generic PLA @CORE One;Prusa Generic PLA Silk @CORE One;Prusa Generic TPU @CORE One",
|
||||
"default_materials": "Generic ABS @System;Generic ASA @System;Generic PETG @System;Prusa Generic PLA @CORE One;Generic PLA Silk @System;Generic TPU @System",
|
||||
"family": "Prusa",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "Prusa MK4S HF",
|
||||
"bed_model": "mk4_bed.stl",
|
||||
"bed_texture": "mk4s.svg",
|
||||
"default_materials": "Prusa Generic ABS @MK4S;Prusa Generic ASA @MK4S;Prusa Generic PETG @MK4S;Prusa Generic PLA @MK4S;Prusa Generic PLA Silk @MK4S;Prusa Generic TPU @MK4S",
|
||||
"default_materials": "Prusa Generic ABS @MK4S HF0.8;Prusa Generic ASA @MK4S HF0.5;Prusa Generic PETG @MK4S HF0.5;Prusa Generic PLA @MK4S HF0.5;Prusa Generic PLA Silk @MK4S;Prusa Generic TPU @MK4S",
|
||||
"family": "Prusa",
|
||||
"hotend_model": "",
|
||||
"machine_tech": "FFF",
|
||||
|
||||
Reference in New Issue
Block a user