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>2016-12-09 12:35:25 +0300
committerJaime van Kessel <nallath@gmail.com>2016-12-09 12:35:25 +0300
commit72abd4af1af918fee7e024a0b0c57f4ed4c42743 (patch)
tree172fe93f11a36cdd36211064571c633ca1ba5a47 /resources/definitions
parent10375a57f2a39eaee1194ba7152a23d5b62f459a (diff)
Added Delta_Go (provided by DeltaPrintr)
Diffstat (limited to 'resources/definitions')
-rw-r--r--resources/definitions/Delta_Go.def.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/resources/definitions/Delta_Go.def.json b/resources/definitions/Delta_Go.def.json
new file mode 100644
index 0000000000..b341a17656
--- /dev/null
+++ b/resources/definitions/Delta_Go.def.json
@@ -0,0 +1,36 @@
+{
+"id": "Delta_Go",
+ "name": "Delta Go",
+ "version": 2,
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": true,
+ "author": "Deltaprintr",
+ "manufacturer": "Deltaprintr",
+ "category": "Other",
+ "file_formats": "text/x-gcode",
+ "platform_offset": [ 0, 0, 0],
+ "platform": ""
+ },
+ "overrides": {
+ "machine_name": { "default_value": "Delta Go" },
+ "material_diameter": { "default_value": 1.75 },
+ "speed_travel": { "default_value": 150 },
+ "prime_tower_size": { "default_value": 8.66 },
+ "infill_sparse_density": { "default_value": 10 },
+ "speed_wall_x": { "default_value": 30 },
+ "speed_wall_0": { "default_value": 30 },
+ "speed_topbottom": { "default_value": 20 },
+ "layer_height": { "default_value": 0.2 },
+ "speed_print": { "default_value": 30 },
+ "machine_heated_bed": { "default_value": false },
+ "machine_center_is_zero": { "default_value": true },
+ "machine_height": { "default_value": 127 },
+ "machine_gcode_flavor": { "default_value": "RepRap (Marlin/Sprinter)" },
+ "machine_depth": { "default_value": 115 },
+ "machine_width": { "default_value": 115 },
+ "retraction_amount": { "default_value": 4.2 },
+ "retraction_speed": { "default_value": 400 },
+ "machine_shape": { "default_value": "elliptic"}
+ }
+}