Files
OrcaSlicer/resources/profiles/Creality/machine/Creality K2 SE.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
509 B
JSON

{
"type": "machine_model",
"name": "Creality K2 SE",
"nozzle_diameter": "0.4",
"bed_model": "creality_k1_buildplate_model.stl",
"default_bed_type": "Textured PEI Plate",
"bed_texture": "creality_k1_buildplate_texture.svg",
"family": "Creality",
"hotend_model": "",
"machine_tech": "FFF",
"model_id": "Creality_K2_SE",
"default_materials": "CR-ABS @K2 SE-all;HP-ASA @K2 SE-all;CR-PETG @K2 SE-all;CR-PLA @K2 SE-all;Generic PLA High Speed @System;Generic PLA Matte @System;Generic PLA Silk @System"
}