feat: add Creality K2 Support (#12662)

* feat: add K2 support

* fix: remove k2 pro from k2 process json

* fix: set correct start gcodes for the nozzles
This commit is contained in:
Olof Larsson
2026-03-09 12:48:43 +01:00
committed by GitHub
parent d222d804ff
commit 2a7a3d0cd7
37 changed files with 3525 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
{
"type": "machine_model",
"name": "Creality K2",
"model_id": "Creality_K2",
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_k1_buildplate_model.stl",
"default_bed_type": "Textured PEI Plate",
"bed_texture": "creality_k1_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic ABS @K2-all;Creality Generic ASA @K2-all;Creality Generic PETG @K2-all;Creality Generic PLA @K2-all;Creality Generic PLA High Speed @K2-all;Creality Generic PLA Matte @K2-all;Creality Generic PLA Silk @K2-all"
}