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:
authororel <orel@dagoma.fr>2020-05-26 13:35:00 +0300
committerorel <orel@dagoma.fr>2020-05-26 13:35:00 +0300
commit49e3696e61e3c0bf529d5ebed606cb94484634dd (patch)
tree03a8bd66472136ac7d5ffdacbe985f33016aa85b /resources/definitions/dagoma_delta.def.json
parentdff6ff1c7e7c8591c97933712d49a6a11f7839c6 (diff)
Fix typo in generic profile names...
Diffstat (limited to 'resources/definitions/dagoma_delta.def.json')
-rw-r--r--resources/definitions/dagoma_delta.def.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/resources/definitions/dagoma_delta.def.json b/resources/definitions/dagoma_delta.def.json
new file mode 100644
index 0000000000..6ff837e757
--- /dev/null
+++ b/resources/definitions/dagoma_delta.def.json
@@ -0,0 +1,68 @@
+{
+ "name": "Dagoma Delta",
+ "version": 2,
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": false,
+ "author": "Dagoma",
+ "manufacturer": "Dagoma"
+ },
+ "overrides": {
+ "machine_width": {
+ "default_value": 195.55
+ },
+ "machine_height": {
+ "default_value": 205
+ },
+ "machine_depth": {
+ "default_value": 195.55
+ },
+ "machine_center_is_zero": {
+ "default_value": true
+ },
+ "machine_head_with_fans_polygon": {
+ "default_value": [
+ [-36, -42],
+ [-36, 42],
+ [36, 42],
+ [36, -42]
+ ]
+ },
+ "gantry_height": {
+ "value": "0"
+ },
+ "machine_shape": {
+ "default_value": "elliptic"
+ },
+ "machine_start_gcode": {
+ "default_value": ";Gcode by Cura\nG90\nG28\nM107\nM109 R100\nG29\nM109 S{material_print_temperature_layer_0} U-55 X55 V-85 Y-85 W0.26 Z0.26\nM82\nG92 E0\nG1 F200 E6\nG92 E0\nG1 F200 E-3.5\nG0 Z0.15\nG0 X10\nG0 Z3\nG1 F6000\n"
+ },
+ "machine_end_gcode": {
+ "default_value": "\nM104 S0\nM106 S255\nM140 S0\nG91\nG1 E-1 F300\nG1 Z+3 E-2 F9000\nG90\nG28\n"
+ },
+ "default_material_print_temperature": {
+ "default_value": 205
+ },
+ "speed_print": {
+ "default_value": 40
+ },
+ "retraction_amount": {
+ "default_value": 3.8
+ },
+ "retraction_speed": {
+ "default_value": 60
+ },
+ "adhesion_type": {
+ "default_value": "skirt"
+ },
+ "skirt_line_count": {
+ "default_value": 2
+ },
+ "layer_height_0": {
+ "default_value": 0.26
+ },
+ "top_bottom_thickness": {
+ "default_value": 1
+ }
+ }
+}