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-HyVISION <hunibest@hyvision.co.kr>2021-01-04 08:03:42 +0300
committerHUNIBEST-HyVISION <hunibest@hyvision.co.kr>2021-01-04 08:03:42 +0300
commitd7970673268597a1931115fafaca67a4ce85914c (patch)
tree063d48f141d3355f53a0e23723415486fa744adc /resources/definitions/cubicon_style_neo_a31.def.json
parentba9e10cfd80623909eaa4217add4ba3665d2bee2 (diff)
[CUBICON] Add device(Style NEO-A31) & Update start gcode.
Diffstat (limited to 'resources/definitions/cubicon_style_neo_a31.def.json')
-rw-r--r--resources/definitions/cubicon_style_neo_a31.def.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/resources/definitions/cubicon_style_neo_a31.def.json b/resources/definitions/cubicon_style_neo_a31.def.json
new file mode 100644
index 0000000000..d41b6fc17e
--- /dev/null
+++ b/resources/definitions/cubicon_style_neo_a31.def.json
@@ -0,0 +1,40 @@
+{
+ "version": 2,
+ "name": "Cubicon Style Neo-A31",
+ "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_a31_extruder_0"
+ },
+ "platform_offset": [
+ 0,
+ 0,
+ 0
+ ]
+ },
+ "overrides": {
+ "machine_name": {
+ "default_value": "Cubicon Style Neo-A31"
+ },
+ "machine_start_gcode": {
+ "default_value": "M911 Style Neo-A31\nM201 X400 Y400\nM202 X400 Y400\nG28 ; Home\n;Prime the extruder\nG92 E0\nG1 F200 E3\nG92 E0"
+ },
+ "machine_width": {
+ "default_value": 310
+ },
+ "machine_depth": {
+ "default_value": 310
+ },
+ "machine_height": {
+ "default_value": 310
+ },
+ "material_bed_temp_wait":{
+ "default_value": false
+ }
+ }
+}