mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00

* adding profiles for Trimaker printers * adding profiles for Trimaker printers v2 * Update resources/extruders/trimaker_nebula_extruder.def.json Co-authored-by: Jaime van Kessel <nallath@gmail.com> * Update resources/extruders/trimaker_cosmosII_extruder.def.json Co-authored-by: Jaime van Kessel <nallath@gmail.com> * Delete trimaker_cosmosII_platform.STL * correction extension of trimaker_cosmosII_platform.stl and modification in trimaker_cosmosII.def.json and trimaker_nebula.def.json * Update trimaker_nebula_platform.stl * move the STL up * Update resources/definitions/trimaker_nebula.def.json "grid" -> "'grid'" Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/trimaker_cosmosII.def.json "grid" -> "'grid'" Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 220x220x260 -> 230x230x260 (nebula) * change the name of the qualities directory * translate quality names from spanish to english * change nebula platform_offset * change nebula platform_offset 2 Co-authored-by: Jaime van Kessel <nallath@gmail.com> Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
15 lines
351 B
JSON
15 lines
351 B
JSON
{
|
|
"version": 2,
|
|
"name": "Extruder 1",
|
|
"inherits": "fdmextruder",
|
|
"metadata": {
|
|
"machine": "trimaker_nebula",
|
|
"position": "0"
|
|
},
|
|
|
|
"overrides": {
|
|
"extruder_nr": { "default_value": 0 },
|
|
"machine_nozzle_size": { "default_value": 0.4 },
|
|
"material_diameter": { "default_value": 1.75 }
|
|
}
|
|
}
|