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:
authorGhostkeeper <rubend@tutanota.com>2020-07-30 15:07:04 +0300
committerGhostkeeper <rubend@tutanota.com>2020-07-30 15:07:04 +0300
commitbd18eab34b5a7cabbe419287ff9ef3dc29c2b648 (patch)
tree5d58df457f969978b98ffde10a2f6e46df00b0f5 /resources
parent27f987c99752696b4b803229e5d484dcf04ee118 (diff)
parent00a3f039a5b1418f27e311fd91e4b6cc841ef46d (diff)
Merge branch 'master' of https://github.com/HUNIBEST-HyVISION/Cura into HUNIBEST-HyVISION-master
Diffstat (limited to 'resources')
-rw-r--r--resources/definitions/cubicon_style_neo_a22.def.json40
-rw-r--r--resources/extruders/cubicon_style_neo_a22_extruder_0.def.json26
2 files changed, 66 insertions, 0 deletions
diff --git a/resources/definitions/cubicon_style_neo_a22.def.json b/resources/definitions/cubicon_style_neo_a22.def.json
new file mode 100644
index 0000000000..50c6875b24
--- /dev/null
+++ b/resources/definitions/cubicon_style_neo_a22.def.json
@@ -0,0 +1,40 @@
+{
+ "version": 2,
+ "name": "Cubicon Style NEO-A22",
+ "inherits": "cubicon_common",
+ "metadata": {
+ "author": "Cubicon R&D Center",
+ "manufacturer": "Cubicon",
+ "visible": true,
+ "file_formats": "text/x-gcode",
+ "supports_usb_connection": false,
+ "machine_extruder_trains": {
+ "0": "cubicon_style_neo_a22_extruder_0"
+ },
+ "platform_offset": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "overrides": {
+ "machine_name": {
+ "default_value": "Cubicon Style NEO-A22"
+ },
+ "machine_start_gcode": {
+ "default_value": "M911 Style NEO-A22\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\nG1 Z15.0 F6000 ;move the platform down 15mm\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
+ },
+ "machine_width": {
+ "default_value": 220
+ },
+ "machine_depth": {
+ "default_value": 220
+ },
+ "machine_height": {
+ "default_value": 220
+ },
+ "material_bed_temp_wait":{
+ "default_value": false
+ }
+ }
+}
diff --git a/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json b/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json
new file mode 100644
index 0000000000..587d093a9e
--- /dev/null
+++ b/resources/extruders/cubicon_style_neo_a22_extruder_0.def.json
@@ -0,0 +1,26 @@
+{
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "cubicon_style_neo_a22",
+ "position": "0"
+ },
+ "overrides": {
+ "extruder_nr": {
+ "default_value": 0
+ },
+ "machine_nozzle_size": {
+ "default_value": 0.4
+ },
+ "machine_nozzle_offset_x": {
+ "default_value": -3.20
+ },
+ "machine_nozzle_offset_y": {
+ "default_value": -4.70
+ },
+ "material_diameter": {
+ "default_value": 1.75
+ }
+ }
+}