Merge pull request #13896 from EDUARDOCHAMORRO/main

added machine config file and extruder config file for FABLABBCN
This commit is contained in:
Joey de l'Arago 2022-12-08 16:32:16 +01:00 committed by GitHub
commit 1f6123cc0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 68 additions and 0 deletions

View file

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