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/extruders
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/extruders')
-rw-r--r--resources/extruders/mingda_base_extruder_0.def.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/resources/extruders/mingda_base_extruder_0.def.json b/resources/extruders/mingda_base_extruder_0.def.json
new file mode 100644
index 0000000000..034f6ce45f
--- /dev/null
+++ b/resources/extruders/mingda_base_extruder_0.def.json
@@ -0,0 +1,16 @@
+{
+ "version": 2,
+ "name": "Extruder 1",
+ "inherits": "fdmextruder",
+ "metadata": {
+ "machine": "mingda_base",
+ "position": "0"
+ },
+
+ "overrides": {
+ "extruder_nr": { "default_value": 0 },
+ "machine_nozzle_size": { "default_value": 0.4 },
+ "material_diameter": { "default_value": 1.75 }
+
+ }
+}