Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomasbaldi <72818200+tomasbaldi@users.noreply.github.com>2021-02-09 17:28:04 +0300
committerGitHub <noreply@github.com>2021-02-09 17:28:04 +0300
commit9052e2dae341f1095a82242407a620319b975131 (patch)
tree59bbbe941cbcae5f4e40bf1876a489d2bc72cb58 /resources/extruders
parent593cd516ce2cb2f7385b4b28682d47d1019179d9 (diff)
adding profiles for Trimaker printers (#8537)
* 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>
Diffstat (limited to 'resources/extruders')
-rw-r--r--resources/extruders/trimaker_cosmosII_extruder.def.json15
-rw-r--r--resources/extruders/trimaker_nebula_extruder.def.json15
2 files changed, 30 insertions, 0 deletions
diff --git a/resources/extruders/trimaker_cosmosII_extruder.def.json b/resources/extruders/trimaker_cosmosII_extruder.def.json
new file mode 100644
index 0000000000..87c9394d96
--- /dev/null
+++ b/resources/extruders/trimaker_cosmosII_extruder.def.json
@@ -0,0 +1,15 @@
+{
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "trimaker_cosmosII",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 }
+ }
+}
diff --git a/resources/extruders/trimaker_nebula_extruder.def.json b/resources/extruders/trimaker_nebula_extruder.def.json
new file mode 100644
index 0000000000..6dbd251edc
--- /dev/null
+++ b/resources/extruders/trimaker_nebula_extruder.def.json
@@ -0,0 +1,15 @@
+{
+ "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 }
+ }
+}