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:
authorANYCUBIC-3D <jasonchen@anycubic.com>2022-02-21 05:46:55 +0300
committerANYCUBIC-3D <jasonchen@anycubic.com>2022-02-21 05:46:55 +0300
commit7e59f8de5ed451ef284484a283b579a4335d06eb (patch)
tree24f9a2eae24b90a5c1cf51a8f8e8ecaa6c25b0a2 /resources/extruders/anycubic_kobra_max_extruder_0.def.json
parent9d364a324bb5fc30faaa56de6955d4f90541c517 (diff)
add 3d printer profile for Anycubic Kobra and Anycubic Kobra Max
Diffstat (limited to 'resources/extruders/anycubic_kobra_max_extruder_0.def.json')
-rw-r--r--resources/extruders/anycubic_kobra_max_extruder_0.def.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/extruders/anycubic_kobra_max_extruder_0.def.json b/resources/extruders/anycubic_kobra_max_extruder_0.def.json
new file mode 100644
index 0000000000..69cdddf370
--- /dev/null
+++ b/resources/extruders/anycubic_kobra_max_extruder_0.def.json
@@ -0,0 +1,15 @@
+{
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "anycubic_kobra_max",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 }
+ }
+}