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:
authorJaime van Kessel <nallath@gmail.com>2022-07-19 15:41:05 +0300
committerJaime van Kessel <nallath@gmail.com>2022-07-19 15:41:05 +0300
commitfb9b71a901ee470f95932333aa56447cab0a7385 (patch)
tree060120b8dff5e2b10a2ded5511e858fc0091f5e8 /resources/definitions
parent68aec6f064f937531c409024774c5c41d1e3793b (diff)
parentb116b29f67935b7c6714c1607f20a0603db4c4ea (diff)
Merge branch 'master' of github.com:ANYCUBIC-3D/Cura
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/anycubic_kobra.def.json54
-rw-r--r--resources/definitions/anycubic_kobra_max.def.json54
2 files changed, 108 insertions, 0 deletions
diff --git a/resources/definitions/anycubic_kobra.def.json b/resources/definitions/anycubic_kobra.def.json
new file mode 100644
index 0000000000..cb80d0e248
--- /dev/null
+++ b/resources/definitions/anycubic_kobra.def.json
@@ -0,0 +1,54 @@
+{
+ "version": 2,
+ "name": "Anycubic Kobra",
+ "inherits": "fdmprinter",
+ "metadata":
+ {
+ "visible": true,
+ "author": "Jason Chen",
+ "manufacturer": "Anycubic",
+ "file_formats": "text/x-gcode",
+ "has_materials": true,
+ "preferred_material": "generic_pla",
+ "has_machine_quality": true,
+ "quality_definition": "anycubic_kobra",
+ "preferred_quality_type": "pla",
+ "machine_extruder_trains":
+ {
+ "0": "anycubic_kobra_extruder_0"
+ },
+ "firmware_file": "MarlinChiron.hex"
+ },
+
+ "overrides":
+ {
+ "machine_name":
+ {
+ "default_value": "Anycubic Kobra"
+ },
+ "machine_heated_bed":
+ {
+ "default_value": true
+ },
+ "machine_width":
+ {
+ "default_value": 222
+ },
+ "machine_height":
+ {
+ "default_value": 252
+ },
+ "machine_depth":
+ {
+ "default_value": 222
+ },
+ "machine_gcode_flavor":
+ {
+ "default_value": "RepRap (Marlin/Sprinter)"
+ },
+ "machine_start_gcode":
+ {
+ "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
+ }
+ }
+}
diff --git a/resources/definitions/anycubic_kobra_max.def.json b/resources/definitions/anycubic_kobra_max.def.json
new file mode 100644
index 0000000000..034fc3db2b
--- /dev/null
+++ b/resources/definitions/anycubic_kobra_max.def.json
@@ -0,0 +1,54 @@
+{
+ "version": 2,
+ "name": "Anycubic Kobra Max",
+ "inherits": "fdmprinter",
+ "metadata":
+ {
+ "visible": true,
+ "author": "Jason Chen",
+ "manufacturer": "Anycubic",
+ "file_formats": "text/x-gcode",
+ "has_materials": true,
+ "preferred_material": "generic_pla",
+ "has_machine_quality": true,
+ "quality_definition": "anycubic_kobra_max",
+ "preferred_quality_type": "pla",
+ "machine_extruder_trains":
+ {
+ "0": "anycubic_kobra_max_extruder_0"
+ },
+ "firmware_file": "MarlinChiron.hex"
+ },
+
+ "overrides":
+ {
+ "machine_name":
+ {
+ "default_value": "Anycubic Kobra Max"
+ },
+ "machine_heated_bed":
+ {
+ "default_value": true
+ },
+ "machine_width":
+ {
+ "default_value": 402
+ },
+ "machine_height":
+ {
+ "default_value": 452
+ },
+ "machine_depth":
+ {
+ "default_value": 402
+ },
+ "machine_gcode_flavor":
+ {
+ "default_value": "RepRap (Marlin/Sprinter)"
+ },
+ "machine_start_gcode":
+ {
+ "default_value": "G28 ;Home\nG1 Z15.0 F1200 ;Move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
+ }
+ }
+}