Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFiredrops <31351436+Firedrops@users.noreply.github.com>2020-11-07 05:14:44 +0300
committerFiredrops <31351436+Firedrops@users.noreply.github.com>2020-11-07 05:14:44 +0300
commit7fc37799d884d50d256f1780147e0fc6c886ebe2 (patch)
tree078e88eeb05c8d8326c6c5b92ee9aeed696768b1
parent208adecc7727d324b0ff98302605fb1fbbb8b0b6 (diff)
Fix machine_quality and mesh orientation
has_machine_quality true -> false bed mesh was flipped 90 deg, to lay flat
-rw-r--r--resources/definitions/ideagen3D_sapphire_plus.def.json2
-rw-r--r--resources/meshes/ideagen3D_sapphire_plus.3mfbin9151 -> 9423 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/resources/definitions/ideagen3D_sapphire_plus.def.json b/resources/definitions/ideagen3D_sapphire_plus.def.json
index 80c719cafd..e854d1d556 100644
--- a/resources/definitions/ideagen3D_sapphire_plus.def.json
+++ b/resources/definitions/ideagen3D_sapphire_plus.def.json
@@ -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":
diff --git a/resources/meshes/ideagen3D_sapphire_plus.3mf b/resources/meshes/ideagen3D_sapphire_plus.3mf
index 7c53578fca..400b7df901 100644
--- a/resources/meshes/ideagen3D_sapphire_plus.3mf
+++ b/resources/meshes/ideagen3D_sapphire_plus.3mf
Binary files differ