Add Ultimaker 2 profile (#1003)

* Adding more Elegoo printer profiles

Elegoo Neptune X
Elegoo Neptune 2
Elegoo Neptune 2S
Elegoo Neptune 2D

* add ultimaker 2 profile
This commit is contained in:
fr3ak2402 2023-05-09 14:51:30 +02:00 committed by GitHub
parent aeb2b0e41d
commit ef370bf6f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 1208 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"type": "machine_model",
"name": "UltiMaker 2",
"model_id": "UltiMaker-2",
"nozzle_diameter": "0.4",
"machine_tech": "FFF",
"family": "UltiMaker",
"bed_model": "ultimaker_2_buildplate_model.stl",
"bed_texture": "ultimaker_2_buildplate_texture.png",
"hotend_model": "ultimaker_hotend.stl",
"default_materials": "UltiMaker Generic ABS;UltiMaker Generic PETG;UltiMaker Generic PLA"
}