mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix machine_quality and mesh orientation
has_machine_quality true -> false bed mesh was flipped 90 deg, to lay flat
This commit is contained in:
parent
208adecc77
commit
7fc37799d8
2 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
"platform": "ideagen3D_sapphire_plus.3mf",
|
"platform": "ideagen3D_sapphire_plus.3mf",
|
||||||
"platform_texture": "ideagen3D.png",
|
"platform_texture": "ideagen3D.png",
|
||||||
"has_materials": true,
|
"has_materials": true,
|
||||||
"has_machine_quality": true,
|
"has_machine_quality": false,
|
||||||
"machine_extruder_trains": { "0": "ideagen3D_sapphire_plus_0" }
|
"machine_extruder_trains": { "0": "ideagen3D_sapphire_plus_0" }
|
||||||
},
|
},
|
||||||
"overrides":
|
"overrides":
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue