Ender 3 V3 initial commit (#5127)

* Ender 3 V3 initial commit

* Fixed bad naming
This commit is contained in:
Thomas
2024-04-29 17:51:53 +02:00
committed by GitHub
parent e531e2ccc8
commit e95afd7182
23 changed files with 2498 additions and 1316 deletions

View File

@@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality Ender-3 V3",
"model_id": "Creality-Ender3-V3",
"nozzle_diameter": "0.4;0.6",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_ender3v3_buildplate_model.stl",
"bed_texture": "creality_ender3v3_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic ABS @Ender-3V3-all;Creality Generic ASA @Ender-3V3-all;Creality Generic PETG @Ender-3V3-all;Creality Generic PLA @Ender-3V3-all;Creality Generic PLA High Speed @Ender-3V3-all;Creality Generic PLA Matte @Ender-3V3-all;Creality Generic PLA Silk @Ender-3V3-all;Creality Generic TPU @Ender-3V3-all"
}