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:
authorx40-Community <87263830+x40-Community@users.noreply.github.com>2021-08-12 23:03:58 +0300
committerGitHub <noreply@github.com>2021-08-12 23:03:58 +0300
commit0c762dcd81af33656caa8b95a49cd99170756746 (patch)
treeb651681527c1ea57cb7d539c6fd15822ba3eef02 /resources/extruders
parent9ea6dbf668d1a3f57105a0d4ba4ef5676ab09bfc (diff)
parent44ba8e3d1f771e6963e000853c46b1ad0a9be55a (diff)
Merge branch 'Ultimaker:master' into master
Diffstat (limited to 'resources/extruders')
-rw-r--r--resources/extruders/crazy3dprint_cz300_extruder_0.def.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/extruders/crazy3dprint_cz300_extruder_0.def.json b/resources/extruders/crazy3dprint_cz300_extruder_0.def.json
new file mode 100644
index 0000000000..72bbdbe17e
--- /dev/null
+++ b/resources/extruders/crazy3dprint_cz300_extruder_0.def.json
@@ -0,0 +1,15 @@
+{
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "crazy3dprint_base",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 }
+ }
+}