mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Merge pull request #13896 from EDUARDOCHAMORRO/main
added machine config file and extruder config file for FABLABBCN
This commit is contained in:
commit
1f6123cc0e
2 changed files with 68 additions and 0 deletions
15
resources/extruders/fablabbcn_0.def.json
Normal file
15
resources/extruders/fablabbcn_0.def.json
Normal 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 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue