Fix default layer height

The 0.1mm profile doesn't overwrite it. Maybe it should to prevent this mistake in the future?

Contributes to issue CURA-6391.
This commit is contained in:
Ghostkeeper 2019-03-20 09:21:42 +01:00
parent 35fcdf3978
commit 74bfd52c36
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -7,7 +7,7 @@
"author": "Samuel Pinches",
"manufacturer": "JGAurora",
"file_formats": "text/x-gcode",
"preferred_quality_type": "fine",
"preferred_quality_type": "fast",
"machine_extruder_trains":
{
"0": "jgaurora_jgmaker_magic_extruder_0"
@ -53,9 +53,6 @@
"material_bed_temperature": {
"default_value": 60
},
"layer_height": {
"default_value": 0.15
},
"layer_height_0": {
"default_value": 0.2
},