Add new 3D printer Eazao Matrix extruder to Cura

This commit is contained in:
Eazao 2023-07-26 22:06:07 +08:00 committed by GitHub
parent 0e008064d1
commit d6a78abcc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,16 @@
{
"version": 2,
"name": "Extruder 1",
"inherits": "fdmextruder",
"metadata":
{
"machine": "eazao_m500",
"position": "0"
},
"overrides":
{
"extruder_nr": { "default_value": 0 },
"machine_nozzle_size": { "default_value": 2.3 },
"material_diameter": { "default_value": 1.75 }
}
}