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>2021-07-06 12:45:04 +0300
committerJaime van Kessel <nallath@gmail.com>2021-07-06 12:45:04 +0300
commit5acf2ec47d6214ce8490731f9e8d710dd81a99cf (patch)
tree91c79951f5734e14c5359b02675a919d309d40cb /resources/definitions/dagoma_disco.def.json
parentb7e60ca4135ac44ecf9830d7886a2d9386d2f2b2 (diff)
Set Z speed for dagoma disco
Diffstat (limited to 'resources/definitions/dagoma_disco.def.json')
-rw-r--r--resources/definitions/dagoma_disco.def.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/definitions/dagoma_disco.def.json b/resources/definitions/dagoma_disco.def.json
index bf098b8b4a..89773d9c0e 100644
--- a/resources/definitions/dagoma_disco.def.json
+++ b/resources/definitions/dagoma_disco.def.json
@@ -73,6 +73,7 @@
"machine_steps_per_mm_x": { "default_value": 80 },
"machine_steps_per_mm_y": { "default_value": 80 },
"machine_steps_per_mm_z": { "default_value": 2560 },
- "machine_steps_per_mm_e": { "default_value": 98 }
+ "machine_steps_per_mm_e": { "default_value": 98 },
+ "speed_z_hop": {"default_value": 4}
}
}