mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06: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_texture": "ideagen3D.png",
|
||||
"has_materials": true,
|
||||
"has_machine_quality": true,
|
||||
"has_machine_quality": false,
|
||||
"machine_extruder_trains": { "0": "ideagen3D_sapphire_plus_0" }
|
||||
},
|
||||
"overrides":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue