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_disco.def.json
parentdff6ff1c7e7c8591c97933712d49a6a11f7839c6 (diff)
Fix typo in generic profile names...
Diffstat (limited to 'resources/definitions/dagoma_disco.def.json')
-rw-r--r--resources/definitions/dagoma_disco.def.json62
1 files changed, 62 insertions, 0 deletions
diff --git a/resources/definitions/dagoma_disco.def.json b/resources/definitions/dagoma_disco.def.json
new file mode 100644
index 0000000000..a62948c9a7
--- /dev/null
+++ b/resources/definitions/dagoma_disco.def.json
@@ -0,0 +1,62 @@
+{
+ "name": "Dagoma Disco",
+ "version": 2,
+ "inherits": "fdmprinter",
+ "metadata": {
+ "visible": false,
+ "author": "Dagoma",
+ "manufacturer": "Dagoma"
+ },
+ "overrides": {
+ "machine_width": {
+ "default_value": 205
+ },
+ "machine_height": {
+ "default_value": 205
+ },
+ "machine_depth": {
+ "default_value": 205
+ },
+ "machine_center_is_zero": {
+ "default_value": false
+ },
+ "machine_head_with_fans_polygon": {
+ "default_value": [
+ [-17, -70],
+ [-17, 40],
+ [17, 40],
+ [17, -70]
+ ]
+ },
+ "gantry_height": {
+ "value": "10"
+ },
+ "default_material_print_temperature": {
+ "default_value": 205
+ },
+ "material_standby_temperature": {
+ "default_value": 90
+ },
+ "speed_print": {
+ "default_value": 60
+ },
+ "retraction_amount": {
+ "default_value": 3.5
+ },
+ "retraction_speed": {
+ "default_value": 50
+ },
+ "adhesion_type": {
+ "default_value": "skirt"
+ },
+ "skirt_line_count": {
+ "default_value": 2
+ },
+ "layer_height_0": {
+ "default_value": 0.26
+ },
+ "top_bottom_thickness": {
+ "default_value": 1
+ }
+ }
+}