mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 22:46:09 +08: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
@ -7,7 +7,7 @@
|
|||||||
"author": "Samuel Pinches",
|
"author": "Samuel Pinches",
|
||||||
"manufacturer": "JGAurora",
|
"manufacturer": "JGAurora",
|
||||||
"file_formats": "text/x-gcode",
|
"file_formats": "text/x-gcode",
|
||||||
"preferred_quality_type": "fine",
|
"preferred_quality_type": "fast",
|
||||||
"machine_extruder_trains":
|
"machine_extruder_trains":
|
||||||
{
|
{
|
||||||
"0": "jgaurora_jgmaker_magic_extruder_0"
|
"0": "jgaurora_jgmaker_magic_extruder_0"
|
||||||
@ -53,9 +53,6 @@
|
|||||||
"material_bed_temperature": {
|
"material_bed_temperature": {
|
||||||
"default_value": 60
|
"default_value": 60
|
||||||
},
|
},
|
||||||
"layer_height": {
|
|
||||||
"default_value": 0.15
|
|
||||||
},
|
|
||||||
"layer_height_0": {
|
"layer_height_0": {
|
||||||
"default_value": 0.2
|
"default_value": 0.2
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user