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:
authorHUNIBEST <hunibest@3dcubicon.com>2019-09-12 15:05:13 +0300
committerJaime van Kessel <nallath@gmail.com>2019-09-12 15:05:13 +0300
commit67aa37b13d94ae709531c63bf622e6542b716cc5 (patch)
tree7f0aa7c083adc86718114c9f46afe71a1006e615 /resources/definitions/cubicon_dual_pro_a30.def.json
parentba0ebf044a25683a0e1decf3a92aebcae93ce1c9 (diff)
Add Cubicon plus A15 and A30
Add Cubicon devices profile - Style Plus-A15 - Dual Pro-A30 CURA-6771
Diffstat (limited to 'resources/definitions/cubicon_dual_pro_a30.def.json')
-rw-r--r--resources/definitions/cubicon_dual_pro_a30.def.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/resources/definitions/cubicon_dual_pro_a30.def.json b/resources/definitions/cubicon_dual_pro_a30.def.json
new file mode 100644
index 0000000000..6431c917a5
--- /dev/null
+++ b/resources/definitions/cubicon_dual_pro_a30.def.json
@@ -0,0 +1,44 @@
+{
+ "version": 2,
+ "name": "Cubicon Dual Pro-A30",
+ "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_dual_pro_a30_extruder_0",
+ "1": "cubicon_dual_pro_a30_extruder_1"
+ },
+ "platform_offset": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "overrides": {
+ "machine_name": {
+ "default_value": "Cubicon Dual Pro-A30"
+ },
+ "machine_start_gcode": {
+ "default_value": "M911 Dual Pro-A30C\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": 300
+ },
+ "machine_depth": {
+ "default_value": 300
+ },
+ "machine_height": {
+ "default_value": 300
+ },
+ "material_bed_temp_wait":{
+ "default_value": false
+ },
+ "machine_extruder_count": {
+ "default_value": 2
+ }
+ }
+}