Files
OrcaSlicer/resources/profiles/Creality/machine/Creality SPARKX i7.json
SoftFever d830c6a181 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.
2026-07-05 22:14:55 +08:00

14 lines
493 B
JSON

{
"type": "machine_model",
"name": "Creality SPARKX i7",
"nozzle_diameter": "0.8;0.6;0.4;0.2",
"bed_model": "creality_SPARKX_buildplate_model.stl",
"default_bed_type": "Textured PEI Plate",
"bed_texture": "creality_hi_buildplate_texture.svg",
"family": "Creality",
"hotend_model": "",
"machine_tech": "FFF",
"model_id": "Creality_SPARKX_i7",
"default_materials": "Generic PETG @SPARKX i7-all;Generic PLA @SPARKX i7-all;CR-PLA Matte @SPARKX i7-all;Generic PLA-Silk @SPARKX i7-all"
}