Merge branch 'anycubic_mega_zero' of https://github.com/kad/Cura into kad-anycubic_mega_zero

This commit is contained in:
Ghostkeeper 2020-05-07 13:55:43 +02:00
commit 1aec5d3452
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
6 changed files with 181 additions and 0 deletions

View file

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