fix: update stl and texture for Creality K2 (#13098)

* fix: update stl and texture for k2

* fix: bump profile version
This commit is contained in:
Olof Larsson
2026-04-03 14:32:00 +02:00
committed by GitHub
parent c948d87102
commit d1a7802637
4 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Creality",
"version": "02.03.02.60",
"version": "02.03.02.61",
"force_update": "0",
"description": "Creality configurations",
"machine_model_list": [

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@@ -5,9 +5,9 @@
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_k1_buildplate_model.stl",
"bed_model": "creality_k2_buildplate_model.stl",
"default_bed_type": "Textured PEI Plate",
"bed_texture": "creality_k1_buildplate_texture.png",
"bed_texture": "creality_k2_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"
}