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:
authorGhostkeeper <rubend@tutanota.com>2018-12-03 19:23:44 +0300
committerGhostkeeper <rubend@tutanota.com>2018-12-03 19:23:44 +0300
commitf320000ce5e5019d8f96af20b29aa266b54856f6 (patch)
tree8daa593c872c454355634ad797dce628cde64e8c /resources/definitions/jgaurora_a5.def.json
parent36a86adc0f216e9bd03378db7017a7d8822ad765 (diff)
Change default profile of Aurora and Alfawise printers
Instead of the default layer height, we should change the default quality profile. This is necessary because the 'normal' quality profile doesn't define a layer height, so that should inherit from the 0.1mm default layer height. But if the printer turned the default into a 0.15mm layer height then that is wrong. Maybe we should let the normal quality profile overwrite it to 0.1mm, always? Contributes to issue CURA-5902.
Diffstat (limited to 'resources/definitions/jgaurora_a5.def.json')
-rw-r--r--resources/definitions/jgaurora_a5.def.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/resources/definitions/jgaurora_a5.def.json b/resources/definitions/jgaurora_a5.def.json
index 02d9a9db4f..d84a8440e6 100644
--- a/resources/definitions/jgaurora_a5.def.json
+++ b/resources/definitions/jgaurora_a5.def.json
@@ -9,7 +9,7 @@
"file_formats": "text/x-gcode",
"platform": "jgaurora_a5.stl",
"platform_offset": [-242, -101, 273],
- "preferred_quality_type": "fine",
+ "preferred_quality_type": "fast",
"machine_extruder_trains":
{
"0": "jgaurora_a5_extruder_0"
@@ -55,9 +55,6 @@
"material_bed_temperature": {
"default_value": 67
},
- "layer_height": {
- "default_value": 0.15
- },
"layer_height_0": {
"default_value": 0.12
},