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:
authorpinchies <>2018-10-26 14:21:01 +0300
committerpinchies <>2018-10-26 14:21:01 +0300
commit2cbaece3e1472639c29a5b2d7f193b62eabcadf9 (patch)
tree830b21efc2fb8a4c582433b36cc713ffa7287d11 /resources/extruders/jgaurora_z_603s_extruder_0.def.json
parent83f0213aa529491cc83ed3f1868ae532d3b59f45 (diff)
Add JGAurora Z-603S
Add a preset for the JGAurora Z-603S to model list
Diffstat (limited to 'resources/extruders/jgaurora_z_603s_extruder_0.def.json')
-rw-r--r--resources/extruders/jgaurora_z_603s_extruder_0.def.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/extruders/jgaurora_z_603s_extruder_0.def.json b/resources/extruders/jgaurora_z_603s_extruder_0.def.json
new file mode 100644
index 0000000000..987425b28a
--- /dev/null
+++ b/resources/extruders/jgaurora_z_603s_extruder_0.def.json
@@ -0,0 +1,16 @@
+{
+ "id": "jgaurora_z_603s_extruder_0",
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "jgaurora_z_603s",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 }
+ }
+}