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:
authorcataclism <69798041+cataclism@users.noreply.github.com>2021-01-11 11:07:35 +0300
committerGitHub <noreply@github.com>2021-01-11 11:07:35 +0300
commita2e5ce66806a46bf0d2ab66784ae8ec50c96352c (patch)
treeb00ca1d484e0d1086266d3f846e5f01fd8ee65c3 /resources/definitions/mingda_d2.def.json
parent9562dc01f47bc1b3a368fa80563677a914bb09a0 (diff)
Adding the MINGDA D2 (#8872)
* Added the configuration files for the Artillery Printers Added the configuration files for the Artillery Printers * Changed version file * Updated versions, removed machine_head_polygon * fixed version in some files * Added generic PLA,PETG,ABS,TPU * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/definitions/artillery_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 1st batch of update * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * 2nd batch of changes * Update resources/quality/artillery/PETG/artillery_0.2_PETG_super.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.2_PETG_ultra.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_low.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Update resources/quality/artillery/PETG/artillery_0.3_PETG_adaptive.inst.cfg Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Added the MINDA definition and the MINGDA D2 * Update mingda_d2.def.json Inserted artillery genius plate for the moment * Update mingda_d2.def.json Updated machine dimension * Added the mesh for the D2 & updated the offsets * Update resources/definitions/mingda_base.def.json Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> * Apply suggestions from code review Co-authored-by: Konstantinos Karmas <konskarm@gmail.com> Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
Diffstat (limited to 'resources/definitions/mingda_d2.def.json')
-rw-r--r--resources/definitions/mingda_d2.def.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources/definitions/mingda_d2.def.json b/resources/definitions/mingda_d2.def.json
new file mode 100644
index 0000000000..a20ff53db1
--- /dev/null
+++ b/resources/definitions/mingda_d2.def.json
@@ -0,0 +1,19 @@
+{
+ "name": "MINGDA D2",
+ "version": 2,
+ "inherits": "mingda_base",
+ "overrides": {
+ "machine_name": { "default_value": "MINGDA D2" },
+ "machine_width": { "default_value": 230 },
+ "machine_depth": { "default_value": 230 },
+ "machine_height": { "default_value": 260 },
+ "gantry_height": { "value": 25 }
+
+ },
+ "metadata": {
+ "quality_definition": "mingda_base",
+ "visible": true,
+ "platform": "mingda_d2_base.stl",
+ "platform_offset": [ -205, -77, 65]
+ }
+}