mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
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:
parent
35fcdf3978
commit
74bfd52c36
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue