Merge branch 'defs_inat' of https://github.com/MarkINAT/Cura into MarkINAT-defs_inat

This commit is contained in:
Ghostkeeper 2021-03-29 13:40:10 +02:00
commit 309bd52eb4
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
11 changed files with 634 additions and 0 deletions

View file

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