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:
authorfreejoe <joe.wong2016@outlook.com>2021-01-20 05:37:51 +0300
committerfreejoe <joe.wong2016@outlook.com>2021-01-20 05:37:51 +0300
commit42224447319f0ba3bd55a7d63a57e456ee331da4 (patch)
tree24d0ccea71bd764991dc545acb79fc854dc7be7a /resources/definitions/longer_lk1plus.def.json
parentba9e10cfd80623909eaa4217add4ba3665d2bee2 (diff)
add LONGER fdm printer series
Diffstat (limited to 'resources/definitions/longer_lk1plus.def.json')
-rw-r--r--resources/definitions/longer_lk1plus.def.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/resources/definitions/longer_lk1plus.def.json b/resources/definitions/longer_lk1plus.def.json
new file mode 100644
index 0000000000..83840faf87
--- /dev/null
+++ b/resources/definitions/longer_lk1plus.def.json
@@ -0,0 +1,27 @@
+{
+ "name": "LONGER LK1 Plus",
+ "version": 2,
+ "inherits": "longer_base",
+ "metadata": {
+ "quality_definition": "longer_base",
+ "visible": true,
+ "platform": "longer_415mm_platform.stl",
+ "platform_offset": [-207.5, -3 ,207.5]
+ },
+ "overrides": {
+ "machine_name": { "default_value": "LONGER LK1 Plus" },
+ "machine_width": { "default_value": 400 },
+ "machine_depth": { "default_value": 400 },
+ "machine_height": { "default_value": 500 },
+
+ "machine_head_with_fans_polygon": { "default_value": [
+ [-22, 39],
+ [-22, -34],
+ [58, -34],
+ [58, 39]
+ ]
+ },
+
+ "gantry_height": { "value": 33 }
+ }
+}