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:
authorByeon Ho cheol <hcbyeon@3dcubicon.com>2019-01-22 18:44:04 +0300
committerJaime van Kessel <nallath@gmail.com>2019-01-22 18:44:04 +0300
commit7492122a5400d20e5923629d00bf25c616b69f3e (patch)
tree558bfee790d8229be5b5692140e67e8ba35dade9 /resources/definitions/cubicon_3dp_110f.def.json
parent3d1351c2c3cdaf12d431b622cbea1cd87714a78c (diff)
4904 cubicon device (#4963)
* Add Cubicon 3D Printer device profiles. - 3DP-110F - 3DP-210F - 3DP-310F Cubicon: http://www.3dcubicon.com/en/cubicon/ * Add missed profile file. * Remove platform mesh files. Do not necessary platform mesh in Cubicon devices.
Diffstat (limited to 'resources/definitions/cubicon_3dp_110f.def.json')
-rw-r--r--resources/definitions/cubicon_3dp_110f.def.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/resources/definitions/cubicon_3dp_110f.def.json b/resources/definitions/cubicon_3dp_110f.def.json
new file mode 100644
index 0000000000..8f7f2a48b0
--- /dev/null
+++ b/resources/definitions/cubicon_3dp_110f.def.json
@@ -0,0 +1,42 @@
+{
+ "id": "3DP-110F",
+ "version": 2,
+ "name": "Cubicon Single",
+ "inherits": "cubicon_common",
+ "metadata": {
+ "author": "Cubicon R&D Center",
+ "manufacturer": "Cubicon",
+ "visible": true,
+ "file_formats": "text/x-gcode",
+ "platform": "",
+ "supports_usb_connection": false,
+ "machine_extruder_trains": {
+ "0": "cubicon_3dp_110f_extruder_0"
+ },
+ "platform_offset": [
+ 0,
+ -32.05,
+ -20
+ ]
+ },
+ "overrides": {
+ "machine_name": {
+ "default_value": "Cubicon Single"
+ },
+ "machine_start_gcode": {
+ "default_value": "M911 3DP-110F\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": 240
+ },
+ "machine_depth": {
+ "default_value": 190
+ },
+ "machine_height": {
+ "default_value": 200
+ },
+ "material_bed_temp_wait": {
+ "default_value": true
+ }
+ }
+} \ No newline at end of file