Add Creality CR-10 SE (#4757)

* Add CR-10 SE and standard profiles

* Misc

Add more perimeters to CR-10 SE profiles
Add printer to filament profiles
Link everything in Creality.json

* Fix two bugs

* Forgot this
This commit is contained in:
cochcoder 2024-03-29 05:57:01 -04:00 committed by GitHub
parent 6ae128b9e7
commit 64d0c324c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 766 additions and 8 deletions

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "Creality CR-10 SE",
"model_id": "Creality-CR-10SE",
"nozzle_diameter": "0.2;0.4;0.6;0.8",
"machine_tech": "FFF",
"family": "Creality",
"bed_model": "creality_cr10se_buildplate_model.stl",
"bed_texture": "creality_cr10se_buildplate_texture.png",
"hotend_model": "",
"default_materials": "Creality Generic PLA;Creality HF Generic PLA;Creality HF Generic Speed PLA;Creality Generic PETG;Creality Generic TPU;Creality Generic ABS"
}